Shades of Eminence #674865
Tints of Eminence #674865
RGB
CMYK
RGB Variations
Color information
#674865 (or 0x674865) is known color: Eminence. HEX triplet: 67, 48 and 65. RGB value is (103,72,101). Sum of RGB (Red+Green+Blue) = 103+72+101=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 103 - color contains mainly: red. Hex color #674865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674865 is #98B79A. Grayscale: #545454. Windows color (decimal): -10008475 or 6637671. OLE color: 6637671.
HSL color Cylindrical-coordinate representation of color #674865: hue angle of 303.87º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674865 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 72 | 101 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.60 |
| HSL | 303.87º | 0.18% | 0.34% | - |
| HSV(B) | 303.87º | 0.3% | 0.4% | - |
| XYZ | 10.26 | 8.46 | 13.4 | - |
| YUV | 84.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 101 | 0 | 0.30 | 0.02 | 0.60 | 303.87 | 0.18 | 0.34 |
| Hex | 67 | 48 | 65 | 0 | 1E | 2 | 3C | 130 | 12 | 22 |
| Octal | 147 | 110 | 145 | 0 | 36 | 2 | 74 | 460 | 22 | 42 |
| Binary | 1100111 | 1001000 | 1100101 | 0 | 11110 | 10 | 111100 | 100110000 | 10010 | 100010 |
Color Harmonies of #674865
Complementary color
Monochromatic Colors of #674865
Black with #674865
Text Example
Text Example
White with #674865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674865; }
p { color: rgb(103,72,101); }
H1.HeaderClassName
{
color: #674865;
}
.AnyTagClassName
{
color: #674865;
}
</style>
background-color css
<style>
a { background-color: #674865; }
a { background-color: rgb(103,72,101); }
div.DivClassName
{
background-color: #674865;
}
.BgClassName
{
background-color: #674865;
}
</style>
border-color css
<style>
span { border-color: #674865; }
span { border-color: rgb(103,72,101); }
td.TdClassName
{
border-color: #674865;
}
.TagClassName
{
border-color: #674865;
}
</style>