Shades of Eminence #6D476A
Tints of Eminence #6D476A
RGB
CMYK
RGB Variations
Color information
#6D476A (or 0x6D476A) is known color: Eminence. HEX triplet: 6D, 47 and 6A. RGB value is (109,71,106). Sum of RGB (Red+Green+Blue) = 109+71+106=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D476A is #92B895. Grayscale: #565656. Windows color (decimal): -9615510 or 6965101. OLE color: 6965101.
HSL color Cylindrical-coordinate representation of color #6D476A: hue angle of 304.74º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D476A is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 106 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.57 |
| HSL | 304.74º | 0.21% | 0.35% | - |
| HSV(B) | 304.74º | 0.35% | 0.43% | - |
| XYZ | 11.16 | 8.8 | 14.75 | - |
| YUV | 86.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 106 | 0 | 0.35 | 0.03 | 0.57 | 304.74 | 0.21 | 0.35 |
| Hex | 6D | 47 | 6A | 0 | 23 | 3 | 39 | 131 | 15 | 23 |
| Octal | 155 | 107 | 152 | 0 | 43 | 3 | 71 | 461 | 25 | 43 |
| Binary | 1101101 | 1000111 | 1101010 | 0 | 100011 | 11 | 111001 | 100110001 | 10101 | 100011 |
Color Harmonies of #6D476A
Complementary color
Monochromatic Colors of #6D476A
Black with #6D476A
Text Example
Text Example
White with #6D476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D476A; }
p { color: rgb(109,71,106); }
H1.HeaderClassName
{
color: #6D476A;
}
.AnyTagClassName
{
color: #6D476A;
}
</style>
background-color css
<style>
a { background-color: #6D476A; }
a { background-color: rgb(109,71,106); }
div.DivClassName
{
background-color: #6D476A;
}
.BgClassName
{
background-color: #6D476A;
}
</style>
border-color css
<style>
span { border-color: #6D476A; }
span { border-color: rgb(109,71,106); }
td.TdClassName
{
border-color: #6D476A;
}
.TagClassName
{
border-color: #6D476A;
}
</style>