Shades of Eminence #664468
Tints of Eminence #664468
RGB
CMYK
RGB Variations
Color information
#664468 (or 0x664468) is known color: Eminence. HEX triplet: 66, 44 and 68. RGB value is (102,68,104). Sum of RGB (Red+Green+Blue) = 102+68+104=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 68 (26.95% from 255 or 24.82% 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 #664468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664468 is #99BB97. Grayscale: #525252. Windows color (decimal): -10075032 or 6833254. OLE color: 6833254.
HSL color Cylindrical-coordinate representation of color #664468: hue angle of 296.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664468 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 68 | 104 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.59 |
| HSL | 296.67º | 0.21% | 0.34% | - |
| HSV(B) | 296.67º | 0.35% | 0.41% | - |
| XYZ | 10.05 | 7.96 | 14.1 | - |
| YUV | 82.27 | 140.26 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 104 | 0.02 | 0.35 | 0 | 0.59 | 296.67 | 0.21 | 0.34 |
| Hex | 66 | 44 | 68 | 2 | 23 | 0 | 3B | 129 | 15 | 22 |
| Octal | 146 | 104 | 150 | 2 | 43 | 0 | 73 | 451 | 25 | 42 |
| Binary | 1100110 | 1000100 | 1101000 | 10 | 100011 | 0 | 111011 | 100101001 | 10101 | 100010 |
Color Harmonies of #664468
Complementary color
Monochromatic Colors of #664468
Black with #664468
Text Example
Text Example
White with #664468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664468; }
p { color: rgb(102,68,104); }
H1.HeaderClassName
{
color: #664468;
}
.AnyTagClassName
{
color: #664468;
}
</style>
background-color css
<style>
a { background-color: #664468; }
a { background-color: rgb(102,68,104); }
div.DivClassName
{
background-color: #664468;
}
.BgClassName
{
background-color: #664468;
}
</style>
border-color css
<style>
span { border-color: #664468; }
span { border-color: rgb(102,68,104); }
td.TdClassName
{
border-color: #664468;
}
.TagClassName
{
border-color: #664468;
}
</style>