Shades of Indigo #6C01AA
Tints of Indigo #6C01AA
RGB
CMYK
RGB Variations
Color information
#6C01AA (or 0x6C01AA) is known color: Indigo. HEX triplet: 6C, 01 and AA. RGB value is (108,1,170). Sum of RGB (Red+Green+Blue) = 108+1+170=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C01AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C01AA is #93FE55. Grayscale: #333333. Windows color (decimal): -9698902 or 11141484. OLE color: 11141484.
HSL color Cylindrical-coordinate representation of color #6C01AA: hue angle of 277.99º 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 #6C01AA is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 1 | 170 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.33 |
| HSL | 277.99º | 0.99% | 0.34% | - |
| HSV(B) | 277.99º | 0.99% | 0.67% | - |
| XYZ | 13.45 | 6.11 | 38.5 | - |
| YUV | 52.26 | 194.45 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 170 | 0.36 | 0.99 | 0 | 0.33 | 277.99 | 0.99 | 0.34 |
| Hex | 6C | 1 | AA | 24 | 63 | 0 | 21 | 116 | 63 | 22 |
| Octal | 154 | 1 | 252 | 44 | 143 | 0 | 41 | 426 | 143 | 42 |
| Binary | 1101100 | 1 | 10101010 | 100100 | 1100011 | 0 | 100001 | 100010110 | 1100011 | 100010 |
Color Harmonies of #6C01AA
Complementary color
Monochromatic Colors of #6C01AA
Black with #6C01AA
Text Example
Text Example
White with #6C01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C01AA; }
p { color: rgb(108,1,170); }
H1.HeaderClassName
{
color: #6C01AA;
}
.AnyTagClassName
{
color: #6C01AA;
}
</style>
background-color css
<style>
a { background-color: #6C01AA; }
a { background-color: rgb(108,1,170); }
div.DivClassName
{
background-color: #6C01AA;
}
.BgClassName
{
background-color: #6C01AA;
}
</style>
border-color css
<style>
span { border-color: #6C01AA; }
span { border-color: rgb(108,1,170); }
td.TdClassName
{
border-color: #6C01AA;
}
.TagClassName
{
border-color: #6C01AA;
}
</style>