Shades of Electric Indigo #660CED
Tints of Electric Indigo #660CED
RGB
CMYK
RGB Variations
Color information
#660CED (or 0x660CED) is known color: Electric Indigo. HEX triplet: 66, 0C and ED. RGB value is (102,12,237). Sum of RGB (Red+Green+Blue) = 102+12+237=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #660CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CED is #99F312. Grayscale: #3F3F3F. Windows color (decimal): -10089235 or 15535206. OLE color: 15535206.
HSL color Cylindrical-coordinate representation of color #660CED: hue angle of 264º 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 #660CED is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 12 | 237 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.07 |
| HSL | 264º | 0.9% | 0.49% | - |
| HSV(B) | 264º | 0.95% | 0.93% | - |
| XYZ | 20.9 | 9.2 | 80.8 | - |
| YUV | 64.56 | 225.32 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 237 | 0.57 | 0.95 | 0 | 0.07 | 264 | 0.9 | 0.49 |
| Hex | 66 | C | ED | 39 | 5F | 0 | 7 | 108 | 5A | 31 |
| Octal | 146 | 14 | 355 | 71 | 137 | 0 | 7 | 410 | 132 | 61 |
| Binary | 1100110 | 1100 | 11101101 | 111001 | 1011111 | 0 | 111 | 100001000 | 1011010 | 110001 |
Color Harmonies of #660CED
Complementary color
Monochromatic Colors of #660CED
Black with #660CED
Text Example
Text Example
White with #660CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660CED; }
p { color: rgb(102,12,237); }
H1.HeaderClassName
{
color: #660CED;
}
.AnyTagClassName
{
color: #660CED;
}
</style>
background-color css
<style>
a { background-color: #660CED; }
a { background-color: rgb(102,12,237); }
div.DivClassName
{
background-color: #660CED;
}
.BgClassName
{
background-color: #660CED;
}
</style>
border-color css
<style>
span { border-color: #660CED; }
span { border-color: rgb(102,12,237); }
td.TdClassName
{
border-color: #660CED;
}
.TagClassName
{
border-color: #660CED;
}
</style>