Shades of Eminence #6F427C
Tints of Eminence #6F427C
RGB
CMYK
RGB Variations
Color information
#6F427C (or 0x6F427C) is known color: Eminence. HEX triplet: 6F, 42 and 7C. RGB value is (111,66,124). Sum of RGB (Red+Green+Blue) = 111+66+124=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F427C is #90BD83. Grayscale: #555555. Windows color (decimal): -9485700 or 8143471. OLE color: 8143471.
HSL color Cylindrical-coordinate representation of color #6F427C: hue angle of 286.55º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F427C is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 66 | 124 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.51 |
| HSL | 286.55º | 0.31% | 0.37% | - |
| HSV(B) | 286.55º | 0.47% | 0.49% | - |
| XYZ | 12.14 | 8.73 | 20.11 | - |
| YUV | 86.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 124 | 0.10 | 0.47 | 0 | 0.51 | 286.55 | 0.31 | 0.37 |
| Hex | 6F | 42 | 7C | A | 2F | 0 | 33 | 11F | 1F | 25 |
| Octal | 157 | 102 | 174 | 12 | 57 | 0 | 63 | 437 | 37 | 45 |
| Binary | 1101111 | 1000010 | 1111100 | 1010 | 101111 | 0 | 110011 | 100011111 | 11111 | 100101 |
Color Harmonies of #6F427C
Complementary color
Monochromatic Colors of #6F427C
Black with #6F427C
Text Example
Text Example
White with #6F427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F427C; }
p { color: rgb(111,66,124); }
H1.HeaderClassName
{
color: #6F427C;
}
.AnyTagClassName
{
color: #6F427C;
}
</style>
background-color css
<style>
a { background-color: #6F427C; }
a { background-color: rgb(111,66,124); }
div.DivClassName
{
background-color: #6F427C;
}
.BgClassName
{
background-color: #6F427C;
}
</style>
border-color css
<style>
span { border-color: #6F427C; }
span { border-color: rgb(111,66,124); }
td.TdClassName
{
border-color: #6F427C;
}
.TagClassName
{
border-color: #6F427C;
}
</style>