Shades of Eminence #67466E
Tints of Eminence #67466E
RGB
CMYK
RGB Variations
Color information
#67466E (or 0x67466E) is known color: Eminence. HEX triplet: 67, 46 and 6E. RGB value is (103,70,110). Sum of RGB (Red+Green+Blue) = 103+70+110=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 110 - color contains mainly: blue. Hex color #67466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67466E is #98B991. Grayscale: #545454. Windows color (decimal): -10008978 or 7226983. OLE color: 7226983.
HSL color Cylindrical-coordinate representation of color #67466E: hue angle of 289.5º 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 #67466E is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 70 | 110 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.57 |
| HSL | 289.5º | 0.22% | 0.35% | - |
| HSV(B) | 289.5º | 0.36% | 0.43% | - |
| XYZ | 10.6 | 8.39 | 15.81 | - |
| YUV | 84.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 110 | 0.06 | 0.36 | 0 | 0.57 | 289.5 | 0.22 | 0.35 |
| Hex | 67 | 46 | 6E | 6 | 24 | 0 | 39 | 122 | 16 | 23 |
| Octal | 147 | 106 | 156 | 6 | 44 | 0 | 71 | 442 | 26 | 43 |
| Binary | 1100111 | 1000110 | 1101110 | 110 | 100100 | 0 | 111001 | 100100010 | 10110 | 100011 |
Color Harmonies of #67466E
Complementary color
Monochromatic Colors of #67466E
Black with #67466E
Text Example
Text Example
White with #67466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67466E; }
p { color: rgb(103,70,110); }
H1.HeaderClassName
{
color: #67466E;
}
.AnyTagClassName
{
color: #67466E;
}
</style>
background-color css
<style>
a { background-color: #67466E; }
a { background-color: rgb(103,70,110); }
div.DivClassName
{
background-color: #67466E;
}
.BgClassName
{
background-color: #67466E;
}
</style>
border-color css
<style>
span { border-color: #67466E; }
span { border-color: rgb(103,70,110); }
td.TdClassName
{
border-color: #67466E;
}
.TagClassName
{
border-color: #67466E;
}
</style>