Shades of Indigo #660BA6
Tints of Indigo #660BA6
RGB
CMYK
RGB Variations
Color information
#660BA6 (or 0x660BA6) is known color: Indigo. HEX triplet: 66, 0B and A6. RGB value is (102,11,166). Sum of RGB (Red+Green+Blue) = 102+11+166=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #660BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660BA6 is #99F459. Grayscale: #373737. Windows color (decimal): -10089562 or 10881894. OLE color: 10881894.
HSL color Cylindrical-coordinate representation of color #660BA6: hue angle of 275.23º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660BA6 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 11 | 166 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.35 |
| HSL | 275.23º | 0.88% | 0.35% | - |
| HSV(B) | 275.23º | 0.93% | 0.65% | - |
| XYZ | 12.48 | 5.82 | 36.54 | - |
| YUV | 55.88 | 190.15 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 166 | 0.39 | 0.93 | 0 | 0.35 | 275.23 | 0.88 | 0.35 |
| Hex | 66 | B | A6 | 27 | 5D | 0 | 23 | 113 | 58 | 23 |
| Octal | 146 | 13 | 246 | 47 | 135 | 0 | 43 | 423 | 130 | 43 |
| Binary | 1100110 | 1011 | 10100110 | 100111 | 1011101 | 0 | 100011 | 100010011 | 1011000 | 100011 |
Color Harmonies of #660BA6
Complementary color
Monochromatic Colors of #660BA6
Black with #660BA6
Text Example
Text Example
White with #660BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BA6; }
p { color: rgb(102,11,166); }
H1.HeaderClassName
{
color: #660BA6;
}
.AnyTagClassName
{
color: #660BA6;
}
</style>
background-color css
<style>
a { background-color: #660BA6; }
a { background-color: rgb(102,11,166); }
div.DivClassName
{
background-color: #660BA6;
}
.BgClassName
{
background-color: #660BA6;
}
</style>
border-color css
<style>
span { border-color: #660BA6; }
span { border-color: rgb(102,11,166); }
td.TdClassName
{
border-color: #660BA6;
}
.TagClassName
{
border-color: #660BA6;
}
</style>