Shades of Indigo #660E86
Tints of Indigo #660E86
RGB
CMYK
RGB Variations
Color information
#660E86 (or 0x660E86) is known color: Indigo. HEX triplet: 66, 0E and 86. RGB value is (102,14,134). Sum of RGB (Red+Green+Blue) = 102+14+134=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #660E86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660E86 is #99F179. Grayscale: #353535. Windows color (decimal): -10088826 or 8785510. OLE color: 8785510.
HSL color Cylindrical-coordinate representation of color #660E86: hue angle of 284º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660E86 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 14 | 134 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.47 |
| HSL | 284º | 0.81% | 0.29% | - |
| HSV(B) | 284º | 0.9% | 0.53% | - |
| XYZ | 9.94 | 4.86 | 22.97 | - |
| YUV | 53.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 134 | 0.24 | 0.90 | 0 | 0.47 | 284 | 0.81 | 0.29 |
| Hex | 66 | E | 86 | 18 | 5A | 0 | 2F | 11C | 51 | 1D |
| Octal | 146 | 16 | 206 | 30 | 132 | 0 | 57 | 434 | 121 | 35 |
| Binary | 1100110 | 1110 | 10000110 | 11000 | 1011010 | 0 | 101111 | 100011100 | 1010001 | 11101 |
Color Harmonies of #660E86
Complementary color
Monochromatic Colors of #660E86
Black with #660E86
Text Example
Text Example
White with #660E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E86; }
p { color: rgb(102,14,134); }
H1.HeaderClassName
{
color: #660E86;
}
.AnyTagClassName
{
color: #660E86;
}
</style>
background-color css
<style>
a { background-color: #660E86; }
a { background-color: rgb(102,14,134); }
div.DivClassName
{
background-color: #660E86;
}
.BgClassName
{
background-color: #660E86;
}
</style>
border-color css
<style>
span { border-color: #660E86; }
span { border-color: rgb(102,14,134); }
td.TdClassName
{
border-color: #660E86;
}
.TagClassName
{
border-color: #660E86;
}
</style>