Shades of Indigo #6900AB
Tints of Indigo #6900AB
RGB
CMYK
RGB Variations
Color information
#6900AB (or 0x6900AB) is known color: Indigo. HEX triplet: 69, 00 and AB. RGB value is (105,0,171). Sum of RGB (Red+Green+Blue) = 105+0+171=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #6900AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6900AB is #96FF54. Grayscale: #323232. Windows color (decimal): -9895765 or 11206761. OLE color: 11206761.
HSL color Cylindrical-coordinate representation of color #6900AB: hue angle of 276.84º 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 #6900AB is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 0 | 171 | - |
| CMYK | 0.39 | 1 | 0 | 0.33 |
| HSL | 276.84º | 1% | 0.34% | - |
| HSV(B) | 276.84º | 1% | 0.67% | - |
| XYZ | 13.18 | 5.94 | 38.98 | - |
| YUV | 50.89 | 195.79 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 171 | 0.39 | 1 | 0 | 0.33 | 276.84 | 1 | 0.34 |
| Hex | 69 | 0 | AB | 27 | 64 | 0 | 21 | 115 | 64 | 22 |
| Octal | 151 | 0 | 253 | 47 | 144 | 0 | 41 | 425 | 144 | 42 |
| Binary | 1101001 | 0 | 10101011 | 100111 | 1100100 | 0 | 100001 | 100010101 | 1100100 | 100010 |
Color Harmonies of #6900AB
Complementary color
Monochromatic Colors of #6900AB
Black with #6900AB
Text Example
Text Example
White with #6900AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6900AB; }
p { color: rgb(105,0,171); }
H1.HeaderClassName
{
color: #6900AB;
}
.AnyTagClassName
{
color: #6900AB;
}
</style>
background-color css
<style>
a { background-color: #6900AB; }
a { background-color: rgb(105,0,171); }
div.DivClassName
{
background-color: #6900AB;
}
.BgClassName
{
background-color: #6900AB;
}
</style>
border-color css
<style>
span { border-color: #6900AB; }
span { border-color: rgb(105,0,171); }
td.TdClassName
{
border-color: #6900AB;
}
.TagClassName
{
border-color: #6900AB;
}
</style>