Shades of Eminence #6B2C84
Tints of Eminence #6B2C84
RGB
CMYK
RGB Variations
Color information
#6B2C84 (or 0x6B2C84) is known color: Eminence. HEX triplet: 6B, 2C and 84. RGB value is (107,44,132). Sum of RGB (Red+Green+Blue) = 107+44+132=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B2C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2C84 is #94D37B. Grayscale: #484848. Windows color (decimal): -9753468 or 8662123. OLE color: 8662123.
HSL color Cylindrical-coordinate representation of color #6B2C84: hue angle of 282.95º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2C84 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 44 | 132 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.48 |
| HSL | 282.95º | 0.5% | 0.35% | - |
| HSV(B) | 282.95º | 0.67% | 0.52% | - |
| XYZ | 11.13 | 6.59 | 22.52 | - |
| YUV | 72.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 44 | 132 | 0.19 | 0.67 | 0 | 0.48 | 282.95 | 0.5 | 0.35 |
| Hex | 6B | 2C | 84 | 13 | 43 | 0 | 30 | 11B | 32 | 23 |
| Octal | 153 | 54 | 204 | 23 | 103 | 0 | 60 | 433 | 62 | 43 |
| Binary | 1101011 | 101100 | 10000100 | 10011 | 1000011 | 0 | 110000 | 100011011 | 110010 | 100011 |
Color Harmonies of #6B2C84
Complementary color
Monochromatic Colors of #6B2C84
Black with #6B2C84
Text Example
Text Example
White with #6B2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2C84; }
p { color: rgb(107,44,132); }
H1.HeaderClassName
{
color: #6B2C84;
}
.AnyTagClassName
{
color: #6B2C84;
}
</style>
background-color css
<style>
a { background-color: #6B2C84; }
a { background-color: rgb(107,44,132); }
div.DivClassName
{
background-color: #6B2C84;
}
.BgClassName
{
background-color: #6B2C84;
}
</style>
border-color css
<style>
span { border-color: #6B2C84; }
span { border-color: rgb(107,44,132); }
td.TdClassName
{
border-color: #6B2C84;
}
.TagClassName
{
border-color: #6B2C84;
}
</style>