Shades of Eminence #6C3970
Tints of Eminence #6C3970
RGB
CMYK
RGB Variations
Color information
#6C3970 (or 0x6C3970) is known color: Eminence. HEX triplet: 6C, 39 and 70. RGB value is (108,57,112). Sum of RGB (Red+Green+Blue) = 108+57+112=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3970 is #93C68F. Grayscale: #4E4E4E. Windows color (decimal): -9684624 or 7354732. OLE color: 7354732.
HSL color Cylindrical-coordinate representation of color #6C3970: hue angle of 295.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C3970 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 57 | 112 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.56 |
| HSL | 295.64º | 0.33% | 0.33% | - |
| HSV(B) | 295.64º | 0.49% | 0.44% | - |
| XYZ | 10.57 | 7.28 | 16.18 | - |
| YUV | 78.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 57 | 112 | 0.04 | 0.49 | 0 | 0.56 | 295.64 | 0.33 | 0.33 |
| Hex | 6C | 39 | 70 | 4 | 31 | 0 | 38 | 128 | 21 | 21 |
| Octal | 154 | 71 | 160 | 4 | 61 | 0 | 70 | 450 | 41 | 41 |
| Binary | 1101100 | 111001 | 1110000 | 100 | 110001 | 0 | 111000 | 100101000 | 100001 | 100001 |
Color Harmonies of #6C3970
Complementary color
Monochromatic Colors of #6C3970
Black with #6C3970
Text Example
Text Example
White with #6C3970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3970; }
p { color: rgb(108,57,112); }
H1.HeaderClassName
{
color: #6C3970;
}
.AnyTagClassName
{
color: #6C3970;
}
</style>
background-color css
<style>
a { background-color: #6C3970; }
a { background-color: rgb(108,57,112); }
div.DivClassName
{
background-color: #6C3970;
}
.BgClassName
{
background-color: #6C3970;
}
</style>
border-color css
<style>
span { border-color: #6C3970; }
span { border-color: rgb(108,57,112); }
td.TdClassName
{
border-color: #6C3970;
}
.TagClassName
{
border-color: #6C3970;
}
</style>