Shades of Eminence #6F446B
Tints of Eminence #6F446B
RGB
CMYK
RGB Variations
Color information
#6F446B (or 0x6F446B) is known color: Eminence. HEX triplet: 6F, 44 and 6B. RGB value is (111,68,107). Sum of RGB (Red+Green+Blue) = 111+68+107=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F446B is #90BB94. Grayscale: #555555. Windows color (decimal): -9485205 or 7029871. OLE color: 7029871.
HSL color Cylindrical-coordinate representation of color #6F446B: hue angle of 305.58º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F446B is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 107 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.56 |
| HSL | 305.58º | 0.24% | 0.35% | - |
| HSV(B) | 305.58º | 0.39% | 0.44% | - |
| XYZ | 11.28 | 8.58 | 14.97 | - |
| YUV | 85.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 107 | 0 | 0.39 | 0.04 | 0.56 | 305.58 | 0.24 | 0.35 |
| Hex | 6F | 44 | 6B | 0 | 27 | 4 | 38 | 132 | 18 | 23 |
| Octal | 157 | 104 | 153 | 0 | 47 | 4 | 70 | 462 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1101011 | 0 | 100111 | 100 | 111000 | 100110010 | 11000 | 100011 |
Color Harmonies of #6F446B
Complementary color
Monochromatic Colors of #6F446B
Black with #6F446B
Text Example
Text Example
White with #6F446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F446B; }
p { color: rgb(111,68,107); }
H1.HeaderClassName
{
color: #6F446B;
}
.AnyTagClassName
{
color: #6F446B;
}
</style>
background-color css
<style>
a { background-color: #6F446B; }
a { background-color: rgb(111,68,107); }
div.DivClassName
{
background-color: #6F446B;
}
.BgClassName
{
background-color: #6F446B;
}
</style>
border-color css
<style>
span { border-color: #6F446B; }
span { border-color: rgb(111,68,107); }
td.TdClassName
{
border-color: #6F446B;
}
.TagClassName
{
border-color: #6F446B;
}
</style>