Shades of Eminence #6C4075
Tints of Eminence #6C4075
RGB
CMYK
RGB Variations
Color information
#6C4075 (or 0x6C4075) is known color: Eminence. HEX triplet: 6C, 40 and 75. RGB value is (108,64,117). Sum of RGB (Red+Green+Blue) = 108+64+117=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C4075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4075 is #93BF8A. Grayscale: #535353. Windows color (decimal): -9682827 or 7684204. OLE color: 7684204.
HSL color Cylindrical-coordinate representation of color #6C4075: hue angle of 289.81º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C4075 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 64 | 117 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.54 |
| HSL | 289.81º | 0.29% | 0.35% | - |
| HSV(B) | 289.81º | 0.45% | 0.46% | - |
| XYZ | 11.23 | 8.14 | 17.81 | - |
| YUV | 83.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 64 | 117 | 0.08 | 0.45 | 0 | 0.54 | 289.81 | 0.29 | 0.35 |
| Hex | 6C | 40 | 75 | 8 | 2D | 0 | 36 | 122 | 1D | 23 |
| Octal | 154 | 100 | 165 | 10 | 55 | 0 | 66 | 442 | 35 | 43 |
| Binary | 1101100 | 1000000 | 1110101 | 1000 | 101101 | 0 | 110110 | 100100010 | 11101 | 100011 |
Color Harmonies of #6C4075
Complementary color
Monochromatic Colors of #6C4075
Black with #6C4075
Text Example
Text Example
White with #6C4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4075; }
p { color: rgb(108,64,117); }
H1.HeaderClassName
{
color: #6C4075;
}
.AnyTagClassName
{
color: #6C4075;
}
</style>
background-color css
<style>
a { background-color: #6C4075; }
a { background-color: rgb(108,64,117); }
div.DivClassName
{
background-color: #6C4075;
}
.BgClassName
{
background-color: #6C4075;
}
</style>
border-color css
<style>
span { border-color: #6C4075; }
span { border-color: rgb(108,64,117); }
td.TdClassName
{
border-color: #6C4075;
}
.TagClassName
{
border-color: #6C4075;
}
</style>