Shades of Indigo #6A00AA
Tints of Indigo #6A00AA
RGB
CMYK
RGB Variations
Color information
#6A00AA (or 0x6A00AA) is known color: Indigo. HEX triplet: 6A, 00 and AA. RGB value is (106,0,170). Sum of RGB (Red+Green+Blue) = 106+0+170=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 0 (0.39% from 255 or 0% 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 #6A00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A00AA is #95FF55. Grayscale: #323232. Windows color (decimal): -9830230 or 11141226. OLE color: 11141226.
HSL color Cylindrical-coordinate representation of color #6A00AA: hue angle of 277.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A00AA is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 0 | 170 | - |
| CMYK | 0.38 | 1 | 0 | 0.33 |
| HSL | 277.41º | 1% | 0.33% | - |
| HSV(B) | 277.41º | 1% | 0.67% | - |
| XYZ | 13.2 | 5.97 | 38.49 | - |
| YUV | 51.07 | 195.12 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 170 | 0.38 | 1 | 0 | 0.33 | 277.41 | 1 | 0.33 |
| Hex | 6A | 0 | AA | 26 | 64 | 0 | 21 | 115 | 64 | 21 |
| Octal | 152 | 0 | 252 | 46 | 144 | 0 | 41 | 425 | 144 | 41 |
| Binary | 1101010 | 0 | 10101010 | 100110 | 1100100 | 0 | 100001 | 100010101 | 1100100 | 100001 |
Color Harmonies of #6A00AA
Complementary color
Monochromatic Colors of #6A00AA
Black with #6A00AA
Text Example
Text Example
White with #6A00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A00AA; }
p { color: rgb(106,0,170); }
H1.HeaderClassName
{
color: #6A00AA;
}
.AnyTagClassName
{
color: #6A00AA;
}
</style>
background-color css
<style>
a { background-color: #6A00AA; }
a { background-color: rgb(106,0,170); }
div.DivClassName
{
background-color: #6A00AA;
}
.BgClassName
{
background-color: #6A00AA;
}
</style>
border-color css
<style>
span { border-color: #6A00AA; }
span { border-color: rgb(106,0,170); }
td.TdClassName
{
border-color: #6A00AA;
}
.TagClassName
{
border-color: #6A00AA;
}
</style>