Shades of Indigo #6208A0
Tints of Indigo #6208A0
RGB
CMYK
RGB Variations
Color information
#6208A0 (or 0x6208A0) is known color: Indigo. HEX triplet: 62, 08 and A0. RGB value is (98,8,160). Sum of RGB (Red+Green+Blue) = 98+8+160=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #6208A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6208A0 is #9DF75F. Grayscale: #333333. Windows color (decimal): -10352480 or 10487906. OLE color: 10487906.
HSL color Cylindrical-coordinate representation of color #6208A0: hue angle of 275.53º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6208A0 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 8 | 160 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.37 |
| HSL | 275.53º | 0.9% | 0.33% | - |
| HSV(B) | 275.53º | 0.95% | 0.63% | - |
| XYZ | 11.47 | 5.31 | 33.68 | - |
| YUV | 52.24 | 188.82 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 160 | 0.39 | 0.95 | 0 | 0.37 | 275.53 | 0.9 | 0.33 |
| Hex | 62 | 8 | A0 | 27 | 5F | 0 | 25 | 114 | 5A | 21 |
| Octal | 142 | 10 | 240 | 47 | 137 | 0 | 45 | 424 | 132 | 41 |
| Binary | 1100010 | 1000 | 10100000 | 100111 | 1011111 | 0 | 100101 | 100010100 | 1011010 | 100001 |
Color Harmonies of #6208A0
Complementary color
Monochromatic Colors of #6208A0
Black with #6208A0
Text Example
Text Example
White with #6208A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6208A0; }
p { color: rgb(98,8,160); }
H1.HeaderClassName
{
color: #6208A0;
}
.AnyTagClassName
{
color: #6208A0;
}
</style>
background-color css
<style>
a { background-color: #6208A0; }
a { background-color: rgb(98,8,160); }
div.DivClassName
{
background-color: #6208A0;
}
.BgClassName
{
background-color: #6208A0;
}
</style>
border-color css
<style>
span { border-color: #6208A0; }
span { border-color: rgb(98,8,160); }
td.TdClassName
{
border-color: #6208A0;
}
.TagClassName
{
border-color: #6208A0;
}
</style>