Shades of Eminence #6C4970
Tints of Eminence #6C4970
RGB
CMYK
RGB Variations
Color information
#6C4970 (or 0x6C4970) is known color: Eminence. HEX triplet: 6C, 49 and 70. RGB value is (108,73,112). Sum of RGB (Red+Green+Blue) = 108+73+112=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C4970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4970 is #93B68F. Grayscale: #575757. Windows color (decimal): -9680528 or 7358828. OLE color: 7358828.
HSL color Cylindrical-coordinate representation of color #6C4970: hue angle of 293.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C4970 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 73 | 112 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.56 |
| HSL | 293.85º | 0.21% | 0.36% | - |
| HSV(B) | 293.85º | 0.35% | 0.44% | - |
| XYZ | 11.49 | 9.12 | 16.48 | - |
| YUV | 87.91 | 141.6 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 73 | 112 | 0.04 | 0.35 | 0 | 0.56 | 293.85 | 0.21 | 0.36 |
| Hex | 6C | 49 | 70 | 4 | 23 | 0 | 38 | 126 | 15 | 24 |
| Octal | 154 | 111 | 160 | 4 | 43 | 0 | 70 | 446 | 25 | 44 |
| Binary | 1101100 | 1001001 | 1110000 | 100 | 100011 | 0 | 111000 | 100100110 | 10101 | 100100 |
Color Harmonies of #6C4970
Complementary color
Monochromatic Colors of #6C4970
Black with #6C4970
Text Example
Text Example
White with #6C4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4970; }
p { color: rgb(108,73,112); }
H1.HeaderClassName
{
color: #6C4970;
}
.AnyTagClassName
{
color: #6C4970;
}
</style>
background-color css
<style>
a { background-color: #6C4970; }
a { background-color: rgb(108,73,112); }
div.DivClassName
{
background-color: #6C4970;
}
.BgClassName
{
background-color: #6C4970;
}
</style>
border-color css
<style>
span { border-color: #6C4970; }
span { border-color: rgb(108,73,112); }
td.TdClassName
{
border-color: #6C4970;
}
.TagClassName
{
border-color: #6C4970;
}
</style>