Shades of Electric Indigo #660DDE
Tints of Electric Indigo #660DDE
RGB
CMYK
RGB Variations
Color information
#660DDE (or 0x660DDE) is known color: Electric Indigo. HEX triplet: 66, 0D and DE. RGB value is (102,13,222). Sum of RGB (Red+Green+Blue) = 102+13+222=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #660DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DDE is #99F221. Grayscale: #3E3E3E. Windows color (decimal): -10088994 or 14552422. OLE color: 14552422.
HSL color Cylindrical-coordinate representation of color #660DDE: hue angle of 265.55º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660DDE is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 13 | 222 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.13 |
| HSL | 265.55º | 0.89% | 0.46% | - |
| HSV(B) | 265.55º | 0.94% | 0.87% | - |
| XYZ | 18.81 | 8.39 | 69.73 | - |
| YUV | 63.44 | 217.49 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 222 | 0.54 | 0.94 | 0 | 0.13 | 265.55 | 0.89 | 0.46 |
| Hex | 66 | D | DE | 36 | 5E | 0 | D | 10A | 59 | 2E |
| Octal | 146 | 15 | 336 | 66 | 136 | 0 | 15 | 412 | 131 | 56 |
| Binary | 1100110 | 1101 | 11011110 | 110110 | 1011110 | 0 | 1101 | 100001010 | 1011001 | 101110 |
Color Harmonies of #660DDE
Complementary color
Monochromatic Colors of #660DDE
Black with #660DDE
Text Example
Text Example
White with #660DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DDE; }
p { color: rgb(102,13,222); }
H1.HeaderClassName
{
color: #660DDE;
}
.AnyTagClassName
{
color: #660DDE;
}
</style>
background-color css
<style>
a { background-color: #660DDE; }
a { background-color: rgb(102,13,222); }
div.DivClassName
{
background-color: #660DDE;
}
.BgClassName
{
background-color: #660DDE;
}
</style>
border-color css
<style>
span { border-color: #660DDE; }
span { border-color: rgb(102,13,222); }
td.TdClassName
{
border-color: #660DDE;
}
.TagClassName
{
border-color: #660DDE;
}
</style>