Shades of Eminence #6C3575
Tints of Eminence #6C3575
RGB
CMYK
RGB Variations
Color information
#6C3575 (or 0x6C3575) is known color: Eminence. HEX triplet: 6C, 35 and 75. RGB value is (108,53,117). Sum of RGB (Red+Green+Blue) = 108+53+117=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C3575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3575 is #93CA8A. Grayscale: #4C4C4C. Windows color (decimal): -9685643 or 7681388. OLE color: 7681388.
HSL color Cylindrical-coordinate representation of color #6C3575: hue angle of 291.56º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C3575 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 53 | 117 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.54 |
| HSL | 291.56º | 0.38% | 0.33% | - |
| HSV(B) | 291.56º | 0.55% | 0.46% | - |
| XYZ | 10.67 | 7.02 | 17.62 | - |
| YUV | 76.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 117 | 0.08 | 0.55 | 0 | 0.54 | 291.56 | 0.38 | 0.33 |
| Hex | 6C | 35 | 75 | 8 | 37 | 0 | 36 | 124 | 26 | 21 |
| Octal | 154 | 65 | 165 | 10 | 67 | 0 | 66 | 444 | 46 | 41 |
| Binary | 1101100 | 110101 | 1110101 | 1000 | 110111 | 0 | 110110 | 100100100 | 100110 | 100001 |
Color Harmonies of #6C3575
Complementary color
Monochromatic Colors of #6C3575
Black with #6C3575
Text Example
Text Example
White with #6C3575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3575; }
p { color: rgb(108,53,117); }
H1.HeaderClassName
{
color: #6C3575;
}
.AnyTagClassName
{
color: #6C3575;
}
</style>
background-color css
<style>
a { background-color: #6C3575; }
a { background-color: rgb(108,53,117); }
div.DivClassName
{
background-color: #6C3575;
}
.BgClassName
{
background-color: #6C3575;
}
</style>
border-color css
<style>
span { border-color: #6C3575; }
span { border-color: rgb(108,53,117); }
td.TdClassName
{
border-color: #6C3575;
}
.TagClassName
{
border-color: #6C3575;
}
</style>