Shades of Eminence #6C367B
Tints of Eminence #6C367B
RGB
CMYK
RGB Variations
Color information
#6C367B (or 0x6C367B) is known color: Eminence. HEX triplet: 6C, 36 and 7B. RGB value is (108,54,123). Sum of RGB (Red+Green+Blue) = 108+54+123=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C367B is #93C984. Grayscale: #4D4D4D. Windows color (decimal): -9685381 or 8074860. OLE color: 8074860.
HSL color Cylindrical-coordinate representation of color #6C367B: hue angle of 286.96º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C367B is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 54 | 123 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.52 |
| HSL | 286.96º | 0.39% | 0.35% | - |
| HSV(B) | 286.96º | 0.56% | 0.48% | - |
| XYZ | 11.08 | 7.26 | 19.56 | - |
| YUV | 78.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 123 | 0.12 | 0.56 | 0 | 0.52 | 286.96 | 0.39 | 0.35 |
| Hex | 6C | 36 | 7B | C | 38 | 0 | 34 | 11F | 27 | 23 |
| Octal | 154 | 66 | 173 | 14 | 70 | 0 | 64 | 437 | 47 | 43 |
| Binary | 1101100 | 110110 | 1111011 | 1100 | 111000 | 0 | 110100 | 100011111 | 100111 | 100011 |
Color Harmonies of #6C367B
Complementary color
Monochromatic Colors of #6C367B
Black with #6C367B
Text Example
Text Example
White with #6C367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C367B; }
p { color: rgb(108,54,123); }
H1.HeaderClassName
{
color: #6C367B;
}
.AnyTagClassName
{
color: #6C367B;
}
</style>
background-color css
<style>
a { background-color: #6C367B; }
a { background-color: rgb(108,54,123); }
div.DivClassName
{
background-color: #6C367B;
}
.BgClassName
{
background-color: #6C367B;
}
</style>
border-color css
<style>
span { border-color: #6C367B; }
span { border-color: rgb(108,54,123); }
td.TdClassName
{
border-color: #6C367B;
}
.TagClassName
{
border-color: #6C367B;
}
</style>