Shades of Indigo #6002AB
Tints of Indigo #6002AB
RGB
CMYK
RGB Variations
Color information
#6002AB (or 0x6002AB) is known color: Indigo. HEX triplet: 60, 02 and AB. RGB value is (96,2,171). Sum of RGB (Red+Green+Blue) = 96+2+171=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #6002AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6002AB is #9FFD54. Grayscale: #303030. Windows color (decimal): -10485077 or 11207264. OLE color: 11207264.
HSL color Cylindrical-coordinate representation of color #6002AB: hue angle of 273.37º degrees, saturation: 0.98, 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 #6002AB is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 2 | 171 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.33 |
| HSL | 273.37º | 0.98% | 0.34% | - |
| HSV(B) | 273.37º | 0.99% | 0.67% | - |
| XYZ | 12.2 | 5.47 | 38.94 | - |
| YUV | 49.37 | 196.64 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 171 | 0.44 | 0.99 | 0 | 0.33 | 273.37 | 0.98 | 0.34 |
| Hex | 60 | 2 | AB | 2C | 63 | 0 | 21 | 111 | 62 | 22 |
| Octal | 140 | 2 | 253 | 54 | 143 | 0 | 41 | 421 | 142 | 42 |
| Binary | 1100000 | 10 | 10101011 | 101100 | 1100011 | 0 | 100001 | 100010001 | 1100010 | 100010 |
Color Harmonies of #6002AB
Complementary color
Monochromatic Colors of #6002AB
Black with #6002AB
Text Example
Text Example
White with #6002AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6002AB; }
p { color: rgb(96,2,171); }
H1.HeaderClassName
{
color: #6002AB;
}
.AnyTagClassName
{
color: #6002AB;
}
</style>
background-color css
<style>
a { background-color: #6002AB; }
a { background-color: rgb(96,2,171); }
div.DivClassName
{
background-color: #6002AB;
}
.BgClassName
{
background-color: #6002AB;
}
</style>
border-color css
<style>
span { border-color: #6002AB; }
span { border-color: rgb(96,2,171); }
td.TdClassName
{
border-color: #6002AB;
}
.TagClassName
{
border-color: #6002AB;
}
</style>