Shades of Eminence #6A4770
Tints of Eminence #6A4770
RGB
CMYK
RGB Variations
Color information
#6A4770 (or 0x6A4770) is known color: Eminence. HEX triplet: 6A, 47 and 70. RGB value is (106,71,112). Sum of RGB (Red+Green+Blue) = 106+71+112=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #6A4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4770 is #95B88F. Grayscale: #565656. Windows color (decimal): -9812112 or 7358314. OLE color: 7358314.
HSL color Cylindrical-coordinate representation of color #6A4770: hue angle of 291.22º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A4770 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 71 | 112 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.56 |
| HSL | 291.22º | 0.22% | 0.36% | - |
| HSV(B) | 291.22º | 0.37% | 0.44% | - |
| XYZ | 11.12 | 8.74 | 16.43 | - |
| YUV | 86.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 71 | 112 | 0.05 | 0.37 | 0 | 0.56 | 291.22 | 0.22 | 0.36 |
| Hex | 6A | 47 | 70 | 5 | 25 | 0 | 38 | 123 | 16 | 24 |
| Octal | 152 | 107 | 160 | 5 | 45 | 0 | 70 | 443 | 26 | 44 |
| Binary | 1101010 | 1000111 | 1110000 | 101 | 100101 | 0 | 111000 | 100100011 | 10110 | 100100 |
Color Harmonies of #6A4770
Complementary color
Monochromatic Colors of #6A4770
Black with #6A4770
Text Example
Text Example
White with #6A4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4770; }
p { color: rgb(106,71,112); }
H1.HeaderClassName
{
color: #6A4770;
}
.AnyTagClassName
{
color: #6A4770;
}
</style>
background-color css
<style>
a { background-color: #6A4770; }
a { background-color: rgb(106,71,112); }
div.DivClassName
{
background-color: #6A4770;
}
.BgClassName
{
background-color: #6A4770;
}
</style>
border-color css
<style>
span { border-color: #6A4770; }
span { border-color: rgb(106,71,112); }
td.TdClassName
{
border-color: #6A4770;
}
.TagClassName
{
border-color: #6A4770;
}
</style>