Shades of Indigo #6802AB
Tints of Indigo #6802AB
RGB
CMYK
RGB Variations
Color information
#6802AB (or 0x6802AB) is known color: Indigo. HEX triplet: 68, 02 and AB. RGB value is (104,2,171). Sum of RGB (Red+Green+Blue) = 104+2+171=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #6802AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6802AB is #97FD54. Grayscale: #333333. Windows color (decimal): -9960789 or 11207272. OLE color: 11207272.
HSL color Cylindrical-coordinate representation of color #6802AB: hue angle of 276.21º 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 #6802AB is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 2 | 171 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.33 |
| HSL | 276.21º | 0.98% | 0.34% | - |
| HSV(B) | 276.21º | 0.99% | 0.67% | - |
| XYZ | 13.08 | 5.93 | 38.98 | - |
| YUV | 51.76 | 195.29 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 171 | 0.39 | 0.99 | 0 | 0.33 | 276.21 | 0.98 | 0.34 |
| Hex | 68 | 2 | AB | 27 | 63 | 0 | 21 | 114 | 62 | 22 |
| Octal | 150 | 2 | 253 | 47 | 143 | 0 | 41 | 424 | 142 | 42 |
| Binary | 1101000 | 10 | 10101011 | 100111 | 1100011 | 0 | 100001 | 100010100 | 1100010 | 100010 |
Color Harmonies of #6802AB
Complementary color
Monochromatic Colors of #6802AB
Black with #6802AB
Text Example
Text Example
White with #6802AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6802AB; }
p { color: rgb(104,2,171); }
H1.HeaderClassName
{
color: #6802AB;
}
.AnyTagClassName
{
color: #6802AB;
}
</style>
background-color css
<style>
a { background-color: #6802AB; }
a { background-color: rgb(104,2,171); }
div.DivClassName
{
background-color: #6802AB;
}
.BgClassName
{
background-color: #6802AB;
}
</style>
border-color css
<style>
span { border-color: #6802AB; }
span { border-color: rgb(104,2,171); }
td.TdClassName
{
border-color: #6802AB;
}
.TagClassName
{
border-color: #6802AB;
}
</style>