Shades of Eminence #674368
Tints of Eminence #674368
RGB
CMYK
RGB Variations
Color information
#674368 (or 0x674368) is known color: Eminence. HEX triplet: 67, 43 and 68. RGB value is (103,67,104). Sum of RGB (Red+Green+Blue) = 103+67+104=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #674368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674368 is #98BC97. Grayscale: #515151. Windows color (decimal): -10009752 or 6832999. OLE color: 6832999.
HSL color Cylindrical-coordinate representation of color #674368: hue angle of 298.38º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #674368 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 67 | 104 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.59 |
| HSL | 298.38º | 0.22% | 0.34% | - |
| HSV(B) | 298.38º | 0.36% | 0.41% | - |
| XYZ | 10.1 | 7.9 | 14.09 | - |
| YUV | 81.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 104 | 0.01 | 0.36 | 0 | 0.59 | 298.38 | 0.22 | 0.34 |
| Hex | 67 | 43 | 68 | 1 | 24 | 0 | 3B | 12A | 16 | 22 |
| Octal | 147 | 103 | 150 | 1 | 44 | 0 | 73 | 452 | 26 | 42 |
| Binary | 1100111 | 1000011 | 1101000 | 1 | 100100 | 0 | 111011 | 100101010 | 10110 | 100010 |
Color Harmonies of #674368
Complementary color
Monochromatic Colors of #674368
Black with #674368
Text Example
Text Example
White with #674368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674368; }
p { color: rgb(103,67,104); }
H1.HeaderClassName
{
color: #674368;
}
.AnyTagClassName
{
color: #674368;
}
</style>
background-color css
<style>
a { background-color: #674368; }
a { background-color: rgb(103,67,104); }
div.DivClassName
{
background-color: #674368;
}
.BgClassName
{
background-color: #674368;
}
</style>
border-color css
<style>
span { border-color: #674368; }
span { border-color: rgb(103,67,104); }
td.TdClassName
{
border-color: #674368;
}
.TagClassName
{
border-color: #674368;
}
</style>