Shades of Indigo #6001AA
Tints of Indigo #6001AA
RGB
CMYK
RGB Variations
Color information
#6001AA (or 0x6001AA) is known color: Indigo. HEX triplet: 60, 01 and AA. RGB value is (96,1,170). Sum of RGB (Red+Green+Blue) = 96+1+170=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #6001AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6001AA is #9FFE55. Grayscale: #303030. Windows color (decimal): -10485334 or 11141472. OLE color: 11141472.
HSL color Cylindrical-coordinate representation of color #6001AA: hue angle of 273.73º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6001AA is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 1 | 170 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.33 |
| HSL | 273.73º | 0.99% | 0.34% | - |
| HSV(B) | 273.73º | 0.99% | 0.67% | - |
| XYZ | 12.09 | 5.41 | 38.44 | - |
| YUV | 48.67 | 196.47 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 170 | 0.44 | 0.99 | 0 | 0.33 | 273.73 | 0.99 | 0.34 |
| Hex | 60 | 1 | AA | 2C | 63 | 0 | 21 | 112 | 63 | 22 |
| Octal | 140 | 1 | 252 | 54 | 143 | 0 | 41 | 422 | 143 | 42 |
| Binary | 1100000 | 1 | 10101010 | 101100 | 1100011 | 0 | 100001 | 100010010 | 1100011 | 100010 |
Color Harmonies of #6001AA
Complementary color
Monochromatic Colors of #6001AA
Black with #6001AA
Text Example
Text Example
White with #6001AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6001AA; }
p { color: rgb(96,1,170); }
H1.HeaderClassName
{
color: #6001AA;
}
.AnyTagClassName
{
color: #6001AA;
}
</style>
background-color css
<style>
a { background-color: #6001AA; }
a { background-color: rgb(96,1,170); }
div.DivClassName
{
background-color: #6001AA;
}
.BgClassName
{
background-color: #6001AA;
}
</style>
border-color css
<style>
span { border-color: #6001AA; }
span { border-color: rgb(96,1,170); }
td.TdClassName
{
border-color: #6001AA;
}
.TagClassName
{
border-color: #6001AA;
}
</style>