Shades of Indigo #6C02AA
Tints of Indigo #6C02AA
RGB
CMYK
RGB Variations
Color information
#6C02AA (or 0x6C02AA) is known color: Indigo. HEX triplet: 6C, 02 and AA. RGB value is (108,2,170). Sum of RGB (Red+Green+Blue) = 108+2+170=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C02AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C02AA is #93FD55. Grayscale: #343434. Windows color (decimal): -9698646 or 11141740. OLE color: 11141740.
HSL color Cylindrical-coordinate representation of color #6C02AA: hue angle of 277.86º 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 #6C02AA is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 2 | 170 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.33 |
| HSL | 277.86º | 0.98% | 0.34% | - |
| HSV(B) | 277.86º | 0.99% | 0.67% | - |
| XYZ | 13.46 | 6.13 | 38.5 | - |
| YUV | 52.85 | 194.12 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 170 | 0.36 | 0.99 | 0 | 0.33 | 277.86 | 0.98 | 0.34 |
| Hex | 6C | 2 | AA | 24 | 63 | 0 | 21 | 116 | 62 | 22 |
| Octal | 154 | 2 | 252 | 44 | 143 | 0 | 41 | 426 | 142 | 42 |
| Binary | 1101100 | 10 | 10101010 | 100100 | 1100011 | 0 | 100001 | 100010110 | 1100010 | 100010 |
Color Harmonies of #6C02AA
Complementary color
Monochromatic Colors of #6C02AA
Black with #6C02AA
Text Example
Text Example
White with #6C02AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C02AA; }
p { color: rgb(108,2,170); }
H1.HeaderClassName
{
color: #6C02AA;
}
.AnyTagClassName
{
color: #6C02AA;
}
</style>
background-color css
<style>
a { background-color: #6C02AA; }
a { background-color: rgb(108,2,170); }
div.DivClassName
{
background-color: #6C02AA;
}
.BgClassName
{
background-color: #6C02AA;
}
</style>
border-color css
<style>
span { border-color: #6C02AA; }
span { border-color: rgb(108,2,170); }
td.TdClassName
{
border-color: #6C02AA;
}
.TagClassName
{
border-color: #6C02AA;
}
</style>