Shades of Eminence #6C387E
Tints of Eminence #6C387E
RGB
CMYK
RGB Variations
Color information
#6C387E (or 0x6C387E) is known color: Eminence. HEX triplet: 6C, 38 and 7E. RGB value is (108,56,126). Sum of RGB (Red+Green+Blue) = 108+56+126=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #6C387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C387E is #93C781. Grayscale: #4F4F4F. Windows color (decimal): -9684866 or 8271980. OLE color: 8271980.
HSL color Cylindrical-coordinate representation of color #6C387E: hue angle of 284.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C387E is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 56 | 126 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.51 |
| HSL | 284.57º | 0.38% | 0.36% | - |
| HSV(B) | 284.57º | 0.56% | 0.49% | - |
| XYZ | 11.36 | 7.52 | 20.59 | - |
| YUV | 79.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 126 | 0.14 | 0.56 | 0 | 0.51 | 284.57 | 0.38 | 0.36 |
| Hex | 6C | 38 | 7E | E | 38 | 0 | 33 | 11D | 26 | 24 |
| Octal | 154 | 70 | 176 | 16 | 70 | 0 | 63 | 435 | 46 | 44 |
| Binary | 1101100 | 111000 | 1111110 | 1110 | 111000 | 0 | 110011 | 100011101 | 100110 | 100100 |
Color Harmonies of #6C387E
Complementary color
Monochromatic Colors of #6C387E
Black with #6C387E
Text Example
Text Example
White with #6C387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C387E; }
p { color: rgb(108,56,126); }
H1.HeaderClassName
{
color: #6C387E;
}
.AnyTagClassName
{
color: #6C387E;
}
</style>
background-color css
<style>
a { background-color: #6C387E; }
a { background-color: rgb(108,56,126); }
div.DivClassName
{
background-color: #6C387E;
}
.BgClassName
{
background-color: #6C387E;
}
</style>
border-color css
<style>
span { border-color: #6C387E; }
span { border-color: rgb(108,56,126); }
td.TdClassName
{
border-color: #6C387E;
}
.TagClassName
{
border-color: #6C387E;
}
</style>