Shades of Indigo #6A079D
Tints of Indigo #6A079D
RGB
CMYK
RGB Variations
Color information
#6A079D (or 0x6A079D) is known color: Indigo. HEX triplet: 6A, 07 and 9D. RGB value is (106,7,157). Sum of RGB (Red+Green+Blue) = 106+7+157=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A079D is #95F862. Grayscale: #353535. Windows color (decimal): -9828451 or 10291050. OLE color: 10291050.
HSL color Cylindrical-coordinate representation of color #6A079D: hue angle of 279.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A079D is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 7 | 157 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.38 |
| HSL | 279.6º | 0.91% | 0.32% | - |
| HSV(B) | 279.6º | 0.96% | 0.62% | - |
| XYZ | 12.11 | 5.65 | 32.35 | - |
| YUV | 53.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 157 | 0.32 | 0.96 | 0 | 0.38 | 279.6 | 0.91 | 0.32 |
| Hex | 6A | 7 | 9D | 20 | 60 | 0 | 26 | 118 | 5B | 20 |
| Octal | 152 | 7 | 235 | 40 | 140 | 0 | 46 | 430 | 133 | 40 |
| Binary | 1101010 | 111 | 10011101 | 100000 | 1100000 | 0 | 100110 | 100011000 | 1011011 | 100000 |
Color Harmonies of #6A079D
Complementary color
Monochromatic Colors of #6A079D
Black with #6A079D
Text Example
Text Example
White with #6A079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A079D; }
p { color: rgb(106,7,157); }
H1.HeaderClassName
{
color: #6A079D;
}
.AnyTagClassName
{
color: #6A079D;
}
</style>
background-color css
<style>
a { background-color: #6A079D; }
a { background-color: rgb(106,7,157); }
div.DivClassName
{
background-color: #6A079D;
}
.BgClassName
{
background-color: #6A079D;
}
</style>
border-color css
<style>
span { border-color: #6A079D; }
span { border-color: rgb(106,7,157); }
td.TdClassName
{
border-color: #6A079D;
}
.TagClassName
{
border-color: #6A079D;
}
</style>