Shades of Eminence #6C4674
Tints of Eminence #6C4674
RGB
CMYK
RGB Variations
Color information
#6C4674 (or 0x6C4674) is known color: Eminence. HEX triplet: 6C, 46 and 74. RGB value is (108,70,116). Sum of RGB (Red+Green+Blue) = 108+70+116=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C4674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4674 is #93B98B. Grayscale: #565656. Windows color (decimal): -9681292 or 7620204. OLE color: 7620204.
HSL color Cylindrical-coordinate representation of color #6C4674: hue angle of 289.57º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4674 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 70 | 116 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.55 |
| HSL | 289.57º | 0.25% | 0.36% | - |
| HSV(B) | 289.57º | 0.4% | 0.45% | - |
| XYZ | 11.53 | 8.83 | 17.62 | - |
| YUV | 86.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 116 | 0.07 | 0.40 | 0 | 0.55 | 289.57 | 0.25 | 0.36 |
| Hex | 6C | 46 | 74 | 7 | 28 | 0 | 37 | 122 | 19 | 24 |
| Octal | 154 | 106 | 164 | 7 | 50 | 0 | 67 | 442 | 31 | 44 |
| Binary | 1101100 | 1000110 | 1110100 | 111 | 101000 | 0 | 110111 | 100100010 | 11001 | 100100 |
Color Harmonies of #6C4674
Complementary color
Monochromatic Colors of #6C4674
Black with #6C4674
Text Example
Text Example
White with #6C4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4674; }
p { color: rgb(108,70,116); }
H1.HeaderClassName
{
color: #6C4674;
}
.AnyTagClassName
{
color: #6C4674;
}
</style>
background-color css
<style>
a { background-color: #6C4674; }
a { background-color: rgb(108,70,116); }
div.DivClassName
{
background-color: #6C4674;
}
.BgClassName
{
background-color: #6C4674;
}
</style>
border-color css
<style>
span { border-color: #6C4674; }
span { border-color: rgb(108,70,116); }
td.TdClassName
{
border-color: #6C4674;
}
.TagClassName
{
border-color: #6C4674;
}
</style>