Shades of Eminence #6D4169
Tints of Eminence #6D4169
RGB
CMYK
RGB Variations
Color information
#6D4169 (or 0x6D4169) is known color: Eminence. HEX triplet: 6D, 41 and 69. RGB value is (109,65,105). Sum of RGB (Red+Green+Blue) = 109+65+105=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4169 is #92BE96. Grayscale: #525252. Windows color (decimal): -9617047 or 6898029. OLE color: 6898029.
HSL color Cylindrical-coordinate representation of color #6D4169: hue angle of 305.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D4169 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 105 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.57 |
| HSL | 305.45º | 0.25% | 0.34% | - |
| HSV(B) | 305.45º | 0.4% | 0.43% | - |
| XYZ | 10.75 | 8.05 | 14.35 | - |
| YUV | 82.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 105 | 0 | 0.40 | 0.04 | 0.57 | 305.45 | 0.25 | 0.34 |
| Hex | 6D | 41 | 69 | 0 | 28 | 4 | 39 | 131 | 19 | 22 |
| Octal | 155 | 101 | 151 | 0 | 50 | 4 | 71 | 461 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1101001 | 0 | 101000 | 100 | 111001 | 100110001 | 11001 | 100010 |
Color Harmonies of #6D4169
Complementary color
Monochromatic Colors of #6D4169
Black with #6D4169
Text Example
Text Example
White with #6D4169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4169; }
p { color: rgb(109,65,105); }
H1.HeaderClassName
{
color: #6D4169;
}
.AnyTagClassName
{
color: #6D4169;
}
</style>
background-color css
<style>
a { background-color: #6D4169; }
a { background-color: rgb(109,65,105); }
div.DivClassName
{
background-color: #6D4169;
}
.BgClassName
{
background-color: #6D4169;
}
</style>
border-color css
<style>
span { border-color: #6D4169; }
span { border-color: rgb(109,65,105); }
td.TdClassName
{
border-color: #6D4169;
}
.TagClassName
{
border-color: #6D4169;
}
</style>