Shades of Electric Indigo #660EEF
Tints of Electric Indigo #660EEF
RGB
CMYK
RGB Variations
Color information
#660EEF (or 0x660EEF) is known color: Electric Indigo. HEX triplet: 66, 0E and EF. RGB value is (102,14,239). Sum of RGB (Red+Green+Blue) = 102+14+239=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #660EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660EEF is #99F110. Grayscale: #414141. Windows color (decimal): -10088721 or 15666790. OLE color: 15666790.
HSL color Cylindrical-coordinate representation of color #660EEF: hue angle of 263.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EEF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 14 | 239 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.06 |
| HSL | 263.47º | 0.89% | 0.5% | - |
| HSV(B) | 263.47º | 0.94% | 0.94% | - |
| XYZ | 21.22 | 9.37 | 82.35 | - |
| YUV | 65.96 | 225.65 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 239 | 0.57 | 0.94 | 0 | 0.06 | 263.47 | 0.89 | 0.5 |
| Hex | 66 | E | EF | 39 | 5E | 0 | 6 | 107 | 59 | 32 |
| Octal | 146 | 16 | 357 | 71 | 136 | 0 | 6 | 407 | 131 | 62 |
| Binary | 1100110 | 1110 | 11101111 | 111001 | 1011110 | 0 | 110 | 100000111 | 1011001 | 110010 |
Color Harmonies of #660EEF
Complementary color
Monochromatic Colors of #660EEF
Black with #660EEF
Text Example
Text Example
White with #660EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660EEF; }
p { color: rgb(102,14,239); }
H1.HeaderClassName
{
color: #660EEF;
}
.AnyTagClassName
{
color: #660EEF;
}
</style>
background-color css
<style>
a { background-color: #660EEF; }
a { background-color: rgb(102,14,239); }
div.DivClassName
{
background-color: #660EEF;
}
.BgClassName
{
background-color: #660EEF;
}
</style>
border-color css
<style>
span { border-color: #660EEF; }
span { border-color: rgb(102,14,239); }
td.TdClassName
{
border-color: #660EEF;
}
.TagClassName
{
border-color: #660EEF;
}
</style>