Shades of Eminence #6C447A
Tints of Eminence #6C447A
RGB
CMYK
RGB Variations
Color information
#6C447A (or 0x6C447A) is known color: Eminence. HEX triplet: 6C, 44 and 7A. RGB value is (108,68,122). Sum of RGB (Red+Green+Blue) = 108+68+122=298 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.24% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #6C447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C447A is #93BB85. Grayscale: #555555. Windows color (decimal): -9681798 or 8012908. OLE color: 8012908.
HSL color Cylindrical-coordinate representation of color #6C447A: hue angle of 284.44º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C447A is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 68 | 122 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.52 |
| HSL | 284.44º | 0.28% | 0.37% | - |
| HSV(B) | 284.44º | 0.44% | 0.48% | - |
| XYZ | 11.76 | 8.73 | 19.48 | - |
| YUV | 86.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 122 | 0.11 | 0.44 | 0 | 0.52 | 284.44 | 0.28 | 0.37 |
| Hex | 6C | 44 | 7A | B | 2C | 0 | 34 | 11C | 1C | 25 |
| Octal | 154 | 104 | 172 | 13 | 54 | 0 | 64 | 434 | 34 | 45 |
| Binary | 1101100 | 1000100 | 1111010 | 1011 | 101100 | 0 | 110100 | 100011100 | 11100 | 100101 |
Color Harmonies of #6C447A
Complementary color
Monochromatic Colors of #6C447A
Black with #6C447A
Text Example
Text Example
White with #6C447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C447A; }
p { color: rgb(108,68,122); }
H1.HeaderClassName
{
color: #6C447A;
}
.AnyTagClassName
{
color: #6C447A;
}
</style>
background-color css
<style>
a { background-color: #6C447A; }
a { background-color: rgb(108,68,122); }
div.DivClassName
{
background-color: #6C447A;
}
.BgClassName
{
background-color: #6C447A;
}
</style>
border-color css
<style>
span { border-color: #6C447A; }
span { border-color: rgb(108,68,122); }
td.TdClassName
{
border-color: #6C447A;
}
.TagClassName
{
border-color: #6C447A;
}
</style>