Shades of Indigo #6006AB
Tints of Indigo #6006AB
RGB
CMYK
RGB Variations
Color information
#6006AB (or 0x6006AB) is known color: Indigo. HEX triplet: 60, 06 and AB. RGB value is (96,6,171). Sum of RGB (Red+Green+Blue) = 96+6+171=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #6006AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6006AB is #9FF954. Grayscale: #333333. Windows color (decimal): -10484053 or 11208288. OLE color: 11208288.
HSL color Cylindrical-coordinate representation of color #6006AB: hue angle of 272.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6006AB is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 6 | 171 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.33 |
| HSL | 272.73º | 0.93% | 0.35% | - |
| HSV(B) | 272.73º | 0.96% | 0.67% | - |
| XYZ | 12.24 | 5.56 | 38.96 | - |
| YUV | 51.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 6 | 171 | 0.44 | 0.96 | 0 | 0.33 | 272.73 | 0.93 | 0.35 |
| Hex | 60 | 6 | AB | 2C | 60 | 0 | 21 | 111 | 5D | 23 |
| Octal | 140 | 6 | 253 | 54 | 140 | 0 | 41 | 421 | 135 | 43 |
| Binary | 1100000 | 110 | 10101011 | 101100 | 1100000 | 0 | 100001 | 100010001 | 1011101 | 100011 |
Color Harmonies of #6006AB
Complementary color
Monochromatic Colors of #6006AB
Black with #6006AB
Text Example
Text Example
White with #6006AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6006AB; }
p { color: rgb(96,6,171); }
H1.HeaderClassName
{
color: #6006AB;
}
.AnyTagClassName
{
color: #6006AB;
}
</style>
background-color css
<style>
a { background-color: #6006AB; }
a { background-color: rgb(96,6,171); }
div.DivClassName
{
background-color: #6006AB;
}
.BgClassName
{
background-color: #6006AB;
}
</style>
border-color css
<style>
span { border-color: #6006AB; }
span { border-color: rgb(96,6,171); }
td.TdClassName
{
border-color: #6006AB;
}
.TagClassName
{
border-color: #6006AB;
}
</style>