Shades of Electric Indigo #660FDB
Tints of Electric Indigo #660FDB
RGB
CMYK
RGB Variations
Color information
#660FDB (or 0x660FDB) is known color: Electric Indigo. HEX triplet: 66, 0F and DB. RGB value is (102,15,219). Sum of RGB (Red+Green+Blue) = 102+15+219=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #660FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FDB is #99F024. Grayscale: #3F3F3F. Windows color (decimal): -10088485 or 14356326. OLE color: 14356326.
HSL color Cylindrical-coordinate representation of color #660FDB: hue angle of 265.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660FDB is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 15 | 219 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.14 |
| HSL | 265.59º | 0.87% | 0.46% | - |
| HSV(B) | 265.59º | 0.93% | 0.86% | - |
| XYZ | 18.44 | 8.28 | 67.64 | - |
| YUV | 64.27 | 215.32 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 219 | 0.53 | 0.93 | 0 | 0.14 | 265.59 | 0.87 | 0.46 |
| Hex | 66 | F | DB | 35 | 5D | 0 | E | 10A | 57 | 2E |
| Octal | 146 | 17 | 333 | 65 | 135 | 0 | 16 | 412 | 127 | 56 |
| Binary | 1100110 | 1111 | 11011011 | 110101 | 1011101 | 0 | 1110 | 100001010 | 1010111 | 101110 |
Color Harmonies of #660FDB
Complementary color
Monochromatic Colors of #660FDB
Black with #660FDB
Text Example
Text Example
White with #660FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660FDB; }
p { color: rgb(102,15,219); }
H1.HeaderClassName
{
color: #660FDB;
}
.AnyTagClassName
{
color: #660FDB;
}
</style>
background-color css
<style>
a { background-color: #660FDB; }
a { background-color: rgb(102,15,219); }
div.DivClassName
{
background-color: #660FDB;
}
.BgClassName
{
background-color: #660FDB;
}
</style>
border-color css
<style>
span { border-color: #660FDB; }
span { border-color: rgb(102,15,219); }
td.TdClassName
{
border-color: #660FDB;
}
.TagClassName
{
border-color: #660FDB;
}
</style>