Shades of Indigo #6D00AB
Tints of Indigo #6D00AB
RGB
CMYK
RGB Variations
Color information
#6D00AB (or 0x6D00AB) is known color: Indigo. HEX triplet: 6D, 00 and AB. RGB value is (109,0,171). Sum of RGB (Red+Green+Blue) = 109+0+171=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D00AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D00AB is #92FF54. Grayscale: #333333. Windows color (decimal): -9633621 or 11206765. OLE color: 11206765.
HSL color Cylindrical-coordinate representation of color #6D00AB: hue angle of 278.25º 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 #6D00AB is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 109 | 0 | 171 | - |
| CMYK | 0.36 | 1 | 0 | 0.33 |
| HSL | 278.25º | 1% | 0.34% | - |
| HSV(B) | 278.25º | 1% | 0.67% | - |
| XYZ | 13.66 | 6.19 | 39 | - |
| YUV | 52.09 | 195.11 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 171 | 0.36 | 1 | 0 | 0.33 | 278.25 | 1 | 0.34 |
| Hex | 6D | 0 | AB | 24 | 64 | 0 | 21 | 116 | 64 | 22 |
| Octal | 155 | 0 | 253 | 44 | 144 | 0 | 41 | 426 | 144 | 42 |
| Binary | 1101101 | 0 | 10101011 | 100100 | 1100100 | 0 | 100001 | 100010110 | 1100100 | 100010 |
Color Harmonies of #6D00AB
Complementary color
Monochromatic Colors of #6D00AB
Black with #6D00AB
Text Example
Text Example
White with #6D00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D00AB; }
p { color: rgb(109,0,171); }
H1.HeaderClassName
{
color: #6D00AB;
}
.AnyTagClassName
{
color: #6D00AB;
}
</style>
background-color css
<style>
a { background-color: #6D00AB; }
a { background-color: rgb(109,0,171); }
div.DivClassName
{
background-color: #6D00AB;
}
.BgClassName
{
background-color: #6D00AB;
}
</style>
border-color css
<style>
span { border-color: #6D00AB; }
span { border-color: rgb(109,0,171); }
td.TdClassName
{
border-color: #6D00AB;
}
.TagClassName
{
border-color: #6D00AB;
}
</style>