Shades of Indigo #6206A1
Tints of Indigo #6206A1
RGB
CMYK
RGB Variations
Color information
#6206A1 (or 0x6206A1) is known color: Indigo. HEX triplet: 62, 06 and A1. RGB value is (98,6,161). Sum of RGB (Red+Green+Blue) = 98+6+161=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 161 (63.28% from 255 or 60.75% from 265); Max value from RGB is 161 - color contains mainly: blue. Hex color #6206A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206A1 is #9DF95E. Grayscale: #323232. Windows color (decimal): -10352991 or 10552930. OLE color: 10552930.
HSL color Cylindrical-coordinate representation of color #6206A1: hue angle of 275.61º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6206A1 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 6 | 161 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.37 |
| HSL | 275.61º | 0.93% | 0.33% | - |
| HSV(B) | 275.61º | 0.96% | 0.63% | - |
| XYZ | 11.54 | 5.3 | 34.13 | - |
| YUV | 51.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 6 | 161 | 0.39 | 0.96 | 0 | 0.37 | 275.61 | 0.93 | 0.33 |
| Hex | 62 | 6 | A1 | 27 | 60 | 0 | 25 | 114 | 5D | 21 |
| Octal | 142 | 6 | 241 | 47 | 140 | 0 | 45 | 424 | 135 | 41 |
| Binary | 1100010 | 110 | 10100001 | 100111 | 1100000 | 0 | 100101 | 100010100 | 1011101 | 100001 |
Color Harmonies of #6206A1
Complementary color
Monochromatic Colors of #6206A1
Black with #6206A1
Text Example
Text Example
White with #6206A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6206A1; }
p { color: rgb(98,6,161); }
H1.HeaderClassName
{
color: #6206A1;
}
.AnyTagClassName
{
color: #6206A1;
}
</style>
background-color css
<style>
a { background-color: #6206A1; }
a { background-color: rgb(98,6,161); }
div.DivClassName
{
background-color: #6206A1;
}
.BgClassName
{
background-color: #6206A1;
}
</style>
border-color css
<style>
span { border-color: #6206A1; }
span { border-color: rgb(98,6,161); }
td.TdClassName
{
border-color: #6206A1;
}
.TagClassName
{
border-color: #6206A1;
}
</style>