Converts the color RGB numbers to hex.
If you want to get the hexadecimal representation of the color from the RGB color numbers, you can use this command.
colorrgbtohex <R> <G> <B>
colorrgbtohex 255 255 255: Converts color that has the RGB number of 255, 255, and 255 to hex and displays it
colorrgbtohex 255 255 255
255
Last updated 1 year ago