Shades of Eminence #6D496A
Tints of Eminence #6D496A
RGB
CMYK
RGB Variations
Color information
#6D496A (or 0x6D496A) is known color: Eminence. HEX triplet: 6D, 49 and 6A. RGB value is (109,73,106). Sum of RGB (Red+Green+Blue) = 109+73+106=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D496A is #92B695. Grayscale: #575757. Windows color (decimal): -9614998 or 6965613. OLE color: 6965613.
HSL color Cylindrical-coordinate representation of color #6D496A: hue angle of 305º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D496A is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 73 | 106 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.57 |
| HSL | 305º | 0.2% | 0.36% | - |
| HSV(B) | 305º | 0.33% | 0.43% | - |
| XYZ | 11.29 | 9.06 | 14.79 | - |
| YUV | 87.53 | 138.43 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 106 | 0 | 0.33 | 0.03 | 0.57 | 305 | 0.2 | 0.36 |
| Hex | 6D | 49 | 6A | 0 | 21 | 3 | 39 | 131 | 14 | 24 |
| Octal | 155 | 111 | 152 | 0 | 41 | 3 | 71 | 461 | 24 | 44 |
| Binary | 1101101 | 1001001 | 1101010 | 0 | 100001 | 11 | 111001 | 100110001 | 10100 | 100100 |
Color Harmonies of #6D496A
Complementary color
Monochromatic Colors of #6D496A
Black with #6D496A
Text Example
Text Example
White with #6D496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D496A; }
p { color: rgb(109,73,106); }
H1.HeaderClassName
{
color: #6D496A;
}
.AnyTagClassName
{
color: #6D496A;
}
</style>
background-color css
<style>
a { background-color: #6D496A; }
a { background-color: rgb(109,73,106); }
div.DivClassName
{
background-color: #6D496A;
}
.BgClassName
{
background-color: #6D496A;
}
</style>
border-color css
<style>
span { border-color: #6D496A; }
span { border-color: rgb(109,73,106); }
td.TdClassName
{
border-color: #6D496A;
}
.TagClassName
{
border-color: #6D496A;
}
</style>