Shades of Indigo #6A079C
Tints of Indigo #6A079C
RGB
CMYK
RGB Variations
Color information
#6A079C (or 0x6A079C) is known color: Indigo. HEX triplet: 6A, 07 and 9C. RGB value is (106,7,156). Sum of RGB (Red+Green+Blue) = 106+7+156=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A079C is #95F863. Grayscale: #353535. Windows color (decimal): -9828452 or 10225514. OLE color: 10225514.
HSL color Cylindrical-coordinate representation of color #6A079C: hue angle of 279.87º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A079C is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 7 | 156 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.39 |
| HSL | 279.87º | 0.91% | 0.32% | - |
| HSV(B) | 279.87º | 0.96% | 0.61% | - |
| XYZ | 12.02 | 5.62 | 31.9 | - |
| YUV | 53.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 156 | 0.32 | 0.96 | 0 | 0.39 | 279.87 | 0.91 | 0.32 |
| Hex | 6A | 7 | 9C | 20 | 60 | 0 | 27 | 118 | 5B | 20 |
| Octal | 152 | 7 | 234 | 40 | 140 | 0 | 47 | 430 | 133 | 40 |
| Binary | 1101010 | 111 | 10011100 | 100000 | 1100000 | 0 | 100111 | 100011000 | 1011011 | 100000 |
Color Harmonies of #6A079C
Complementary color
Monochromatic Colors of #6A079C
Black with #6A079C
Text Example
Text Example
White with #6A079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A079C; }
p { color: rgb(106,7,156); }
H1.HeaderClassName
{
color: #6A079C;
}
.AnyTagClassName
{
color: #6A079C;
}
</style>
background-color css
<style>
a { background-color: #6A079C; }
a { background-color: rgb(106,7,156); }
div.DivClassName
{
background-color: #6A079C;
}
.BgClassName
{
background-color: #6A079C;
}
</style>
border-color css
<style>
span { border-color: #6A079C; }
span { border-color: rgb(106,7,156); }
td.TdClassName
{
border-color: #6A079C;
}
.TagClassName
{
border-color: #6A079C;
}
</style>