Shades of Indigo #6902AA
Tints of Indigo #6902AA
RGB
CMYK
RGB Variations
Color information
#6902AA (or 0x6902AA) is known color: Indigo. HEX triplet: 69, 02 and AA. RGB value is (105,2,170). Sum of RGB (Red+Green+Blue) = 105+2+170=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #6902AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6902AA is #96FD55. Grayscale: #333333. Windows color (decimal): -9895254 or 11141737. OLE color: 11141737.
HSL color Cylindrical-coordinate representation of color #6902AA: hue angle of 276.79º 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 #6902AA is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 2 | 170 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.33 |
| HSL | 276.79º | 0.98% | 0.34% | - |
| HSV(B) | 276.79º | 0.99% | 0.67% | - |
| XYZ | 13.1 | 5.95 | 38.49 | - |
| YUV | 51.95 | 194.62 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 170 | 0.38 | 0.99 | 0 | 0.33 | 276.79 | 0.98 | 0.34 |
| Hex | 69 | 2 | AA | 26 | 63 | 0 | 21 | 115 | 62 | 22 |
| Octal | 151 | 2 | 252 | 46 | 143 | 0 | 41 | 425 | 142 | 42 |
| Binary | 1101001 | 10 | 10101010 | 100110 | 1100011 | 0 | 100001 | 100010101 | 1100010 | 100010 |
Color Harmonies of #6902AA
Complementary color
Monochromatic Colors of #6902AA
Black with #6902AA
Text Example
Text Example
White with #6902AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6902AA; }
p { color: rgb(105,2,170); }
H1.HeaderClassName
{
color: #6902AA;
}
.AnyTagClassName
{
color: #6902AA;
}
</style>
background-color css
<style>
a { background-color: #6902AA; }
a { background-color: rgb(105,2,170); }
div.DivClassName
{
background-color: #6902AA;
}
.BgClassName
{
background-color: #6902AA;
}
</style>
border-color css
<style>
span { border-color: #6902AA; }
span { border-color: rgb(105,2,170); }
td.TdClassName
{
border-color: #6902AA;
}
.TagClassName
{
border-color: #6902AA;
}
</style>