RGB to Hex color converter

Convert RGB color to HEX color. RGB color is represented by the red, green, and blue color values. HEX color is represented by a six-digit combination of numbers and letters.

Converting rgb to hex

To convert rgb to hex, you can enter the RGB color code, which ranges from 0 to 255.

The desired 6 digit hexadecimal color code, which ranges from 000000 to FFFFFF will be displayed in the below filed.

You can also see the color in the color preview box. You can also change the colors from the preview box and the values will be automaticaly updated.

What is rgb?

RGB stands for Red, Green, and Blue. It is denoted as rgb(red, green, blue). Each color can have a value from 0 to 255. An example would be rgb(255, 0, 0) for red.

What is hex?

Hexadecimal color code is a 6 digit code that represents the amount of red, green, and blue in a color. It is denoted as #RRGGBB. An example would be #FF0000 for red.

Comments on this page

Login or Signup to add a comment