Shades of Eminence #66456C
Tints of Eminence #66456C
RGB
CMYK
RGB Variations
Color information
#66456C (or 0x66456C) is known color: Eminence. HEX triplet: 66, 45 and 6C. RGB value is (102,69,108). Sum of RGB (Red+Green+Blue) = 102+69+108=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 108 - color contains mainly: blue. Hex color #66456C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66456C is #99BA93. Grayscale: #535353. Windows color (decimal): -10074772 or 7095654. OLE color: 7095654.
HSL color Cylindrical-coordinate representation of color #66456C: hue angle of 290.77º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #66456C is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 69 | 108 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.58 |
| HSL | 290.77º | 0.22% | 0.35% | - |
| HSV(B) | 290.77º | 0.36% | 0.42% | - |
| XYZ | 10.31 | 8.16 | 15.22 | - |
| YUV | 83.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 108 | 0.06 | 0.36 | 0 | 0.58 | 290.77 | 0.22 | 0.35 |
| Hex | 66 | 45 | 6C | 6 | 24 | 0 | 3A | 123 | 16 | 23 |
| Octal | 146 | 105 | 154 | 6 | 44 | 0 | 72 | 443 | 26 | 43 |
| Binary | 1100110 | 1000101 | 1101100 | 110 | 100100 | 0 | 111010 | 100100011 | 10110 | 100011 |
Color Harmonies of #66456C
Complementary color
Monochromatic Colors of #66456C
Black with #66456C
Text Example
Text Example
White with #66456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66456C; }
p { color: rgb(102,69,108); }
H1.HeaderClassName
{
color: #66456C;
}
.AnyTagClassName
{
color: #66456C;
}
</style>
background-color css
<style>
a { background-color: #66456C; }
a { background-color: rgb(102,69,108); }
div.DivClassName
{
background-color: #66456C;
}
.BgClassName
{
background-color: #66456C;
}
</style>
border-color css
<style>
span { border-color: #66456C; }
span { border-color: rgb(102,69,108); }
td.TdClassName
{
border-color: #66456C;
}
.TagClassName
{
border-color: #66456C;
}
</style>