Shades of Indigo #6202A6
Tints of Indigo #6202A6
RGB
CMYK
RGB Variations
Color information
#6202A6 (or 0x6202A6) is known color: Indigo. HEX triplet: 62, 02 and A6. RGB value is (98,2,166). Sum of RGB (Red+Green+Blue) = 98+2+166=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 166 (65.23% from 255 or 62.41% from 266); Max value from RGB is 166 - color contains mainly: blue. Hex color #6202A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6202A6 is #9DFD59. Grayscale: #303030. Windows color (decimal): -10354010 or 10879586. OLE color: 10879586.
HSL color Cylindrical-coordinate representation of color #6202A6: hue angle of 275.12º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202A6 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 2 | 166 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.35 |
| HSL | 275.12º | 0.98% | 0.33% | - |
| HSV(B) | 275.12º | 0.99% | 0.65% | - |
| XYZ | 11.94 | 5.39 | 36.49 | - |
| YUV | 49.4 | 193.8 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 166 | 0.41 | 0.99 | 0 | 0.35 | 275.12 | 0.98 | 0.33 |
| Hex | 62 | 2 | A6 | 29 | 63 | 0 | 23 | 113 | 62 | 21 |
| Octal | 142 | 2 | 246 | 51 | 143 | 0 | 43 | 423 | 142 | 41 |
| Binary | 1100010 | 10 | 10100110 | 101001 | 1100011 | 0 | 100011 | 100010011 | 1100010 | 100001 |
Color Harmonies of #6202A6
Complementary color
Monochromatic Colors of #6202A6
Black with #6202A6
Text Example
Text Example
White with #6202A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6202A6; }
p { color: rgb(98,2,166); }
H1.HeaderClassName
{
color: #6202A6;
}
.AnyTagClassName
{
color: #6202A6;
}
</style>
background-color css
<style>
a { background-color: #6202A6; }
a { background-color: rgb(98,2,166); }
div.DivClassName
{
background-color: #6202A6;
}
.BgClassName
{
background-color: #6202A6;
}
</style>
border-color css
<style>
span { border-color: #6202A6; }
span { border-color: rgb(98,2,166); }
td.TdClassName
{
border-color: #6202A6;
}
.TagClassName
{
border-color: #6202A6;
}
</style>