Shades of Eminence #6C3A6E
Tints of Eminence #6C3A6E
RGB
CMYK
RGB Variations
Color information
#6C3A6E (or 0x6C3A6E) is known color: Eminence. HEX triplet: 6C, 3A and 6E. RGB value is (108,58,110). Sum of RGB (Red+Green+Blue) = 108+58+110=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C3A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A6E is #93C591. Grayscale: #4E4E4E. Windows color (decimal): -9684370 or 7223916. OLE color: 7223916.
HSL color Cylindrical-coordinate representation of color #6C3A6E: hue angle of 297.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C3A6E is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 58 | 110 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.57 |
| HSL | 297.69º | 0.31% | 0.33% | - |
| HSV(B) | 297.69º | 0.47% | 0.43% | - |
| XYZ | 10.51 | 7.34 | 15.61 | - |
| YUV | 78.88 | 145.57 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 58 | 110 | 0.02 | 0.47 | 0 | 0.57 | 297.69 | 0.31 | 0.33 |
| Hex | 6C | 3A | 6E | 2 | 2F | 0 | 39 | 12A | 1F | 21 |
| Octal | 154 | 72 | 156 | 2 | 57 | 0 | 71 | 452 | 37 | 41 |
| Binary | 1101100 | 111010 | 1101110 | 10 | 101111 | 0 | 111001 | 100101010 | 11111 | 100001 |
Color Harmonies of #6C3A6E
Complementary color
Monochromatic Colors of #6C3A6E
Black with #6C3A6E
Text Example
Text Example
White with #6C3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3A6E; }
p { color: rgb(108,58,110); }
H1.HeaderClassName
{
color: #6C3A6E;
}
.AnyTagClassName
{
color: #6C3A6E;
}
</style>
background-color css
<style>
a { background-color: #6C3A6E; }
a { background-color: rgb(108,58,110); }
div.DivClassName
{
background-color: #6C3A6E;
}
.BgClassName
{
background-color: #6C3A6E;
}
</style>
border-color css
<style>
span { border-color: #6C3A6E; }
span { border-color: rgb(108,58,110); }
td.TdClassName
{
border-color: #6C3A6E;
}
.TagClassName
{
border-color: #6C3A6E;
}
</style>