Shades of Electric Indigo #660EDA
Tints of Electric Indigo #660EDA
RGB
CMYK
RGB Variations
Color information
#660EDA (or 0x660EDA) is known color: Electric Indigo. HEX triplet: 66, 0E and DA. RGB value is (102,14,218). Sum of RGB (Red+Green+Blue) = 102+14+218=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #660EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660EDA is #99F125. Grayscale: #3E3E3E. Windows color (decimal): -10088742 or 14290534. OLE color: 14290534.
HSL color Cylindrical-coordinate representation of color #660EDA: hue angle of 265.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660EDA is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 14 | 218 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.15 |
| HSL | 265.88º | 0.88% | 0.45% | - |
| HSV(B) | 265.88º | 0.94% | 0.85% | - |
| XYZ | 18.29 | 8.2 | 66.95 | - |
| YUV | 63.57 | 215.15 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 218 | 0.53 | 0.94 | 0 | 0.15 | 265.88 | 0.88 | 0.45 |
| Hex | 66 | E | DA | 35 | 5E | 0 | F | 10A | 58 | 2D |
| Octal | 146 | 16 | 332 | 65 | 136 | 0 | 17 | 412 | 130 | 55 |
| Binary | 1100110 | 1110 | 11011010 | 110101 | 1011110 | 0 | 1111 | 100001010 | 1011000 | 101101 |
Color Harmonies of #660EDA
Complementary color
Monochromatic Colors of #660EDA
Black with #660EDA
Text Example
Text Example
White with #660EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660EDA; }
p { color: rgb(102,14,218); }
H1.HeaderClassName
{
color: #660EDA;
}
.AnyTagClassName
{
color: #660EDA;
}
</style>
background-color css
<style>
a { background-color: #660EDA; }
a { background-color: rgb(102,14,218); }
div.DivClassName
{
background-color: #660EDA;
}
.BgClassName
{
background-color: #660EDA;
}
</style>
border-color css
<style>
span { border-color: #660EDA; }
span { border-color: rgb(102,14,218); }
td.TdClassName
{
border-color: #660EDA;
}
.TagClassName
{
border-color: #660EDA;
}
</style>