Shades of Eminence #6C4770
Tints of Eminence #6C4770
RGB
CMYK
RGB Variations
Color information
#6C4770 (or 0x6C4770) is known color: Eminence. HEX triplet: 6C, 47 and 70. RGB value is (108,71,112). Sum of RGB (Red+Green+Blue) = 108+71+112=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4770 is #93B88F. Grayscale: #565656. Windows color (decimal): -9681040 or 7358316. OLE color: 7358316.
HSL color Cylindrical-coordinate representation of color #6C4770: hue angle of 294.15º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C4770 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 71 | 112 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.56 |
| HSL | 294.15º | 0.22% | 0.36% | - |
| HSV(B) | 294.15º | 0.37% | 0.44% | - |
| XYZ | 11.36 | 8.86 | 16.44 | - |
| YUV | 86.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 112 | 0.04 | 0.37 | 0 | 0.56 | 294.15 | 0.22 | 0.36 |
| Hex | 6C | 47 | 70 | 4 | 25 | 0 | 38 | 126 | 16 | 24 |
| Octal | 154 | 107 | 160 | 4 | 45 | 0 | 70 | 446 | 26 | 44 |
| Binary | 1101100 | 1000111 | 1110000 | 100 | 100101 | 0 | 111000 | 100100110 | 10110 | 100100 |
Color Harmonies of #6C4770
Complementary color
Monochromatic Colors of #6C4770
Black with #6C4770
Text Example
Text Example
White with #6C4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4770; }
p { color: rgb(108,71,112); }
H1.HeaderClassName
{
color: #6C4770;
}
.AnyTagClassName
{
color: #6C4770;
}
</style>
background-color css
<style>
a { background-color: #6C4770; }
a { background-color: rgb(108,71,112); }
div.DivClassName
{
background-color: #6C4770;
}
.BgClassName
{
background-color: #6C4770;
}
</style>
border-color css
<style>
span { border-color: #6C4770; }
span { border-color: rgb(108,71,112); }
td.TdClassName
{
border-color: #6C4770;
}
.TagClassName
{
border-color: #6C4770;
}
</style>