Shades of Indigo #6802A0
Tints of Indigo #6802A0
RGB
CMYK
RGB Variations
Color information
#6802A0 (or 0x6802A0) is known color: Indigo. HEX triplet: 68, 02 and A0. RGB value is (104,2,160). Sum of RGB (Red+Green+Blue) = 104+2+160=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #6802A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6802A0 is #97FD5F. Grayscale: #313131. Windows color (decimal): -9960800 or 10486376. OLE color: 10486376.
HSL color Cylindrical-coordinate representation of color #6802A0: hue angle of 278.73º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802A0 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 2 | 160 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.37 |
| HSL | 278.73º | 0.98% | 0.32% | - |
| HSV(B) | 278.73º | 0.99% | 0.63% | - |
| XYZ | 12.08 | 5.52 | 33.69 | - |
| YUV | 50.51 | 189.79 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 160 | 0.35 | 0.99 | 0 | 0.37 | 278.73 | 0.98 | 0.32 |
| Hex | 68 | 2 | A0 | 23 | 63 | 0 | 25 | 117 | 62 | 20 |
| Octal | 150 | 2 | 240 | 43 | 143 | 0 | 45 | 427 | 142 | 40 |
| Binary | 1101000 | 10 | 10100000 | 100011 | 1100011 | 0 | 100101 | 100010111 | 1100010 | 100000 |
Color Harmonies of #6802A0
Complementary color
Monochromatic Colors of #6802A0
Black with #6802A0
Text Example
Text Example
White with #6802A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802A0; }
p { color: rgb(104,2,160); }
H1.HeaderClassName
{
color: #6802A0;
}
.AnyTagClassName
{
color: #6802A0;
}
</style>
background-color css
<style>
a { background-color: #6802A0; }
a { background-color: rgb(104,2,160); }
div.DivClassName
{
background-color: #6802A0;
}
.BgClassName
{
background-color: #6802A0;
}
</style>
border-color css
<style>
span { border-color: #6802A0; }
span { border-color: rgb(104,2,160); }
td.TdClassName
{
border-color: #6802A0;
}
.TagClassName
{
border-color: #6802A0;
}
</style>