Shades of Electric Indigo #660FEF
Tints of Electric Indigo #660FEF
RGB
CMYK
RGB Variations
Color information
#660FEF (or 0x660FEF) is known color: Electric Indigo. HEX triplet: 66, 0F and EF. RGB value is (102,15,239). Sum of RGB (Red+Green+Blue) = 102+15+239=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #660FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FEF is #99F010. Grayscale: #414141. Windows color (decimal): -10088465 or 15667046. OLE color: 15667046.
HSL color Cylindrical-coordinate representation of color #660FEF: hue angle of 263.3º degrees, saturation: 0.88, 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 #660FEF is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 15 | 239 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.06 |
| HSL | 263.3º | 0.88% | 0.5% | - |
| HSV(B) | 263.3º | 0.94% | 0.94% | - |
| XYZ | 21.23 | 9.4 | 82.36 | - |
| YUV | 66.55 | 225.32 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 239 | 0.57 | 0.94 | 0 | 0.06 | 263.3 | 0.88 | 0.5 |
| Hex | 66 | F | EF | 39 | 5E | 0 | 6 | 107 | 58 | 32 |
| Octal | 146 | 17 | 357 | 71 | 136 | 0 | 6 | 407 | 130 | 62 |
| Binary | 1100110 | 1111 | 11101111 | 111001 | 1011110 | 0 | 110 | 100000111 | 1011000 | 110010 |
Color Harmonies of #660FEF
Complementary color
Monochromatic Colors of #660FEF
Black with #660FEF
Text Example
Text Example
White with #660FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FEF; }
p { color: rgb(102,15,239); }
H1.HeaderClassName
{
color: #660FEF;
}
.AnyTagClassName
{
color: #660FEF;
}
</style>
background-color css
<style>
a { background-color: #660FEF; }
a { background-color: rgb(102,15,239); }
div.DivClassName
{
background-color: #660FEF;
}
.BgClassName
{
background-color: #660FEF;
}
</style>
border-color css
<style>
span { border-color: #660FEF; }
span { border-color: rgb(102,15,239); }
td.TdClassName
{
border-color: #660FEF;
}
.TagClassName
{
border-color: #660FEF;
}
</style>