Shades of Eminence #6B426D
Tints of Eminence #6B426D
RGB
CMYK
RGB Variations
Color information
#6B426D (or 0x6B426D) is known color: Eminence. HEX triplet: 6B, 42 and 6D. RGB value is (107,66,109). Sum of RGB (Red+Green+Blue) = 107+66+109=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B426D is #94BD92. Grayscale: #535353. Windows color (decimal): -9747859 or 7160427. OLE color: 7160427.
HSL color Cylindrical-coordinate representation of color #6B426D: hue angle of 297.21º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B426D is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 66 | 109 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.57 |
| HSL | 297.21º | 0.25% | 0.34% | - |
| HSV(B) | 297.21º | 0.39% | 0.43% | - |
| XYZ | 10.77 | 8.13 | 15.47 | - |
| YUV | 83.16 | 142.58 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 66 | 109 | 0.02 | 0.39 | 0 | 0.57 | 297.21 | 0.25 | 0.34 |
| Hex | 6B | 42 | 6D | 2 | 27 | 0 | 39 | 129 | 19 | 22 |
| Octal | 153 | 102 | 155 | 2 | 47 | 0 | 71 | 451 | 31 | 42 |
| Binary | 1101011 | 1000010 | 1101101 | 10 | 100111 | 0 | 111001 | 100101001 | 11001 | 100010 |
Color Harmonies of #6B426D
Complementary color
Monochromatic Colors of #6B426D
Black with #6B426D
Text Example
Text Example
White with #6B426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B426D; }
p { color: rgb(107,66,109); }
H1.HeaderClassName
{
color: #6B426D;
}
.AnyTagClassName
{
color: #6B426D;
}
</style>
background-color css
<style>
a { background-color: #6B426D; }
a { background-color: rgb(107,66,109); }
div.DivClassName
{
background-color: #6B426D;
}
.BgClassName
{
background-color: #6B426D;
}
</style>
border-color css
<style>
span { border-color: #6B426D; }
span { border-color: rgb(107,66,109); }
td.TdClassName
{
border-color: #6B426D;
}
.TagClassName
{
border-color: #6B426D;
}
</style>