Shades of Electric Indigo #660EDB
Tints of Electric Indigo #660EDB
RGB
CMYK
RGB Variations
Color information
#660EDB (or 0x660EDB) is known color: Electric Indigo. HEX triplet: 66, 0E and DB. RGB value is (102,14,219). Sum of RGB (Red+Green+Blue) = 102+14+219=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #660EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EDB is #99F124. Grayscale: #3E3E3E. Windows color (decimal): -10088741 or 14356070. OLE color: 14356070.
HSL color Cylindrical-coordinate representation of color #660EDB: hue angle of 265.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EDB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 14 | 219 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.14 |
| HSL | 265.76º | 0.88% | 0.46% | - |
| HSV(B) | 265.76º | 0.94% | 0.86% | - |
| XYZ | 18.42 | 8.25 | 67.64 | - |
| YUV | 63.68 | 215.65 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 219 | 0.53 | 0.94 | 0 | 0.14 | 265.76 | 0.88 | 0.46 |
| Hex | 66 | E | DB | 35 | 5E | 0 | E | 10A | 58 | 2E |
| Octal | 146 | 16 | 333 | 65 | 136 | 0 | 16 | 412 | 130 | 56 |
| Binary | 1100110 | 1110 | 11011011 | 110101 | 1011110 | 0 | 1110 | 100001010 | 1011000 | 101110 |
Color Harmonies of #660EDB
Complementary color
Monochromatic Colors of #660EDB
Black with #660EDB
Text Example
Text Example
White with #660EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660EDB; }
p { color: rgb(102,14,219); }
H1.HeaderClassName
{
color: #660EDB;
}
.AnyTagClassName
{
color: #660EDB;
}
</style>
background-color css
<style>
a { background-color: #660EDB; }
a { background-color: rgb(102,14,219); }
div.DivClassName
{
background-color: #660EDB;
}
.BgClassName
{
background-color: #660EDB;
}
</style>
border-color css
<style>
span { border-color: #660EDB; }
span { border-color: rgb(102,14,219); }
td.TdClassName
{
border-color: #660EDB;
}
.TagClassName
{
border-color: #660EDB;
}
</style>