Shades of Eminence #6C4278
Tints of Eminence #6C4278
RGB
CMYK
RGB Variations
Color information
#6C4278 (or 0x6C4278) is known color: Eminence. HEX triplet: 6C, 42 and 78. RGB value is (108,66,120). Sum of RGB (Red+Green+Blue) = 108+66+120=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C4278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4278 is #93BD87. Grayscale: #545454. Windows color (decimal): -9682312 or 7881324. OLE color: 7881324.
HSL color Cylindrical-coordinate representation of color #6C4278: hue angle of 286.67º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C4278 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 66 | 120 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.53 |
| HSL | 286.67º | 0.29% | 0.36% | - |
| HSV(B) | 286.67º | 0.45% | 0.47% | - |
| XYZ | 11.52 | 8.44 | 18.79 | - |
| YUV | 84.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 120 | 0.10 | 0.45 | 0 | 0.53 | 286.67 | 0.29 | 0.36 |
| Hex | 6C | 42 | 78 | A | 2D | 0 | 35 | 11F | 1D | 24 |
| Octal | 154 | 102 | 170 | 12 | 55 | 0 | 65 | 437 | 35 | 44 |
| Binary | 1101100 | 1000010 | 1111000 | 1010 | 101101 | 0 | 110101 | 100011111 | 11101 | 100100 |
Color Harmonies of #6C4278
Complementary color
Monochromatic Colors of #6C4278
Black with #6C4278
Text Example
Text Example
White with #6C4278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4278; }
p { color: rgb(108,66,120); }
H1.HeaderClassName
{
color: #6C4278;
}
.AnyTagClassName
{
color: #6C4278;
}
</style>
background-color css
<style>
a { background-color: #6C4278; }
a { background-color: rgb(108,66,120); }
div.DivClassName
{
background-color: #6C4278;
}
.BgClassName
{
background-color: #6C4278;
}
</style>
border-color css
<style>
span { border-color: #6C4278; }
span { border-color: rgb(108,66,120); }
td.TdClassName
{
border-color: #6C4278;
}
.TagClassName
{
border-color: #6C4278;
}
</style>