Shades of Eminence #6B4074
Tints of Eminence #6B4074
RGB
CMYK
RGB Variations
Color information
#6B4074 (or 0x6B4074) is known color: Eminence. HEX triplet: 6B, 40 and 74. RGB value is (107,64,116). Sum of RGB (Red+Green+Blue) = 107+64+116=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B4074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4074 is #94BF8B. Grayscale: #525252. Windows color (decimal): -9748364 or 7618667. OLE color: 7618667.
HSL color Cylindrical-coordinate representation of color #6B4074: hue angle of 289.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B4074 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 64 | 116 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.55 |
| HSL | 289.62º | 0.29% | 0.35% | - |
| HSV(B) | 289.62º | 0.45% | 0.45% | - |
| XYZ | 11.05 | 8.05 | 17.5 | - |
| YUV | 82.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 64 | 116 | 0.08 | 0.45 | 0 | 0.55 | 289.62 | 0.29 | 0.35 |
| Hex | 6B | 40 | 74 | 8 | 2D | 0 | 37 | 122 | 1D | 23 |
| Octal | 153 | 100 | 164 | 10 | 55 | 0 | 67 | 442 | 35 | 43 |
| Binary | 1101011 | 1000000 | 1110100 | 1000 | 101101 | 0 | 110111 | 100100010 | 11101 | 100011 |
Color Harmonies of #6B4074
Complementary color
Monochromatic Colors of #6B4074
Black with #6B4074
Text Example
Text Example
White with #6B4074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4074; }
p { color: rgb(107,64,116); }
H1.HeaderClassName
{
color: #6B4074;
}
.AnyTagClassName
{
color: #6B4074;
}
</style>
background-color css
<style>
a { background-color: #6B4074; }
a { background-color: rgb(107,64,116); }
div.DivClassName
{
background-color: #6B4074;
}
.BgClassName
{
background-color: #6B4074;
}
</style>
border-color css
<style>
span { border-color: #6B4074; }
span { border-color: rgb(107,64,116); }
td.TdClassName
{
border-color: #6B4074;
}
.TagClassName
{
border-color: #6B4074;
}
</style>