Shades of Electric Indigo #660CDC
Tints of Electric Indigo #660CDC
RGB
CMYK
RGB Variations
Color information
#660CDC (or 0x660CDC) is known color: Electric Indigo. HEX triplet: 66, 0C and DC. RGB value is (102,12,220). Sum of RGB (Red+Green+Blue) = 102+12+220=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #660CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660CDC is #99F323. Grayscale: #3D3D3D. Windows color (decimal): -10089252 or 14421094. OLE color: 14421094.
HSL color Cylindrical-coordinate representation of color #660CDC: hue angle of 265.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660CDC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 12 | 220 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.14 |
| HSL | 265.96º | 0.9% | 0.45% | - |
| HSV(B) | 265.96º | 0.95% | 0.86% | - |
| XYZ | 18.53 | 8.26 | 68.33 | - |
| YUV | 62.62 | 216.82 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 220 | 0.54 | 0.95 | 0 | 0.14 | 265.96 | 0.9 | 0.45 |
| Hex | 66 | C | DC | 36 | 5F | 0 | E | 10A | 5A | 2D |
| Octal | 146 | 14 | 334 | 66 | 137 | 0 | 16 | 412 | 132 | 55 |
| Binary | 1100110 | 1100 | 11011100 | 110110 | 1011111 | 0 | 1110 | 100001010 | 1011010 | 101101 |
Color Harmonies of #660CDC
Complementary color
Monochromatic Colors of #660CDC
Black with #660CDC
Text Example
Text Example
White with #660CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CDC; }
p { color: rgb(102,12,220); }
H1.HeaderClassName
{
color: #660CDC;
}
.AnyTagClassName
{
color: #660CDC;
}
</style>
background-color css
<style>
a { background-color: #660CDC; }
a { background-color: rgb(102,12,220); }
div.DivClassName
{
background-color: #660CDC;
}
.BgClassName
{
background-color: #660CDC;
}
</style>
border-color css
<style>
span { border-color: #660CDC; }
span { border-color: rgb(102,12,220); }
td.TdClassName
{
border-color: #660CDC;
}
.TagClassName
{
border-color: #660CDC;
}
</style>