Shades of Eminence #67426E
Tints of Eminence #67426E
RGB
CMYK
RGB Variations
Color information
#67426E (or 0x67426E) is known color: Eminence. HEX triplet: 67, 42 and 6E. RGB value is (103,66,110). Sum of RGB (Red+Green+Blue) = 103+66+110=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #67426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67426E is #98BD91. Grayscale: #515151. Windows color (decimal): -10010002 or 7225959. OLE color: 7225959.
HSL color Cylindrical-coordinate representation of color #67426E: hue angle of 290.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67426E is Cyan = 0.06, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 66 | 110 | - |
| CMYK | 0.06 | 0.4 | 0 | 0.57 |
| HSL | 290.45º | 0.25% | 0.35% | - |
| HSV(B) | 290.45º | 0.4% | 0.43% | - |
| XYZ | 10.36 | 7.91 | 15.73 | - |
| YUV | 82.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 110 | 0.06 | 0.4 | 0 | 0.57 | 290.45 | 0.25 | 0.35 |
| Hex | 67 | 42 | 6E | 6 | 28 | 0 | 39 | 122 | 19 | 23 |
| Octal | 147 | 102 | 156 | 6 | 50 | 0 | 71 | 442 | 31 | 43 |
| Binary | 1100111 | 1000010 | 1101110 | 110 | 101000 | 0 | 111001 | 100100010 | 11001 | 100011 |
Color Harmonies of #67426E
Complementary color
Monochromatic Colors of #67426E
Black with #67426E
Text Example
Text Example
White with #67426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67426E; }
p { color: rgb(103,66,110); }
H1.HeaderClassName
{
color: #67426E;
}
.AnyTagClassName
{
color: #67426E;
}
</style>
background-color css
<style>
a { background-color: #67426E; }
a { background-color: rgb(103,66,110); }
div.DivClassName
{
background-color: #67426E;
}
.BgClassName
{
background-color: #67426E;
}
</style>
border-color css
<style>
span { border-color: #67426E; }
span { border-color: rgb(103,66,110); }
td.TdClassName
{
border-color: #67426E;
}
.TagClassName
{
border-color: #67426E;
}
</style>