Shades of Eminence #67406F
Tints of Eminence #67406F
RGB
CMYK
RGB Variations
Color information
#67406F (or 0x67406F) is known color: Eminence. HEX triplet: 67, 40 and 6F. RGB value is (103,64,111). Sum of RGB (Red+Green+Blue) = 103+64+111=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #67406F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67406F is #98BF90. Grayscale: #505050. Windows color (decimal): -10010513 or 7290983. OLE color: 7290983.
HSL color Cylindrical-coordinate representation of color #67406F: hue angle of 289.79º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67406F is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 64 | 111 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.56 |
| HSL | 289.79º | 0.27% | 0.34% | - |
| HSV(B) | 289.79º | 0.42% | 0.44% | - |
| XYZ | 10.3 | 7.7 | 15.98 | - |
| YUV | 81.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 111 | 0.07 | 0.42 | 0 | 0.56 | 289.79 | 0.27 | 0.34 |
| Hex | 67 | 40 | 6F | 7 | 2A | 0 | 38 | 122 | 1B | 22 |
| Octal | 147 | 100 | 157 | 7 | 52 | 0 | 70 | 442 | 33 | 42 |
| Binary | 1100111 | 1000000 | 1101111 | 111 | 101010 | 0 | 111000 | 100100010 | 11011 | 100010 |
Color Harmonies of #67406F
Complementary color
Monochromatic Colors of #67406F
Black with #67406F
Text Example
Text Example
White with #67406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67406F; }
p { color: rgb(103,64,111); }
H1.HeaderClassName
{
color: #67406F;
}
.AnyTagClassName
{
color: #67406F;
}
</style>
background-color css
<style>
a { background-color: #67406F; }
a { background-color: rgb(103,64,111); }
div.DivClassName
{
background-color: #67406F;
}
.BgClassName
{
background-color: #67406F;
}
</style>
border-color css
<style>
span { border-color: #67406F; }
span { border-color: rgb(103,64,111); }
td.TdClassName
{
border-color: #67406F;
}
.TagClassName
{
border-color: #67406F;
}
</style>