Shades of Eminence #67426B
Tints of Eminence #67426B
RGB
CMYK
RGB Variations
Color information
#67426B (or 0x67426B) is known color: Eminence. HEX triplet: 67, 42 and 6B. RGB value is (103,66,107). Sum of RGB (Red+Green+Blue) = 103+66+107=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #67426B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67426B is #98BD94. Grayscale: #515151. Windows color (decimal): -10010005 or 7029351. OLE color: 7029351.
HSL color Cylindrical-coordinate representation of color #67426B: 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.38%. Process color model (Four color, CMYK) of #67426B is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 66 | 107 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.58 |
| HSL | 294.15º | 0.24% | 0.34% | - |
| HSV(B) | 294.15º | 0.38% | 0.42% | - |
| XYZ | 10.2 | 7.84 | 14.89 | - |
| YUV | 81.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 107 | 0.04 | 0.38 | 0 | 0.58 | 294.15 | 0.24 | 0.34 |
| Hex | 67 | 42 | 6B | 4 | 26 | 0 | 3A | 126 | 18 | 22 |
| Octal | 147 | 102 | 153 | 4 | 46 | 0 | 72 | 446 | 30 | 42 |
| Binary | 1100111 | 1000010 | 1101011 | 100 | 100110 | 0 | 111010 | 100100110 | 11000 | 100010 |
Color Harmonies of #67426B
Complementary color
Monochromatic Colors of #67426B
Black with #67426B
Text Example
Text Example
White with #67426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67426B; }
p { color: rgb(103,66,107); }
H1.HeaderClassName
{
color: #67426B;
}
.AnyTagClassName
{
color: #67426B;
}
</style>
background-color css
<style>
a { background-color: #67426B; }
a { background-color: rgb(103,66,107); }
div.DivClassName
{
background-color: #67426B;
}
.BgClassName
{
background-color: #67426B;
}
</style>
border-color css
<style>
span { border-color: #67426B; }
span { border-color: rgb(103,66,107); }
td.TdClassName
{
border-color: #67426B;
}
.TagClassName
{
border-color: #67426B;
}
</style>