Shades of Indigo #6102AB
Tints of Indigo #6102AB
RGB
CMYK
RGB Variations
Color information
#6102AB (or 0x6102AB) is known color: Indigo. HEX triplet: 61, 02 and AB. RGB value is (97,2,171). Sum of RGB (Red+Green+Blue) = 97+2+171=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #6102AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6102AB is #9EFD54. Grayscale: #313131. Windows color (decimal): -10419541 or 11207265. OLE color: 11207265.
HSL color Cylindrical-coordinate representation of color #6102AB: hue angle of 273.73º 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 #6102AB is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 2 | 171 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.33 |
| HSL | 273.73º | 0.98% | 0.34% | - |
| HSV(B) | 273.73º | 0.99% | 0.67% | - |
| XYZ | 12.3 | 5.53 | 38.95 | - |
| YUV | 49.67 | 196.47 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 171 | 0.43 | 0.99 | 0 | 0.33 | 273.73 | 0.98 | 0.34 |
| Hex | 61 | 2 | AB | 2B | 63 | 0 | 21 | 112 | 62 | 22 |
| Octal | 141 | 2 | 253 | 53 | 143 | 0 | 41 | 422 | 142 | 42 |
| Binary | 1100001 | 10 | 10101011 | 101011 | 1100011 | 0 | 100001 | 100010010 | 1100010 | 100010 |
Color Harmonies of #6102AB
Complementary color
Monochromatic Colors of #6102AB
Black with #6102AB
Text Example
Text Example
White with #6102AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6102AB; }
p { color: rgb(97,2,171); }
H1.HeaderClassName
{
color: #6102AB;
}
.AnyTagClassName
{
color: #6102AB;
}
</style>
background-color css
<style>
a { background-color: #6102AB; }
a { background-color: rgb(97,2,171); }
div.DivClassName
{
background-color: #6102AB;
}
.BgClassName
{
background-color: #6102AB;
}
</style>
border-color css
<style>
span { border-color: #6102AB; }
span { border-color: rgb(97,2,171); }
td.TdClassName
{
border-color: #6102AB;
}
.TagClassName
{
border-color: #6102AB;
}
</style>