Shades of Electric Indigo #6612EC
Tints of Electric Indigo #6612EC
RGB
CMYK
RGB Variations
Color information
#6612EC (or 0x6612EC) is known color: Electric Indigo. HEX triplet: 66, 12 and EC. RGB value is (102,18,236). Sum of RGB (Red+Green+Blue) = 102+18+236=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #6612EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6612EC is #99ED13. Grayscale: #434343. Windows color (decimal): -10087700 or 15471206. OLE color: 15471206.
HSL color Cylindrical-coordinate representation of color #6612EC: hue angle of 263.12º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6612EC is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 18 | 236 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.07 |
| HSL | 263.12º | 0.86% | 0.5% | - |
| HSV(B) | 263.12º | 0.92% | 0.93% | - |
| XYZ | 20.84 | 9.31 | 80.06 | - |
| YUV | 67.97 | 222.83 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 236 | 0.57 | 0.92 | 0 | 0.07 | 263.12 | 0.86 | 0.5 |
| Hex | 66 | 12 | EC | 39 | 5C | 0 | 7 | 107 | 56 | 32 |
| Octal | 146 | 22 | 354 | 71 | 134 | 0 | 7 | 407 | 126 | 62 |
| Binary | 1100110 | 10010 | 11101100 | 111001 | 1011100 | 0 | 111 | 100000111 | 1010110 | 110010 |
Color Harmonies of #6612EC
Complementary color
Monochromatic Colors of #6612EC
Black with #6612EC
Text Example
Text Example
White with #6612EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6612EC; }
p { color: rgb(102,18,236); }
H1.HeaderClassName
{
color: #6612EC;
}
.AnyTagClassName
{
color: #6612EC;
}
</style>
background-color css
<style>
a { background-color: #6612EC; }
a { background-color: rgb(102,18,236); }
div.DivClassName
{
background-color: #6612EC;
}
.BgClassName
{
background-color: #6612EC;
}
</style>
border-color css
<style>
span { border-color: #6612EC; }
span { border-color: rgb(102,18,236); }
td.TdClassName
{
border-color: #6612EC;
}
.TagClassName
{
border-color: #6612EC;
}
</style>