Shades of Eminence #66416A
Tints of Eminence #66416A
RGB
CMYK
RGB Variations
Color information
#66416A (or 0x66416A) is known color: Eminence. HEX triplet: 66, 41 and 6A. RGB value is (102,65,106). Sum of RGB (Red+Green+Blue) = 102+65+106=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #66416A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66416A is #99BE95. Grayscale: #505050. Windows color (decimal): -10075798 or 6963558. OLE color: 6963558.
HSL color Cylindrical-coordinate representation of color #66416A: hue angle of 294.15º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66416A is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 65 | 106 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.58 |
| HSL | 294.15º | 0.24% | 0.34% | - |
| HSV(B) | 294.15º | 0.39% | 0.42% | - |
| XYZ | 9.97 | 7.65 | 14.59 | - |
| YUV | 80.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 106 | 0.04 | 0.39 | 0 | 0.58 | 294.15 | 0.24 | 0.34 |
| Hex | 66 | 41 | 6A | 4 | 27 | 0 | 3A | 126 | 18 | 22 |
| Octal | 146 | 101 | 152 | 4 | 47 | 0 | 72 | 446 | 30 | 42 |
| Binary | 1100110 | 1000001 | 1101010 | 100 | 100111 | 0 | 111010 | 100100110 | 11000 | 100010 |
Color Harmonies of #66416A
Complementary color
Monochromatic Colors of #66416A
Black with #66416A
Text Example
Text Example
White with #66416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66416A; }
p { color: rgb(102,65,106); }
H1.HeaderClassName
{
color: #66416A;
}
.AnyTagClassName
{
color: #66416A;
}
</style>
background-color css
<style>
a { background-color: #66416A; }
a { background-color: rgb(102,65,106); }
div.DivClassName
{
background-color: #66416A;
}
.BgClassName
{
background-color: #66416A;
}
</style>
border-color css
<style>
span { border-color: #66416A; }
span { border-color: rgb(102,65,106); }
td.TdClassName
{
border-color: #66416A;
}
.TagClassName
{
border-color: #66416A;
}
</style>