Shades of Indigo #6A039E
Tints of Indigo #6A039E
RGB
CMYK
RGB Variations
Color information
#6A039E (or 0x6A039E) is known color: Indigo. HEX triplet: 6A, 03 and 9E. RGB value is (106,3,158). Sum of RGB (Red+Green+Blue) = 106+3+158=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A039E is #95FC61. Grayscale: #323232. Windows color (decimal): -9829474 or 10355562. OLE color: 10355562.
HSL color Cylindrical-coordinate representation of color #6A039E: hue angle of 279.87º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A039E is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 3 | 158 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.38 |
| HSL | 279.87º | 0.96% | 0.32% | - |
| HSV(B) | 279.87º | 0.98% | 0.62% | - |
| XYZ | 12.15 | 5.6 | 32.79 | - |
| YUV | 51.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 158 | 0.33 | 0.98 | 0 | 0.38 | 279.87 | 0.96 | 0.32 |
| Hex | 6A | 3 | 9E | 21 | 62 | 0 | 26 | 118 | 60 | 20 |
| Octal | 152 | 3 | 236 | 41 | 142 | 0 | 46 | 430 | 140 | 40 |
| Binary | 1101010 | 11 | 10011110 | 100001 | 1100010 | 0 | 100110 | 100011000 | 1100000 | 100000 |
Color Harmonies of #6A039E
Complementary color
Monochromatic Colors of #6A039E
Black with #6A039E
Text Example
Text Example
White with #6A039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A039E; }
p { color: rgb(106,3,158); }
H1.HeaderClassName
{
color: #6A039E;
}
.AnyTagClassName
{
color: #6A039E;
}
</style>
background-color css
<style>
a { background-color: #6A039E; }
a { background-color: rgb(106,3,158); }
div.DivClassName
{
background-color: #6A039E;
}
.BgClassName
{
background-color: #6A039E;
}
</style>
border-color css
<style>
span { border-color: #6A039E; }
span { border-color: rgb(106,3,158); }
td.TdClassName
{
border-color: #6A039E;
}
.TagClassName
{
border-color: #6A039E;
}
</style>