Shades of Electric Indigo #660FEC
Tints of Electric Indigo #660FEC
RGB
CMYK
RGB Variations
Color information
#660FEC (or 0x660FEC) is known color: Electric Indigo. HEX triplet: 66, 0F and EC. RGB value is (102,15,236). Sum of RGB (Red+Green+Blue) = 102+15+236=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #660FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FEC is #99F013. Grayscale: #414141. Windows color (decimal): -10088468 or 15470438. OLE color: 15470438.
HSL color Cylindrical-coordinate representation of color #660FEC: hue angle of 263.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660FEC is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 15 | 236 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.07 |
| HSL | 263.62º | 0.88% | 0.49% | - |
| HSV(B) | 263.62º | 0.94% | 0.93% | - |
| XYZ | 20.79 | 9.22 | 80.04 | - |
| YUV | 66.21 | 223.82 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 236 | 0.57 | 0.94 | 0 | 0.07 | 263.62 | 0.88 | 0.49 |
| Hex | 66 | F | EC | 39 | 5E | 0 | 7 | 108 | 58 | 31 |
| Octal | 146 | 17 | 354 | 71 | 136 | 0 | 7 | 410 | 130 | 61 |
| Binary | 1100110 | 1111 | 11101100 | 111001 | 1011110 | 0 | 111 | 100001000 | 1011000 | 110001 |
Color Harmonies of #660FEC
Complementary color
Monochromatic Colors of #660FEC
Black with #660FEC
Text Example
Text Example
White with #660FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FEC; }
p { color: rgb(102,15,236); }
H1.HeaderClassName
{
color: #660FEC;
}
.AnyTagClassName
{
color: #660FEC;
}
</style>
background-color css
<style>
a { background-color: #660FEC; }
a { background-color: rgb(102,15,236); }
div.DivClassName
{
background-color: #660FEC;
}
.BgClassName
{
background-color: #660FEC;
}
</style>
border-color css
<style>
span { border-color: #660FEC; }
span { border-color: rgb(102,15,236); }
td.TdClassName
{
border-color: #660FEC;
}
.TagClassName
{
border-color: #660FEC;
}
</style>