Shades of Indigo #6D02AB
Tints of Indigo #6D02AB
RGB
CMYK
RGB Variations
Color information
#6D02AB (or 0x6D02AB) is known color: Indigo. HEX triplet: 6D, 02 and AB. RGB value is (109,2,171). Sum of RGB (Red+Green+Blue) = 109+2+171=282 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.65% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D02AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D02AB is #92FD54. Grayscale: #343434. Windows color (decimal): -9633109 or 11207277. OLE color: 11207277.
HSL color Cylindrical-coordinate representation of color #6D02AB: hue angle of 277.99º 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 #6D02AB is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 2 | 171 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.33 |
| HSL | 277.99º | 0.98% | 0.34% | - |
| HSV(B) | 277.99º | 0.99% | 0.67% | - |
| XYZ | 13.68 | 6.23 | 39.01 | - |
| YUV | 53.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 2 | 171 | 0.36 | 0.99 | 0 | 0.33 | 277.99 | 0.98 | 0.34 |
| Hex | 6D | 2 | AB | 24 | 63 | 0 | 21 | 116 | 62 | 22 |
| Octal | 155 | 2 | 253 | 44 | 143 | 0 | 41 | 426 | 142 | 42 |
| Binary | 1101101 | 10 | 10101011 | 100100 | 1100011 | 0 | 100001 | 100010110 | 1100010 | 100010 |
Color Harmonies of #6D02AB
Complementary color
Monochromatic Colors of #6D02AB
Black with #6D02AB
Text Example
Text Example
White with #6D02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D02AB; }
p { color: rgb(109,2,171); }
H1.HeaderClassName
{
color: #6D02AB;
}
.AnyTagClassName
{
color: #6D02AB;
}
</style>
background-color css
<style>
a { background-color: #6D02AB; }
a { background-color: rgb(109,2,171); }
div.DivClassName
{
background-color: #6D02AB;
}
.BgClassName
{
background-color: #6D02AB;
}
</style>
border-color css
<style>
span { border-color: #6D02AB; }
span { border-color: rgb(109,2,171); }
td.TdClassName
{
border-color: #6D02AB;
}
.TagClassName
{
border-color: #6D02AB;
}
</style>