Shades of Indigo #6206A8
Tints of Indigo #6206A8
RGB
CMYK
RGB Variations
Color information
#6206A8 (or 0x6206A8) is known color: Indigo. HEX triplet: 62, 06 and A8. RGB value is (98,6,168). Sum of RGB (Red+Green+Blue) = 98+6+168=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 168 (66.02% from 255 or 61.76% from 272); Max value from RGB is 168 - color contains mainly: blue. Hex color #6206A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206A8 is #9DF957. Grayscale: #333333. Windows color (decimal): -10352984 or 11011682. OLE color: 11011682.
HSL color Cylindrical-coordinate representation of color #6206A8: hue angle of 274.07º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6206A8 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 6 | 168 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.34 |
| HSL | 274.07º | 0.93% | 0.34% | - |
| HSV(B) | 274.07º | 0.96% | 0.66% | - |
| XYZ | 12.17 | 5.55 | 37.48 | - |
| YUV | 51.98 | 193.48 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 168 | 0.42 | 0.96 | 0 | 0.34 | 274.07 | 0.93 | 0.34 |
| Hex | 62 | 6 | A8 | 2A | 60 | 0 | 22 | 112 | 5D | 22 |
| Octal | 142 | 6 | 250 | 52 | 140 | 0 | 42 | 422 | 135 | 42 |
| Binary | 1100010 | 110 | 10101000 | 101010 | 1100000 | 0 | 100010 | 100010010 | 1011101 | 100010 |
Color Harmonies of #6206A8
Complementary color
Monochromatic Colors of #6206A8
Black with #6206A8
Text Example
Text Example
White with #6206A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6206A8; }
p { color: rgb(98,6,168); }
H1.HeaderClassName
{
color: #6206A8;
}
.AnyTagClassName
{
color: #6206A8;
}
</style>
background-color css
<style>
a { background-color: #6206A8; }
a { background-color: rgb(98,6,168); }
div.DivClassName
{
background-color: #6206A8;
}
.BgClassName
{
background-color: #6206A8;
}
</style>
border-color css
<style>
span { border-color: #6206A8; }
span { border-color: rgb(98,6,168); }
td.TdClassName
{
border-color: #6206A8;
}
.TagClassName
{
border-color: #6206A8;
}
</style>