Shades of Eminence #6F3F6C
Tints of Eminence #6F3F6C
RGB
CMYK
RGB Variations
Color information
#6F3F6C (or 0x6F3F6C) is known color: Eminence. HEX triplet: 6F, 3F and 6C. RGB value is (111,63,108). Sum of RGB (Red+Green+Blue) = 111+63+108=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3F6C is #90C093. Grayscale: #525252. Windows color (decimal): -9486484 or 7094127. OLE color: 7094127.
HSL color Cylindrical-coordinate representation of color #6F3F6C: hue angle of 303.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F3F6C is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 108 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.56 |
| HSL | 303.75º | 0.28% | 0.34% | - |
| HSV(B) | 303.75º | 0.43% | 0.44% | - |
| XYZ | 11.04 | 8.02 | 15.15 | - |
| YUV | 82.48 | 142.4 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 108 | 0 | 0.43 | 0.03 | 0.56 | 303.75 | 0.28 | 0.34 |
| Hex | 6F | 3F | 6C | 0 | 2B | 3 | 38 | 130 | 1C | 22 |
| Octal | 157 | 77 | 154 | 0 | 53 | 3 | 70 | 460 | 34 | 42 |
| Binary | 1101111 | 111111 | 1101100 | 0 | 101011 | 11 | 111000 | 100110000 | 11100 | 100010 |
Color Harmonies of #6F3F6C
Complementary color
Monochromatic Colors of #6F3F6C
Black with #6F3F6C
Text Example
Text Example
White with #6F3F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F6C; }
p { color: rgb(111,63,108); }
H1.HeaderClassName
{
color: #6F3F6C;
}
.AnyTagClassName
{
color: #6F3F6C;
}
</style>
background-color css
<style>
a { background-color: #6F3F6C; }
a { background-color: rgb(111,63,108); }
div.DivClassName
{
background-color: #6F3F6C;
}
.BgClassName
{
background-color: #6F3F6C;
}
</style>
border-color css
<style>
span { border-color: #6F3F6C; }
span { border-color: rgb(111,63,108); }
td.TdClassName
{
border-color: #6F3F6C;
}
.TagClassName
{
border-color: #6F3F6C;
}
</style>