Shades of Electric Indigo #660DED
Tints of Electric Indigo #660DED
RGB
CMYK
RGB Variations
Color information
#660DED (or 0x660DED) is known color: Electric Indigo. HEX triplet: 66, 0D and ED. RGB value is (102,13,237). Sum of RGB (Red+Green+Blue) = 102+13+237=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #660DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660DED is #99F212. Grayscale: #404040. Windows color (decimal): -10088979 or 15535462. OLE color: 15535462.
HSL color Cylindrical-coordinate representation of color #660DED: hue angle of 263.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660DED is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 13 | 237 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.07 |
| HSL | 263.84º | 0.9% | 0.49% | - |
| HSV(B) | 263.84º | 0.95% | 0.93% | - |
| XYZ | 20.91 | 9.23 | 80.8 | - |
| YUV | 65.15 | 224.99 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 237 | 0.57 | 0.95 | 0 | 0.07 | 263.84 | 0.9 | 0.49 |
| Hex | 66 | D | ED | 39 | 5F | 0 | 7 | 108 | 5A | 31 |
| Octal | 146 | 15 | 355 | 71 | 137 | 0 | 7 | 410 | 132 | 61 |
| Binary | 1100110 | 1101 | 11101101 | 111001 | 1011111 | 0 | 111 | 100001000 | 1011010 | 110001 |
Color Harmonies of #660DED
Complementary color
Monochromatic Colors of #660DED
Black with #660DED
Text Example
Text Example
White with #660DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DED; }
p { color: rgb(102,13,237); }
H1.HeaderClassName
{
color: #660DED;
}
.AnyTagClassName
{
color: #660DED;
}
</style>
background-color css
<style>
a { background-color: #660DED; }
a { background-color: rgb(102,13,237); }
div.DivClassName
{
background-color: #660DED;
}
.BgClassName
{
background-color: #660DED;
}
</style>
border-color css
<style>
span { border-color: #660DED; }
span { border-color: rgb(102,13,237); }
td.TdClassName
{
border-color: #660DED;
}
.TagClassName
{
border-color: #660DED;
}
</style>