Shades of Electric Indigo #660BD8
Tints of Electric Indigo #660BD8
RGB
CMYK
RGB Variations
Color information
#660BD8 (or 0x660BD8) is known color: Electric Indigo. HEX triplet: 66, 0B and D8. RGB value is (102,11,216). Sum of RGB (Red+Green+Blue) = 102+11+216=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #660BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BD8 is #99F427. Grayscale: #3C3C3C. Windows color (decimal): -10089512 or 14158694. OLE color: 14158694.
HSL color Cylindrical-coordinate representation of color #660BD8: hue angle of 266.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660BD8 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 11 | 216 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.15 |
| HSL | 266.63º | 0.9% | 0.45% | - |
| HSV(B) | 266.63º | 0.95% | 0.85% | - |
| XYZ | 17.99 | 8.02 | 65.57 | - |
| YUV | 61.58 | 215.15 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 216 | 0.53 | 0.95 | 0 | 0.15 | 266.63 | 0.9 | 0.45 |
| Hex | 66 | B | D8 | 35 | 5F | 0 | F | 10B | 5A | 2D |
| Octal | 146 | 13 | 330 | 65 | 137 | 0 | 17 | 413 | 132 | 55 |
| Binary | 1100110 | 1011 | 11011000 | 110101 | 1011111 | 0 | 1111 | 100001011 | 1011010 | 101101 |
Color Harmonies of #660BD8
Complementary color
Monochromatic Colors of #660BD8
Black with #660BD8
Text Example
Text Example
White with #660BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BD8; }
p { color: rgb(102,11,216); }
H1.HeaderClassName
{
color: #660BD8;
}
.AnyTagClassName
{
color: #660BD8;
}
</style>
background-color css
<style>
a { background-color: #660BD8; }
a { background-color: rgb(102,11,216); }
div.DivClassName
{
background-color: #660BD8;
}
.BgClassName
{
background-color: #660BD8;
}
</style>
border-color css
<style>
span { border-color: #660BD8; }
span { border-color: rgb(102,11,216); }
td.TdClassName
{
border-color: #660BD8;
}
.TagClassName
{
border-color: #660BD8;
}
</style>