Shades of Eminence #67426F
Tints of Eminence #67426F
RGB
CMYK
RGB Variations
Color information
#67426F (or 0x67426F) is known color: Eminence. HEX triplet: 67, 42 and 6F. RGB value is (103,66,111). Sum of RGB (Red+Green+Blue) = 103+66+111=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #67426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67426F is #98BD90. Grayscale: #525252. Windows color (decimal): -10010001 or 7291495. OLE color: 7291495.
HSL color Cylindrical-coordinate representation of color #67426F: hue angle of 289.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67426F is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 66 | 111 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.56 |
| HSL | 289.33º | 0.25% | 0.35% | - |
| HSV(B) | 289.33º | 0.41% | 0.44% | - |
| XYZ | 10.41 | 7.93 | 16.02 | - |
| YUV | 82.19 | 144.26 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 111 | 0.07 | 0.41 | 0 | 0.56 | 289.33 | 0.25 | 0.35 |
| Hex | 67 | 42 | 6F | 7 | 29 | 0 | 38 | 121 | 19 | 23 |
| Octal | 147 | 102 | 157 | 7 | 51 | 0 | 70 | 441 | 31 | 43 |
| Binary | 1100111 | 1000010 | 1101111 | 111 | 101001 | 0 | 111000 | 100100001 | 11001 | 100011 |
Color Harmonies of #67426F
Complementary color
Monochromatic Colors of #67426F
Black with #67426F
Text Example
Text Example
White with #67426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67426F; }
p { color: rgb(103,66,111); }
H1.HeaderClassName
{
color: #67426F;
}
.AnyTagClassName
{
color: #67426F;
}
</style>
background-color css
<style>
a { background-color: #67426F; }
a { background-color: rgb(103,66,111); }
div.DivClassName
{
background-color: #67426F;
}
.BgClassName
{
background-color: #67426F;
}
</style>
border-color css
<style>
span { border-color: #67426F; }
span { border-color: rgb(103,66,111); }
td.TdClassName
{
border-color: #67426F;
}
.TagClassName
{
border-color: #67426F;
}
</style>