The Input "#999" detected as "HEX".
| Color | ||
| websafe | Yes | |
| CSS3 Color names |
|
|
| Hex | #999999 | |
| Hex (short) | #999 | |
| RGB | rgb(153,153,153) | |
| RGB in % | rgb(60%,60%,60%) | |
| CMY in % | C=40 M=40 Y=40 |
|
| CMYK in % | C=0 M=0 Y=0 K=40 |
|
| HSL | hsl(0,0%,60%) | |
| HSV | hsv(-,0%,60%) | |
| Rec. 601 luma | 153 | |
| Rec. 709 luma | 153 | |
| Rec. 2020 luma | 153 | |
| Complementary color | #666666 | |
| Decimal | 10066329 | |
The following inputs are converted automatically:
X11 Color names
example: DodgerBlue4
#rrggbb; rrggbb; #rgb; rgb
(HEX to RGB bzw. HEX2RGB)
example: #4169E1
rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
(RGB to HEX bzw. RGB2HEX)
example: 106,90,205