Shades of Eminence #6B2B84
Tints of Eminence #6B2B84
RGB
CMYK
RGB Variations
Color information
#6B2B84 (or 0x6B2B84) is known color: Eminence. HEX triplet: 6B, 2B and 84. RGB value is (107,43,132). Sum of RGB (Red+Green+Blue) = 107+43+132=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B2B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2B84 is #94D47B. Grayscale: #474747. Windows color (decimal): -9753724 or 8661867. OLE color: 8661867.
HSL color Cylindrical-coordinate representation of color #6B2B84: hue angle of 283.15º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2B84 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 43 | 132 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.48 |
| HSL | 283.15º | 0.51% | 0.34% | - |
| HSV(B) | 283.15º | 0.67% | 0.52% | - |
| XYZ | 11.09 | 6.52 | 22.5 | - |
| YUV | 72.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 132 | 0.19 | 0.67 | 0 | 0.48 | 283.15 | 0.51 | 0.34 |
| Hex | 6B | 2B | 84 | 13 | 43 | 0 | 30 | 11B | 33 | 22 |
| Octal | 153 | 53 | 204 | 23 | 103 | 0 | 60 | 433 | 63 | 42 |
| Binary | 1101011 | 101011 | 10000100 | 10011 | 1000011 | 0 | 110000 | 100011011 | 110011 | 100010 |
Color Harmonies of #6B2B84
Complementary color
Monochromatic Colors of #6B2B84
Black with #6B2B84
Text Example
Text Example
White with #6B2B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2B84; }
p { color: rgb(107,43,132); }
H1.HeaderClassName
{
color: #6B2B84;
}
.AnyTagClassName
{
color: #6B2B84;
}
</style>
background-color css
<style>
a { background-color: #6B2B84; }
a { background-color: rgb(107,43,132); }
div.DivClassName
{
background-color: #6B2B84;
}
.BgClassName
{
background-color: #6B2B84;
}
</style>
border-color css
<style>
span { border-color: #6B2B84; }
span { border-color: rgb(107,43,132); }
td.TdClassName
{
border-color: #6B2B84;
}
.TagClassName
{
border-color: #6B2B84;
}
</style>