Shades of Eminence #6D4768
Tints of Eminence #6D4768
RGB
CMYK
RGB Variations
Color information
#6D4768 (or 0x6D4768) is known color: Eminence. HEX triplet: 6D, 47 and 68. RGB value is (109,71,104). Sum of RGB (Red+Green+Blue) = 109+71+104=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4768 is #92B897. Grayscale: #565656. Windows color (decimal): -9615512 or 6834029. OLE color: 6834029.
HSL color Cylindrical-coordinate representation of color #6D4768: hue angle of 307.89º 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 #6D4768 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 104 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.57 |
| HSL | 307.89º | 0.21% | 0.35% | - |
| HSV(B) | 307.89º | 0.35% | 0.43% | - |
| XYZ | 11.06 | 8.76 | 14.2 | - |
| YUV | 86.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 104 | 0 | 0.35 | 0.05 | 0.57 | 307.89 | 0.21 | 0.35 |
| Hex | 6D | 47 | 68 | 0 | 23 | 5 | 39 | 134 | 15 | 23 |
| Octal | 155 | 107 | 150 | 0 | 43 | 5 | 71 | 464 | 25 | 43 |
| Binary | 1101101 | 1000111 | 1101000 | 0 | 100011 | 101 | 111001 | 100110100 | 10101 | 100011 |
Color Harmonies of #6D4768
Complementary color
Monochromatic Colors of #6D4768
Black with #6D4768
Text Example
Text Example
White with #6D4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4768; }
p { color: rgb(109,71,104); }
H1.HeaderClassName
{
color: #6D4768;
}
.AnyTagClassName
{
color: #6D4768;
}
</style>
background-color css
<style>
a { background-color: #6D4768; }
a { background-color: rgb(109,71,104); }
div.DivClassName
{
background-color: #6D4768;
}
.BgClassName
{
background-color: #6D4768;
}
</style>
border-color css
<style>
span { border-color: #6D4768; }
span { border-color: rgb(109,71,104); }
td.TdClassName
{
border-color: #6D4768;
}
.TagClassName
{
border-color: #6D4768;
}
</style>