Shades of Indigo #6A00AB
Tints of Indigo #6A00AB
RGB
CMYK
RGB Variations
Color information
#6A00AB (or 0x6A00AB) is known color: Indigo. HEX triplet: 6A, 00 and AB. RGB value is (106,0,171). Sum of RGB (Red+Green+Blue) = 106+0+171=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A00AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A00AB is #95FF54. Grayscale: #323232. Windows color (decimal): -9830229 or 11206762. OLE color: 11206762.
HSL color Cylindrical-coordinate representation of color #6A00AB: hue angle of 277.19º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00AB is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 0 | 171 | - |
| CMYK | 0.38 | 1 | 0 | 0.33 |
| HSL | 277.19º | 1% | 0.34% | - |
| HSV(B) | 277.19º | 1% | 0.67% | - |
| XYZ | 13.29 | 6 | 38.99 | - |
| YUV | 51.19 | 195.62 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 171 | 0.38 | 1 | 0 | 0.33 | 277.19 | 1 | 0.34 |
| Hex | 6A | 0 | AB | 26 | 64 | 0 | 21 | 115 | 64 | 22 |
| Octal | 152 | 0 | 253 | 46 | 144 | 0 | 41 | 425 | 144 | 42 |
| Binary | 1101010 | 0 | 10101011 | 100110 | 1100100 | 0 | 100001 | 100010101 | 1100100 | 100010 |
Color Harmonies of #6A00AB
Complementary color
Monochromatic Colors of #6A00AB
Black with #6A00AB
Text Example
Text Example
White with #6A00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00AB; }
p { color: rgb(106,0,171); }
H1.HeaderClassName
{
color: #6A00AB;
}
.AnyTagClassName
{
color: #6A00AB;
}
</style>
background-color css
<style>
a { background-color: #6A00AB; }
a { background-color: rgb(106,0,171); }
div.DivClassName
{
background-color: #6A00AB;
}
.BgClassName
{
background-color: #6A00AB;
}
</style>
border-color css
<style>
span { border-color: #6A00AB; }
span { border-color: rgb(106,0,171); }
td.TdClassName
{
border-color: #6A00AB;
}
.TagClassName
{
border-color: #6A00AB;
}
</style>