Shades of Eminence #6C4274
Tints of Eminence #6C4274
RGB
CMYK
RGB Variations
Color information
#6C4274 (or 0x6C4274) is known color: Eminence. HEX triplet: 6C, 42 and 74. RGB value is (108,66,116). Sum of RGB (Red+Green+Blue) = 108+66+116=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C4274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4274 is #93BD8B. Grayscale: #545454. Windows color (decimal): -9682316 or 7619180. OLE color: 7619180.
HSL color Cylindrical-coordinate representation of color #6C4274: hue angle of 290.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C4274 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 66 | 116 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.55 |
| HSL | 290.4º | 0.27% | 0.36% | - |
| HSV(B) | 290.4º | 0.43% | 0.45% | - |
| XYZ | 11.28 | 8.35 | 17.54 | - |
| YUV | 84.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 116 | 0.07 | 0.43 | 0 | 0.55 | 290.4 | 0.27 | 0.36 |
| Hex | 6C | 42 | 74 | 7 | 2B | 0 | 37 | 122 | 1B | 24 |
| Octal | 154 | 102 | 164 | 7 | 53 | 0 | 67 | 442 | 33 | 44 |
| Binary | 1101100 | 1000010 | 1110100 | 111 | 101011 | 0 | 110111 | 100100010 | 11011 | 100100 |
Color Harmonies of #6C4274
Complementary color
Monochromatic Colors of #6C4274
Black with #6C4274
Text Example
Text Example
White with #6C4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4274; }
p { color: rgb(108,66,116); }
H1.HeaderClassName
{
color: #6C4274;
}
.AnyTagClassName
{
color: #6C4274;
}
</style>
background-color css
<style>
a { background-color: #6C4274; }
a { background-color: rgb(108,66,116); }
div.DivClassName
{
background-color: #6C4274;
}
.BgClassName
{
background-color: #6C4274;
}
</style>
border-color css
<style>
span { border-color: #6C4274; }
span { border-color: rgb(108,66,116); }
td.TdClassName
{
border-color: #6C4274;
}
.TagClassName
{
border-color: #6C4274;
}
</style>