Shades of Eminence #664269
Tints of Eminence #664269
RGB
CMYK
RGB Variations
Color information
#664269 (or 0x664269) is known color: Eminence. HEX triplet: 66, 42 and 69. RGB value is (102,66,105). Sum of RGB (Red+Green+Blue) = 102+66+105=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #664269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664269 is #99BD96. Grayscale: #515151. Windows color (decimal): -10075543 or 6898278. OLE color: 6898278.
HSL color Cylindrical-coordinate representation of color #664269: hue angle of 295.38º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664269 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 66 | 105 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.59 |
| HSL | 295.38º | 0.23% | 0.34% | - |
| HSV(B) | 295.38º | 0.37% | 0.41% | - |
| XYZ | 9.98 | 7.74 | 14.33 | - |
| YUV | 81.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 105 | 0.03 | 0.37 | 0 | 0.59 | 295.38 | 0.23 | 0.34 |
| Hex | 66 | 42 | 69 | 3 | 25 | 0 | 3B | 127 | 17 | 22 |
| Octal | 146 | 102 | 151 | 3 | 45 | 0 | 73 | 447 | 27 | 42 |
| Binary | 1100110 | 1000010 | 1101001 | 11 | 100101 | 0 | 111011 | 100100111 | 10111 | 100010 |
Color Harmonies of #664269
Complementary color
Monochromatic Colors of #664269
Black with #664269
Text Example
Text Example
White with #664269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664269; }
p { color: rgb(102,66,105); }
H1.HeaderClassName
{
color: #664269;
}
.AnyTagClassName
{
color: #664269;
}
</style>
background-color css
<style>
a { background-color: #664269; }
a { background-color: rgb(102,66,105); }
div.DivClassName
{
background-color: #664269;
}
.BgClassName
{
background-color: #664269;
}
</style>
border-color css
<style>
span { border-color: #664269; }
span { border-color: rgb(102,66,105); }
td.TdClassName
{
border-color: #664269;
}
.TagClassName
{
border-color: #664269;
}
</style>