Shades of Electric Indigo #660FFE
Tints of Electric Indigo #660FFE
RGB
CMYK
RGB Variations
Color information
#660FFE (or 0x660FFE) is known color: Electric Indigo. HEX triplet: 66, 0F and FE. RGB value is (102,15,254). Sum of RGB (Red+Green+Blue) = 102+15+254=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #660FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660FFE is #99F001. Grayscale: #434343. Windows color (decimal): -10088450 or 16650086. OLE color: 16650086.
HSL color Cylindrical-coordinate representation of color #660FFE: hue angle of 261.84º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660FFE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 15 | 254 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.00 |
| HSL | 261.84º | 0.99% | 0.53% | - |
| HSV(B) | 261.84º | 0.94% | 1% | - |
| XYZ | 23.54 | 10.32 | 94.52 | - |
| YUV | 68.26 | 232.82 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 254 | 0.60 | 0.94 | 0 | 0.00 | 261.84 | 0.99 | 0.53 |
| Hex | 66 | F | FE | 3C | 5E | 0 | 0 | 106 | 63 | 35 |
| Octal | 146 | 17 | 376 | 74 | 136 | 0 | 0 | 406 | 143 | 65 |
| Binary | 1100110 | 1111 | 11111110 | 111100 | 1011110 | 0 | 0 | 100000110 | 1100011 | 110101 |
Color Harmonies of #660FFE
Complementary color
Monochromatic Colors of #660FFE
Black with #660FFE
Text Example
Text Example
White with #660FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FFE; }
p { color: rgb(102,15,254); }
H1.HeaderClassName
{
color: #660FFE;
}
.AnyTagClassName
{
color: #660FFE;
}
</style>
background-color css
<style>
a { background-color: #660FFE; }
a { background-color: rgb(102,15,254); }
div.DivClassName
{
background-color: #660FFE;
}
.BgClassName
{
background-color: #660FFE;
}
</style>
border-color css
<style>
span { border-color: #660FFE; }
span { border-color: rgb(102,15,254); }
td.TdClassName
{
border-color: #660FFE;
}
.TagClassName
{
border-color: #660FFE;
}
</style>