Shades of Fedora #6E4E73
Tints of Fedora #6E4E73
RGB
CMYK
RGB Variations
Color information
#6E4E73 (or 0x6E4E73) is known color: Fedora. HEX triplet: 6E, 4E and 73. RGB value is (110,78,115). Sum of RGB (Red+Green+Blue) = 110+78+115=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E4E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E73 is #91B18C. Grayscale: #5B5B5B. Windows color (decimal): -9548173 or 7556718. OLE color: 7556718.
HSL color Cylindrical-coordinate representation of color #6E4E73: hue angle of 291.89º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E4E73 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 78 | 115 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.55 |
| HSL | 291.89º | 0.19% | 0.38% | - |
| HSV(B) | 291.89º | 0.32% | 0.45% | - |
| XYZ | 12.25 | 10 | 17.5 | - |
| YUV | 91.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 115 | 0.04 | 0.32 | 0 | 0.55 | 291.89 | 0.19 | 0.38 |
| Hex | 6E | 4E | 73 | 4 | 20 | 0 | 37 | 124 | 13 | 26 |
| Octal | 156 | 116 | 163 | 4 | 40 | 0 | 67 | 444 | 23 | 46 |
| Binary | 1101110 | 1001110 | 1110011 | 100 | 100000 | 0 | 110111 | 100100100 | 10011 | 100110 |
Color Harmonies of #6E4E73
Complementary color
Monochromatic Colors of #6E4E73
Black with #6E4E73
Text Example
Text Example
White with #6E4E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E73; }
p { color: rgb(110,78,115); }
H1.HeaderClassName
{
color: #6E4E73;
}
.AnyTagClassName
{
color: #6E4E73;
}
</style>
background-color css
<style>
a { background-color: #6E4E73; }
a { background-color: rgb(110,78,115); }
div.DivClassName
{
background-color: #6E4E73;
}
.BgClassName
{
background-color: #6E4E73;
}
</style>
border-color css
<style>
span { border-color: #6E4E73; }
span { border-color: rgb(110,78,115); }
td.TdClassName
{
border-color: #6E4E73;
}
.TagClassName
{
border-color: #6E4E73;
}
</style>