Shades of Eminence #6C3C7A
Tints of Eminence #6C3C7A
RGB
CMYK
RGB Variations
Color information
#6C3C7A (or 0x6C3C7A) is known color: Eminence. HEX triplet: 6C, 3C and 7A. RGB value is (108,60,122). Sum of RGB (Red+Green+Blue) = 108+60+122=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C3C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3C7A is #93C385. Grayscale: #515151. Windows color (decimal): -9683846 or 8010860. OLE color: 8010860.
HSL color Cylindrical-coordinate representation of color #6C3C7A: hue angle of 286.45º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C3C7A is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 60 | 122 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.52 |
| HSL | 286.45º | 0.34% | 0.36% | - |
| HSV(B) | 286.45º | 0.51% | 0.48% | - |
| XYZ | 11.31 | 7.83 | 19.33 | - |
| YUV | 81.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 60 | 122 | 0.11 | 0.51 | 0 | 0.52 | 286.45 | 0.34 | 0.36 |
| Hex | 6C | 3C | 7A | B | 33 | 0 | 34 | 11E | 22 | 24 |
| Octal | 154 | 74 | 172 | 13 | 63 | 0 | 64 | 436 | 42 | 44 |
| Binary | 1101100 | 111100 | 1111010 | 1011 | 110011 | 0 | 110100 | 100011110 | 100010 | 100100 |
Color Harmonies of #6C3C7A
Complementary color
Monochromatic Colors of #6C3C7A
Black with #6C3C7A
Text Example
Text Example
White with #6C3C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3C7A; }
p { color: rgb(108,60,122); }
H1.HeaderClassName
{
color: #6C3C7A;
}
.AnyTagClassName
{
color: #6C3C7A;
}
</style>
background-color css
<style>
a { background-color: #6C3C7A; }
a { background-color: rgb(108,60,122); }
div.DivClassName
{
background-color: #6C3C7A;
}
.BgClassName
{
background-color: #6C3C7A;
}
</style>
border-color css
<style>
span { border-color: #6C3C7A; }
span { border-color: rgb(108,60,122); }
td.TdClassName
{
border-color: #6C3C7A;
}
.TagClassName
{
border-color: #6C3C7A;
}
</style>