Shades of Eminence #6C476D
Tints of Eminence #6C476D
RGB
CMYK
RGB Variations
Color information
#6C476D (or 0x6C476D) is known color: Eminence. HEX triplet: 6C, 47 and 6D. RGB value is (108,71,109). Sum of RGB (Red+Green+Blue) = 108+71+109=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C476D is #93B892. Grayscale: #565656. Windows color (decimal): -9681043 or 7161708. OLE color: 7161708.
HSL color Cylindrical-coordinate representation of color #6C476D: hue angle of 298.42º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C476D is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 71 | 109 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.57 |
| HSL | 298.42º | 0.21% | 0.35% | - |
| HSV(B) | 298.42º | 0.35% | 0.43% | - |
| XYZ | 11.2 | 8.8 | 15.58 | - |
| YUV | 86.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 109 | 0.01 | 0.35 | 0 | 0.57 | 298.42 | 0.21 | 0.35 |
| Hex | 6C | 47 | 6D | 1 | 23 | 0 | 39 | 12A | 15 | 23 |
| Octal | 154 | 107 | 155 | 1 | 43 | 0 | 71 | 452 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1101101 | 1 | 100011 | 0 | 111001 | 100101010 | 10101 | 100011 |
Color Harmonies of #6C476D
Complementary color
Monochromatic Colors of #6C476D
Black with #6C476D
Text Example
Text Example
White with #6C476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C476D; }
p { color: rgb(108,71,109); }
H1.HeaderClassName
{
color: #6C476D;
}
.AnyTagClassName
{
color: #6C476D;
}
</style>
background-color css
<style>
a { background-color: #6C476D; }
a { background-color: rgb(108,71,109); }
div.DivClassName
{
background-color: #6C476D;
}
.BgClassName
{
background-color: #6C476D;
}
</style>
border-color css
<style>
span { border-color: #6C476D; }
span { border-color: rgb(108,71,109); }
td.TdClassName
{
border-color: #6C476D;
}
.TagClassName
{
border-color: #6C476D;
}
</style>