Shades of Eminence #6D4B6B
Tints of Eminence #6D4B6B
RGB
CMYK
RGB Variations
Color information
#6D4B6B (or 0x6D4B6B) is known color: Eminence. HEX triplet: 6D, 4B and 6B. RGB value is (109,75,107). Sum of RGB (Red+Green+Blue) = 109+75+107=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B6B is #92B494. Grayscale: #585858. Windows color (decimal): -9614485 or 7031661. OLE color: 7031661.
HSL color Cylindrical-coordinate representation of color #6D4B6B: hue angle of 303.53º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D4B6B is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 107 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.57 |
| HSL | 303.53º | 0.18% | 0.36% | - |
| HSV(B) | 303.53º | 0.31% | 0.43% | - |
| XYZ | 11.48 | 9.34 | 15.11 | - |
| YUV | 88.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 107 | 0 | 0.31 | 0.02 | 0.57 | 303.53 | 0.18 | 0.36 |
| Hex | 6D | 4B | 6B | 0 | 1F | 2 | 39 | 130 | 12 | 24 |
| Octal | 155 | 113 | 153 | 0 | 37 | 2 | 71 | 460 | 22 | 44 |
| Binary | 1101101 | 1001011 | 1101011 | 0 | 11111 | 10 | 111001 | 100110000 | 10010 | 100100 |
Color Harmonies of #6D4B6B
Complementary color
Monochromatic Colors of #6D4B6B
Black with #6D4B6B
Text Example
Text Example
White with #6D4B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B6B; }
p { color: rgb(109,75,107); }
H1.HeaderClassName
{
color: #6D4B6B;
}
.AnyTagClassName
{
color: #6D4B6B;
}
</style>
background-color css
<style>
a { background-color: #6D4B6B; }
a { background-color: rgb(109,75,107); }
div.DivClassName
{
background-color: #6D4B6B;
}
.BgClassName
{
background-color: #6D4B6B;
}
</style>
border-color css
<style>
span { border-color: #6D4B6B; }
span { border-color: rgb(109,75,107); }
td.TdClassName
{
border-color: #6D4B6B;
}
.TagClassName
{
border-color: #6D4B6B;
}
</style>