Shades of Eminence #6C3E75
Tints of Eminence #6C3E75
RGB
CMYK
RGB Variations
Color information
#6C3E75 (or 0x6C3E75) is known color: Eminence. HEX triplet: 6C, 3E and 75. RGB value is (108,62,117). Sum of RGB (Red+Green+Blue) = 108+62+117=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3E75 is #93C18A. Grayscale: #515151. Windows color (decimal): -9683339 or 7683692. OLE color: 7683692.
HSL color Cylindrical-coordinate representation of color #6C3E75: hue angle of 290.18º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C3E75 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 62 | 117 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.54 |
| HSL | 290.18º | 0.31% | 0.35% | - |
| HSV(B) | 290.18º | 0.47% | 0.46% | - |
| XYZ | 11.12 | 7.92 | 17.77 | - |
| YUV | 82.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 62 | 117 | 0.08 | 0.47 | 0 | 0.54 | 290.18 | 0.31 | 0.35 |
| Hex | 6C | 3E | 75 | 8 | 2F | 0 | 36 | 122 | 1F | 23 |
| Octal | 154 | 76 | 165 | 10 | 57 | 0 | 66 | 442 | 37 | 43 |
| Binary | 1101100 | 111110 | 1110101 | 1000 | 101111 | 0 | 110110 | 100100010 | 11111 | 100011 |
Color Harmonies of #6C3E75
Complementary color
Monochromatic Colors of #6C3E75
Black with #6C3E75
Text Example
Text Example
White with #6C3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3E75; }
p { color: rgb(108,62,117); }
H1.HeaderClassName
{
color: #6C3E75;
}
.AnyTagClassName
{
color: #6C3E75;
}
</style>
background-color css
<style>
a { background-color: #6C3E75; }
a { background-color: rgb(108,62,117); }
div.DivClassName
{
background-color: #6C3E75;
}
.BgClassName
{
background-color: #6C3E75;
}
</style>
border-color css
<style>
span { border-color: #6C3E75; }
span { border-color: rgb(108,62,117); }
td.TdClassName
{
border-color: #6C3E75;
}
.TagClassName
{
border-color: #6C3E75;
}
</style>