Shades of Electric Indigo #660FE5
Tints of Electric Indigo #660FE5
RGB
CMYK
RGB Variations
Color information
#660FE5 (or 0x660FE5) is known color: Electric Indigo. HEX triplet: 66, 0F and E5. RGB value is (102,15,229). Sum of RGB (Red+Green+Blue) = 102+15+229=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 229 (89.84% from 255 or 66.18% from 346); Max value from RGB is 229 - color contains mainly: blue. Hex color #660FE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FE5 is #99F01A. Grayscale: #404040. Windows color (decimal): -10088475 or 15011686. OLE color: 15011686.
HSL color Cylindrical-coordinate representation of color #660FE5: hue angle of 264.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660FE5 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 15 | 229 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.10 |
| HSL | 264.39º | 0.88% | 0.48% | - |
| HSV(B) | 264.39º | 0.93% | 0.9% | - |
| XYZ | 19.79 | 8.82 | 74.79 | - |
| YUV | 65.41 | 220.32 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 229 | 0.55 | 0.93 | 0 | 0.10 | 264.39 | 0.88 | 0.48 |
| Hex | 66 | F | E5 | 37 | 5D | 0 | A | 108 | 58 | 30 |
| Octal | 146 | 17 | 345 | 67 | 135 | 0 | 12 | 410 | 130 | 60 |
| Binary | 1100110 | 1111 | 11100101 | 110111 | 1011101 | 0 | 1010 | 100001000 | 1011000 | 110000 |
Color Harmonies of #660FE5
Complementary color
Monochromatic Colors of #660FE5
Black with #660FE5
Text Example
Text Example
White with #660FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FE5; }
p { color: rgb(102,15,229); }
H1.HeaderClassName
{
color: #660FE5;
}
.AnyTagClassName
{
color: #660FE5;
}
</style>
background-color css
<style>
a { background-color: #660FE5; }
a { background-color: rgb(102,15,229); }
div.DivClassName
{
background-color: #660FE5;
}
.BgClassName
{
background-color: #660FE5;
}
</style>
border-color css
<style>
span { border-color: #660FE5; }
span { border-color: rgb(102,15,229); }
td.TdClassName
{
border-color: #660FE5;
}
.TagClassName
{
border-color: #660FE5;
}
</style>