Shades of Eminence #6C4273
Tints of Eminence #6C4273
RGB
CMYK
RGB Variations
Color information
#6C4273 (or 0x6C4273) is known color: Eminence. HEX triplet: 6C, 42 and 73. RGB value is (108,66,115). Sum of RGB (Red+Green+Blue) = 108+66+115=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C4273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4273 is #93BD8C. Grayscale: #535353. Windows color (decimal): -9682317 or 7553644. OLE color: 7553644.
HSL color Cylindrical-coordinate representation of color #6C4273: hue angle of 291.43º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C4273 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 66 | 115 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.55 |
| HSL | 291.43º | 0.27% | 0.35% | - |
| HSV(B) | 291.43º | 0.43% | 0.45% | - |
| XYZ | 11.23 | 8.32 | 17.23 | - |
| YUV | 84.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 115 | 0.06 | 0.43 | 0 | 0.55 | 291.43 | 0.27 | 0.35 |
| Hex | 6C | 42 | 73 | 6 | 2B | 0 | 37 | 123 | 1B | 23 |
| Octal | 154 | 102 | 163 | 6 | 53 | 0 | 67 | 443 | 33 | 43 |
| Binary | 1101100 | 1000010 | 1110011 | 110 | 101011 | 0 | 110111 | 100100011 | 11011 | 100011 |
Color Harmonies of #6C4273
Complementary color
Monochromatic Colors of #6C4273
Black with #6C4273
Text Example
Text Example
White with #6C4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4273; }
p { color: rgb(108,66,115); }
H1.HeaderClassName
{
color: #6C4273;
}
.AnyTagClassName
{
color: #6C4273;
}
</style>
background-color css
<style>
a { background-color: #6C4273; }
a { background-color: rgb(108,66,115); }
div.DivClassName
{
background-color: #6C4273;
}
.BgClassName
{
background-color: #6C4273;
}
</style>
border-color css
<style>
span { border-color: #6C4273; }
span { border-color: rgb(108,66,115); }
td.TdClassName
{
border-color: #6C4273;
}
.TagClassName
{
border-color: #6C4273;
}
</style>