Shades of Indigo #6901AA
Tints of Indigo #6901AA
RGB
CMYK
RGB Variations
Color information
#6901AA (or 0x6901AA) is known color: Indigo. HEX triplet: 69, 01 and AA. RGB value is (105,1,170). Sum of RGB (Red+Green+Blue) = 105+1+170=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 170 (66.80% from 255 or 61.59% from 276); Max value from RGB is 170 - color contains mainly: blue. Hex color #6901AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6901AA is #96FE55. Grayscale: #323232. Windows color (decimal): -9895510 or 11141481. OLE color: 11141481.
HSL color Cylindrical-coordinate representation of color #6901AA: hue angle of 276.92º degrees, saturation: 0.99, 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 #6901AA is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 1 | 170 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.33 |
| HSL | 276.92º | 0.99% | 0.34% | - |
| HSV(B) | 276.92º | 0.99% | 0.67% | - |
| XYZ | 13.09 | 5.93 | 38.48 | - |
| YUV | 51.36 | 194.96 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 170 | 0.38 | 0.99 | 0 | 0.33 | 276.92 | 0.99 | 0.34 |
| Hex | 69 | 1 | AA | 26 | 63 | 0 | 21 | 115 | 63 | 22 |
| Octal | 151 | 1 | 252 | 46 | 143 | 0 | 41 | 425 | 143 | 42 |
| Binary | 1101001 | 1 | 10101010 | 100110 | 1100011 | 0 | 100001 | 100010101 | 1100011 | 100010 |
Color Harmonies of #6901AA
Complementary color
Monochromatic Colors of #6901AA
Black with #6901AA
Text Example
Text Example
White with #6901AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901AA; }
p { color: rgb(105,1,170); }
H1.HeaderClassName
{
color: #6901AA;
}
.AnyTagClassName
{
color: #6901AA;
}
</style>
background-color css
<style>
a { background-color: #6901AA; }
a { background-color: rgb(105,1,170); }
div.DivClassName
{
background-color: #6901AA;
}
.BgClassName
{
background-color: #6901AA;
}
</style>
border-color css
<style>
span { border-color: #6901AA; }
span { border-color: rgb(105,1,170); }
td.TdClassName
{
border-color: #6901AA;
}
.TagClassName
{
border-color: #6901AA;
}
</style>