Shades of Indigo #6207A0
Tints of Indigo #6207A0
RGB
CMYK
RGB Variations
Color information
#6207A0 (or 0x6207A0) is known color: Indigo. HEX triplet: 62, 07 and A0. RGB value is (98,7,160). Sum of RGB (Red+Green+Blue) = 98+7+160=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #6207A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6207A0 is #9DF85F. Grayscale: #333333. Windows color (decimal): -10352736 or 10487650. OLE color: 10487650.
HSL color Cylindrical-coordinate representation of color #6207A0: hue angle of 275.69º degrees, saturation: 0.92, 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 #6207A0 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 7 | 160 | - |
| CMYK | 0.39 | 0.96 | 0 | 0.37 |
| HSL | 275.69º | 0.92% | 0.33% | - |
| HSV(B) | 275.69º | 0.96% | 0.63% | - |
| XYZ | 11.46 | 5.29 | 33.67 | - |
| YUV | 51.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 7 | 160 | 0.39 | 0.96 | 0 | 0.37 | 275.69 | 0.92 | 0.33 |
| Hex | 62 | 7 | A0 | 27 | 60 | 0 | 25 | 114 | 5C | 21 |
| Octal | 142 | 7 | 240 | 47 | 140 | 0 | 45 | 424 | 134 | 41 |
| Binary | 1100010 | 111 | 10100000 | 100111 | 1100000 | 0 | 100101 | 100010100 | 1011100 | 100001 |
Color Harmonies of #6207A0
Complementary color
Monochromatic Colors of #6207A0
Black with #6207A0
Text Example
Text Example
White with #6207A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6207A0; }
p { color: rgb(98,7,160); }
H1.HeaderClassName
{
color: #6207A0;
}
.AnyTagClassName
{
color: #6207A0;
}
</style>
background-color css
<style>
a { background-color: #6207A0; }
a { background-color: rgb(98,7,160); }
div.DivClassName
{
background-color: #6207A0;
}
.BgClassName
{
background-color: #6207A0;
}
</style>
border-color css
<style>
span { border-color: #6207A0; }
span { border-color: rgb(98,7,160); }
td.TdClassName
{
border-color: #6207A0;
}
.TagClassName
{
border-color: #6207A0;
}
</style>