Shades of Eminence #6F427B
Tints of Eminence #6F427B
RGB
CMYK
RGB Variations
Color information
#6F427B (or 0x6F427B) is known color: Eminence. HEX triplet: 6F, 42 and 7B. RGB value is (111,66,123). Sum of RGB (Red+Green+Blue) = 111+66+123=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F427B is #90BD84. Grayscale: #555555. Windows color (decimal): -9485701 or 8077935. OLE color: 8077935.
HSL color Cylindrical-coordinate representation of color #6F427B: hue angle of 287.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F427B is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 66 | 123 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.52 |
| HSL | 287.37º | 0.3% | 0.37% | - |
| HSV(B) | 287.37º | 0.46% | 0.48% | - |
| XYZ | 12.08 | 8.71 | 19.78 | - |
| YUV | 85.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 123 | 0.10 | 0.46 | 0 | 0.52 | 287.37 | 0.3 | 0.37 |
| Hex | 6F | 42 | 7B | A | 2E | 0 | 34 | 11F | 1E | 25 |
| Octal | 157 | 102 | 173 | 12 | 56 | 0 | 64 | 437 | 36 | 45 |
| Binary | 1101111 | 1000010 | 1111011 | 1010 | 101110 | 0 | 110100 | 100011111 | 11110 | 100101 |
Color Harmonies of #6F427B
Complementary color
Monochromatic Colors of #6F427B
Black with #6F427B
Text Example
Text Example
White with #6F427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F427B; }
p { color: rgb(111,66,123); }
H1.HeaderClassName
{
color: #6F427B;
}
.AnyTagClassName
{
color: #6F427B;
}
</style>
background-color css
<style>
a { background-color: #6F427B; }
a { background-color: rgb(111,66,123); }
div.DivClassName
{
background-color: #6F427B;
}
.BgClassName
{
background-color: #6F427B;
}
</style>
border-color css
<style>
span { border-color: #6F427B; }
span { border-color: rgb(111,66,123); }
td.TdClassName
{
border-color: #6F427B;
}
.TagClassName
{
border-color: #6F427B;
}
</style>