Shades of Indigo #6802A8
Tints of Indigo #6802A8
RGB
CMYK
RGB Variations
Color information
#6802A8 (or 0x6802A8) is known color: Indigo. HEX triplet: 68, 02 and A8. RGB value is (104,2,168). Sum of RGB (Red+Green+Blue) = 104+2+168=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 168 (66.02% from 255 or 61.31% from 274); Max value from RGB is 168 - color contains mainly: blue. Hex color #6802A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6802A8 is #97FD57. Grayscale: #323232. Windows color (decimal): -9960792 or 11010664. OLE color: 11010664.
HSL color Cylindrical-coordinate representation of color #6802A8: hue angle of 276.87º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802A8 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 2 | 168 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.34 |
| HSL | 276.87º | 0.98% | 0.33% | - |
| HSV(B) | 276.87º | 0.99% | 0.66% | - |
| XYZ | 12.8 | 5.81 | 37.49 | - |
| YUV | 51.42 | 193.79 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 168 | 0.38 | 0.99 | 0 | 0.34 | 276.87 | 0.98 | 0.33 |
| Hex | 68 | 2 | A8 | 26 | 63 | 0 | 22 | 115 | 62 | 21 |
| Octal | 150 | 2 | 250 | 46 | 143 | 0 | 42 | 425 | 142 | 41 |
| Binary | 1101000 | 10 | 10101000 | 100110 | 1100011 | 0 | 100010 | 100010101 | 1100010 | 100001 |
Color Harmonies of #6802A8
Complementary color
Monochromatic Colors of #6802A8
Black with #6802A8
Text Example
Text Example
White with #6802A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802A8; }
p { color: rgb(104,2,168); }
H1.HeaderClassName
{
color: #6802A8;
}
.AnyTagClassName
{
color: #6802A8;
}
</style>
background-color css
<style>
a { background-color: #6802A8; }
a { background-color: rgb(104,2,168); }
div.DivClassName
{
background-color: #6802A8;
}
.BgClassName
{
background-color: #6802A8;
}
</style>
border-color css
<style>
span { border-color: #6802A8; }
span { border-color: rgb(104,2,168); }
td.TdClassName
{
border-color: #6802A8;
}
.TagClassName
{
border-color: #6802A8;
}
</style>