Shades of Electric Indigo #660FDE
Tints of Electric Indigo #660FDE
RGB
CMYK
RGB Variations
Color information
#660FDE (or 0x660FDE) is known color: Electric Indigo. HEX triplet: 66, 0F and DE. RGB value is (102,15,222). Sum of RGB (Red+Green+Blue) = 102+15+222=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #660FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FDE is #99F021. Grayscale: #3F3F3F. Windows color (decimal): -10088482 or 14552934. OLE color: 14552934.
HSL color Cylindrical-coordinate representation of color #660FDE: hue angle of 265.22º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660FDE is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 15 | 222 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.13 |
| HSL | 265.22º | 0.87% | 0.46% | - |
| HSV(B) | 265.22º | 0.93% | 0.87% | - |
| XYZ | 18.84 | 8.44 | 69.74 | - |
| YUV | 64.61 | 216.82 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 222 | 0.54 | 0.93 | 0 | 0.13 | 265.22 | 0.87 | 0.46 |
| Hex | 66 | F | DE | 36 | 5D | 0 | D | 109 | 57 | 2E |
| Octal | 146 | 17 | 336 | 66 | 135 | 0 | 15 | 411 | 127 | 56 |
| Binary | 1100110 | 1111 | 11011110 | 110110 | 1011101 | 0 | 1101 | 100001001 | 1010111 | 101110 |
Color Harmonies of #660FDE
Complementary color
Monochromatic Colors of #660FDE
Black with #660FDE
Text Example
Text Example
White with #660FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FDE; }
p { color: rgb(102,15,222); }
H1.HeaderClassName
{
color: #660FDE;
}
.AnyTagClassName
{
color: #660FDE;
}
</style>
background-color css
<style>
a { background-color: #660FDE; }
a { background-color: rgb(102,15,222); }
div.DivClassName
{
background-color: #660FDE;
}
.BgClassName
{
background-color: #660FDE;
}
</style>
border-color css
<style>
span { border-color: #660FDE; }
span { border-color: rgb(102,15,222); }
td.TdClassName
{
border-color: #660FDE;
}
.TagClassName
{
border-color: #660FDE;
}
</style>