Shades of Eminence #6C2D84
Tints of Eminence #6C2D84
RGB
CMYK
RGB Variations
Color information
#6C2D84 (or 0x6C2D84) is known color: Eminence. HEX triplet: 6C, 2D and 84. RGB value is (108,45,132). Sum of RGB (Red+Green+Blue) = 108+45+132=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C2D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2D84 is #93D27B. Grayscale: #494949. Windows color (decimal): -9687676 or 8662380. OLE color: 8662380.
HSL color Cylindrical-coordinate representation of color #6C2D84: hue angle of 283.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C2D84 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 45 | 132 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.48 |
| HSL | 283.45º | 0.49% | 0.35% | - |
| HSV(B) | 283.45º | 0.66% | 0.52% | - |
| XYZ | 11.29 | 6.73 | 22.53 | - |
| YUV | 73.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 132 | 0.18 | 0.66 | 0 | 0.48 | 283.45 | 0.49 | 0.35 |
| Hex | 6C | 2D | 84 | 12 | 42 | 0 | 30 | 11B | 31 | 23 |
| Octal | 154 | 55 | 204 | 22 | 102 | 0 | 60 | 433 | 61 | 43 |
| Binary | 1101100 | 101101 | 10000100 | 10010 | 1000010 | 0 | 110000 | 100011011 | 110001 | 100011 |
Color Harmonies of #6C2D84
Complementary color
Monochromatic Colors of #6C2D84
Black with #6C2D84
Text Example
Text Example
White with #6C2D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D84; }
p { color: rgb(108,45,132); }
H1.HeaderClassName
{
color: #6C2D84;
}
.AnyTagClassName
{
color: #6C2D84;
}
</style>
background-color css
<style>
a { background-color: #6C2D84; }
a { background-color: rgb(108,45,132); }
div.DivClassName
{
background-color: #6C2D84;
}
.BgClassName
{
background-color: #6C2D84;
}
</style>
border-color css
<style>
span { border-color: #6C2D84; }
span { border-color: rgb(108,45,132); }
td.TdClassName
{
border-color: #6C2D84;
}
.TagClassName
{
border-color: #6C2D84;
}
</style>