Shades of Electric Indigo #600CDE
Tints of Electric Indigo #600CDE
RGB
CMYK
RGB Variations
Color information
#600CDE (or 0x600CDE) is known color: Electric Indigo. HEX triplet: 60, 0C and DE. RGB value is (96,12,222). Sum of RGB (Red+Green+Blue) = 96+12+222=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #600CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CDE is #9FF321. Grayscale: #3C3C3C. Windows color (decimal): -10482466 or 14552160. OLE color: 14552160.
HSL color Cylindrical-coordinate representation of color #600CDE: hue angle of 264º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600CDE is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 12 | 222 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.13 |
| HSL | 264º | 0.9% | 0.46% | - |
| HSV(B) | 264º | 0.95% | 0.87% | - |
| XYZ | 18.14 | 8.02 | 69.7 | - |
| YUV | 61.06 | 218.83 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 12 | 222 | 0.57 | 0.95 | 0 | 0.13 | 264 | 0.9 | 0.46 |
| Hex | 60 | C | DE | 39 | 5F | 0 | D | 108 | 5A | 2E |
| Octal | 140 | 14 | 336 | 71 | 137 | 0 | 15 | 410 | 132 | 56 |
| Binary | 1100000 | 1100 | 11011110 | 111001 | 1011111 | 0 | 1101 | 100001000 | 1011010 | 101110 |
Color Harmonies of #600CDE
Complementary color
Monochromatic Colors of #600CDE
Black with #600CDE
Text Example
Text Example
White with #600CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #600CDE; }
p { color: rgb(96,12,222); }
H1.HeaderClassName
{
color: #600CDE;
}
.AnyTagClassName
{
color: #600CDE;
}
</style>
background-color css
<style>
a { background-color: #600CDE; }
a { background-color: rgb(96,12,222); }
div.DivClassName
{
background-color: #600CDE;
}
.BgClassName
{
background-color: #600CDE;
}
</style>
border-color css
<style>
span { border-color: #600CDE; }
span { border-color: rgb(96,12,222); }
td.TdClassName
{
border-color: #600CDE;
}
.TagClassName
{
border-color: #600CDE;
}
</style>