Shades of Eminence #6A4072
Tints of Eminence #6A4072
RGB
CMYK
RGB Variations
Color information
#6A4072 (or 0x6A4072) is known color: Eminence. HEX triplet: 6A, 40 and 72. RGB value is (106,64,114). Sum of RGB (Red+Green+Blue) = 106+64+114=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A4072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4072 is #95BF8D. Grayscale: #525252. Windows color (decimal): -9813902 or 7487594. OLE color: 7487594.
HSL color Cylindrical-coordinate representation of color #6A4072: hue angle of 290.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A4072 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 64 | 114 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.55 |
| HSL | 290.4º | 0.28% | 0.35% | - |
| HSV(B) | 290.4º | 0.44% | 0.45% | - |
| XYZ | 10.81 | 7.95 | 16.88 | - |
| YUV | 82.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 114 | 0.07 | 0.44 | 0 | 0.55 | 290.4 | 0.28 | 0.35 |
| Hex | 6A | 40 | 72 | 7 | 2C | 0 | 37 | 122 | 1C | 23 |
| Octal | 152 | 100 | 162 | 7 | 54 | 0 | 67 | 442 | 34 | 43 |
| Binary | 1101010 | 1000000 | 1110010 | 111 | 101100 | 0 | 110111 | 100100010 | 11100 | 100011 |
Color Harmonies of #6A4072
Complementary color
Monochromatic Colors of #6A4072
Black with #6A4072
Text Example
Text Example
White with #6A4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4072; }
p { color: rgb(106,64,114); }
H1.HeaderClassName
{
color: #6A4072;
}
.AnyTagClassName
{
color: #6A4072;
}
</style>
background-color css
<style>
a { background-color: #6A4072; }
a { background-color: rgb(106,64,114); }
div.DivClassName
{
background-color: #6A4072;
}
.BgClassName
{
background-color: #6A4072;
}
</style>
border-color css
<style>
span { border-color: #6A4072; }
span { border-color: rgb(106,64,114); }
td.TdClassName
{
border-color: #6A4072;
}
.TagClassName
{
border-color: #6A4072;
}
</style>