Shades of Eminence #6B416D
Tints of Eminence #6B416D
RGB
CMYK
RGB Variations
Color information
#6B416D (or 0x6B416D) is known color: Eminence. HEX triplet: 6B, 41 and 6D. RGB value is (107,65,109). Sum of RGB (Red+Green+Blue) = 107+65+109=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B416D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B416D is #94BE92. Grayscale: #525252. Windows color (decimal): -9748115 or 7160171. OLE color: 7160171.
HSL color Cylindrical-coordinate representation of color #6B416D: hue angle of 297.27º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B416D is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 65 | 109 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.57 |
| HSL | 297.27º | 0.25% | 0.34% | - |
| HSV(B) | 297.27º | 0.4% | 0.43% | - |
| XYZ | 10.71 | 8.01 | 15.45 | - |
| YUV | 82.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 109 | 0.02 | 0.40 | 0 | 0.57 | 297.27 | 0.25 | 0.34 |
| Hex | 6B | 41 | 6D | 2 | 28 | 0 | 39 | 129 | 19 | 22 |
| Octal | 153 | 101 | 155 | 2 | 50 | 0 | 71 | 451 | 31 | 42 |
| Binary | 1101011 | 1000001 | 1101101 | 10 | 101000 | 0 | 111001 | 100101001 | 11001 | 100010 |
Color Harmonies of #6B416D
Complementary color
Monochromatic Colors of #6B416D
Black with #6B416D
Text Example
Text Example
White with #6B416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B416D; }
p { color: rgb(107,65,109); }
H1.HeaderClassName
{
color: #6B416D;
}
.AnyTagClassName
{
color: #6B416D;
}
</style>
background-color css
<style>
a { background-color: #6B416D; }
a { background-color: rgb(107,65,109); }
div.DivClassName
{
background-color: #6B416D;
}
.BgClassName
{
background-color: #6B416D;
}
</style>
border-color css
<style>
span { border-color: #6B416D; }
span { border-color: rgb(107,65,109); }
td.TdClassName
{
border-color: #6B416D;
}
.TagClassName
{
border-color: #6B416D;
}
</style>