Shades of Eminence #67466D
Tints of Eminence #67466D
RGB
CMYK
RGB Variations
Color information
#67466D (or 0x67466D) is known color: Eminence. HEX triplet: 67, 46 and 6D. RGB value is (103,70,109). Sum of RGB (Red+Green+Blue) = 103+70+109=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #67466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67466D is #98B992. Grayscale: #545454. Windows color (decimal): -10008979 or 7161447. OLE color: 7161447.
HSL color Cylindrical-coordinate representation of color #67466D: hue angle of 290.77º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67466D is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 70 | 109 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.57 |
| HSL | 290.77º | 0.22% | 0.35% | - |
| HSV(B) | 290.77º | 0.36% | 0.43% | - |
| XYZ | 10.54 | 8.37 | 15.53 | - |
| YUV | 84.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 109 | 0.06 | 0.36 | 0 | 0.57 | 290.77 | 0.22 | 0.35 |
| Hex | 67 | 46 | 6D | 6 | 24 | 0 | 39 | 123 | 16 | 23 |
| Octal | 147 | 106 | 155 | 6 | 44 | 0 | 71 | 443 | 26 | 43 |
| Binary | 1100111 | 1000110 | 1101101 | 110 | 100100 | 0 | 111001 | 100100011 | 10110 | 100011 |
Color Harmonies of #67466D
Complementary color
Monochromatic Colors of #67466D
Black with #67466D
Text Example
Text Example
White with #67466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67466D; }
p { color: rgb(103,70,109); }
H1.HeaderClassName
{
color: #67466D;
}
.AnyTagClassName
{
color: #67466D;
}
</style>
background-color css
<style>
a { background-color: #67466D; }
a { background-color: rgb(103,70,109); }
div.DivClassName
{
background-color: #67466D;
}
.BgClassName
{
background-color: #67466D;
}
</style>
border-color css
<style>
span { border-color: #67466D; }
span { border-color: rgb(103,70,109); }
td.TdClassName
{
border-color: #67466D;
}
.TagClassName
{
border-color: #67466D;
}
</style>