Shades of Eminence #6D496B
Tints of Eminence #6D496B
RGB
CMYK
RGB Variations
Color information
#6D496B (or 0x6D496B) is known color: Eminence. HEX triplet: 6D, 49 and 6B. RGB value is (109,73,107). Sum of RGB (Red+Green+Blue) = 109+73+107=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D496B is #92B694. Grayscale: #575757. Windows color (decimal): -9614997 or 7031149. OLE color: 7031149.
HSL color Cylindrical-coordinate representation of color #6D496B: hue angle of 303.33º 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 #6D496B is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 73 | 107 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.57 |
| HSL | 303.33º | 0.2% | 0.36% | - |
| HSV(B) | 303.33º | 0.33% | 0.43% | - |
| XYZ | 11.34 | 9.08 | 15.06 | - |
| YUV | 87.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 107 | 0 | 0.33 | 0.02 | 0.57 | 303.33 | 0.2 | 0.36 |
| Hex | 6D | 49 | 6B | 0 | 21 | 2 | 39 | 12F | 14 | 24 |
| Octal | 155 | 111 | 153 | 0 | 41 | 2 | 71 | 457 | 24 | 44 |
| Binary | 1101101 | 1001001 | 1101011 | 0 | 100001 | 10 | 111001 | 100101111 | 10100 | 100100 |
Color Harmonies of #6D496B
Complementary color
Monochromatic Colors of #6D496B
Black with #6D496B
Text Example
Text Example
White with #6D496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D496B; }
p { color: rgb(109,73,107); }
H1.HeaderClassName
{
color: #6D496B;
}
.AnyTagClassName
{
color: #6D496B;
}
</style>
background-color css
<style>
a { background-color: #6D496B; }
a { background-color: rgb(109,73,107); }
div.DivClassName
{
background-color: #6D496B;
}
.BgClassName
{
background-color: #6D496B;
}
</style>
border-color css
<style>
span { border-color: #6D496B; }
span { border-color: rgb(109,73,107); }
td.TdClassName
{
border-color: #6D496B;
}
.TagClassName
{
border-color: #6D496B;
}
</style>