Shades of Eminence #6C4568
Tints of Eminence #6C4568
RGB
CMYK
RGB Variations
Color information
#6C4568 (or 0x6C4568) is known color: Eminence. HEX triplet: 6C, 45 and 68. RGB value is (108,69,104). Sum of RGB (Red+Green+Blue) = 108+69+104=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4568 is #93BA97. Grayscale: #545454. Windows color (decimal): -9681560 or 6833516. OLE color: 6833516.
HSL color Cylindrical-coordinate representation of color #6C4568: hue angle of 306.15º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C4568 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 69 | 104 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.58 |
| HSL | 306.15º | 0.22% | 0.35% | - |
| HSV(B) | 306.15º | 0.36% | 0.42% | - |
| XYZ | 10.81 | 8.44 | 14.16 | - |
| YUV | 84.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 69 | 104 | 0 | 0.36 | 0.04 | 0.58 | 306.15 | 0.22 | 0.35 |
| Hex | 6C | 45 | 68 | 0 | 24 | 4 | 3A | 132 | 16 | 23 |
| Octal | 154 | 105 | 150 | 0 | 44 | 4 | 72 | 462 | 26 | 43 |
| Binary | 1101100 | 1000101 | 1101000 | 0 | 100100 | 100 | 111010 | 100110010 | 10110 | 100011 |
Color Harmonies of #6C4568
Complementary color
Monochromatic Colors of #6C4568
Black with #6C4568
Text Example
Text Example
White with #6C4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4568; }
p { color: rgb(108,69,104); }
H1.HeaderClassName
{
color: #6C4568;
}
.AnyTagClassName
{
color: #6C4568;
}
</style>
background-color css
<style>
a { background-color: #6C4568; }
a { background-color: rgb(108,69,104); }
div.DivClassName
{
background-color: #6C4568;
}
.BgClassName
{
background-color: #6C4568;
}
</style>
border-color css
<style>
span { border-color: #6C4568; }
span { border-color: rgb(108,69,104); }
td.TdClassName
{
border-color: #6C4568;
}
.TagClassName
{
border-color: #6C4568;
}
</style>