Shades of Eminence #6B4468
Tints of Eminence #6B4468
RGB
CMYK
RGB Variations
Color information
#6B4468 (or 0x6B4468) is known color: Eminence. HEX triplet: 6B, 44 and 68. RGB value is (107,68,104). Sum of RGB (Red+Green+Blue) = 107+68+104=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4468 is #94BB97. Grayscale: #535353. Windows color (decimal): -9747352 or 6833259. OLE color: 6833259.
HSL color Cylindrical-coordinate representation of color #6B4468: hue angle of 304.62º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4468 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 68 | 104 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.58 |
| HSL | 304.62º | 0.22% | 0.34% | - |
| HSV(B) | 304.62º | 0.36% | 0.42% | - |
| XYZ | 10.63 | 8.26 | 14.13 | - |
| YUV | 83.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 68 | 104 | 0 | 0.36 | 0.03 | 0.58 | 304.62 | 0.22 | 0.34 |
| Hex | 6B | 44 | 68 | 0 | 24 | 3 | 3A | 131 | 16 | 22 |
| Octal | 153 | 104 | 150 | 0 | 44 | 3 | 72 | 461 | 26 | 42 |
| Binary | 1101011 | 1000100 | 1101000 | 0 | 100100 | 11 | 111010 | 100110001 | 10110 | 100010 |
Color Harmonies of #6B4468
Complementary color
Monochromatic Colors of #6B4468
Black with #6B4468
Text Example
Text Example
White with #6B4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4468; }
p { color: rgb(107,68,104); }
H1.HeaderClassName
{
color: #6B4468;
}
.AnyTagClassName
{
color: #6B4468;
}
</style>
background-color css
<style>
a { background-color: #6B4468; }
a { background-color: rgb(107,68,104); }
div.DivClassName
{
background-color: #6B4468;
}
.BgClassName
{
background-color: #6B4468;
}
</style>
border-color css
<style>
span { border-color: #6B4468; }
span { border-color: rgb(107,68,104); }
td.TdClassName
{
border-color: #6B4468;
}
.TagClassName
{
border-color: #6B4468;
}
</style>