Shades of Eminence #664569
Tints of Eminence #664569
RGB
CMYK
RGB Variations
Color information
#664569 (or 0x664569) is known color: Eminence. HEX triplet: 66, 45 and 69. RGB value is (102,69,105). Sum of RGB (Red+Green+Blue) = 102+69+105=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #664569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664569 is #99BA96. Grayscale: #525252. Windows color (decimal): -10074775 or 6899046. OLE color: 6899046.
HSL color Cylindrical-coordinate representation of color #664569: hue angle of 295º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664569 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 69 | 105 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.59 |
| HSL | 295º | 0.21% | 0.34% | - |
| HSV(B) | 295º | 0.34% | 0.41% | - |
| XYZ | 10.16 | 8.1 | 14.39 | - |
| YUV | 82.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 105 | 0.03 | 0.34 | 0 | 0.59 | 295 | 0.21 | 0.34 |
| Hex | 66 | 45 | 69 | 3 | 22 | 0 | 3B | 127 | 15 | 22 |
| Octal | 146 | 105 | 151 | 3 | 42 | 0 | 73 | 447 | 25 | 42 |
| Binary | 1100110 | 1000101 | 1101001 | 11 | 100010 | 0 | 111011 | 100100111 | 10101 | 100010 |
Color Harmonies of #664569
Complementary color
Monochromatic Colors of #664569
Black with #664569
Text Example
Text Example
White with #664569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664569; }
p { color: rgb(102,69,105); }
H1.HeaderClassName
{
color: #664569;
}
.AnyTagClassName
{
color: #664569;
}
</style>
background-color css
<style>
a { background-color: #664569; }
a { background-color: rgb(102,69,105); }
div.DivClassName
{
background-color: #664569;
}
.BgClassName
{
background-color: #664569;
}
</style>
border-color css
<style>
span { border-color: #664569; }
span { border-color: rgb(102,69,105); }
td.TdClassName
{
border-color: #664569;
}
.TagClassName
{
border-color: #664569;
}
</style>