Shades of Eminence #6C4669
Tints of Eminence #6C4669
RGB
CMYK
RGB Variations
Color information
#6C4669 (or 0x6C4669) is known color: Eminence. HEX triplet: 6C, 46 and 69. RGB value is (108,70,105). Sum of RGB (Red+Green+Blue) = 108+70+105=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4669 is #93B996. Grayscale: #555555. Windows color (decimal): -9681303 or 6899308. OLE color: 6899308.
HSL color Cylindrical-coordinate representation of color #6C4669: hue angle of 304.74º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C4669 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 70 | 105 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.58 |
| HSL | 304.74º | 0.21% | 0.35% | - |
| HSV(B) | 304.74º | 0.35% | 0.42% | - |
| XYZ | 10.92 | 8.59 | 14.45 | - |
| YUV | 85.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 105 | 0 | 0.35 | 0.03 | 0.58 | 304.74 | 0.21 | 0.35 |
| Hex | 6C | 46 | 69 | 0 | 23 | 3 | 3A | 131 | 15 | 23 |
| Octal | 154 | 106 | 151 | 0 | 43 | 3 | 72 | 461 | 25 | 43 |
| Binary | 1101100 | 1000110 | 1101001 | 0 | 100011 | 11 | 111010 | 100110001 | 10101 | 100011 |
Color Harmonies of #6C4669
Complementary color
Monochromatic Colors of #6C4669
Black with #6C4669
Text Example
Text Example
White with #6C4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4669; }
p { color: rgb(108,70,105); }
H1.HeaderClassName
{
color: #6C4669;
}
.AnyTagClassName
{
color: #6C4669;
}
</style>
background-color css
<style>
a { background-color: #6C4669; }
a { background-color: rgb(108,70,105); }
div.DivClassName
{
background-color: #6C4669;
}
.BgClassName
{
background-color: #6C4669;
}
</style>
border-color css
<style>
span { border-color: #6C4669; }
span { border-color: rgb(108,70,105); }
td.TdClassName
{
border-color: #6C4669;
}
.TagClassName
{
border-color: #6C4669;
}
</style>