Shades of Fedora #6E4F73
Tints of Fedora #6E4F73
RGB
CMYK
RGB Variations
Color information
#6E4F73 (or 0x6E4F73) is known color: Fedora. HEX triplet: 6E, 4F and 73. RGB value is (110,79,115). Sum of RGB (Red+Green+Blue) = 110+79+115=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E4F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F73 is #91B08C. Grayscale: #5C5C5C. Windows color (decimal): -9547917 or 7556974. OLE color: 7556974.
HSL color Cylindrical-coordinate representation of color #6E4F73: hue angle of 291.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E4F73 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 79 | 115 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.55 |
| HSL | 291.67º | 0.19% | 0.38% | - |
| HSV(B) | 291.67º | 0.31% | 0.45% | - |
| XYZ | 12.32 | 10.14 | 17.53 | - |
| YUV | 92.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 115 | 0.04 | 0.31 | 0 | 0.55 | 291.67 | 0.19 | 0.38 |
| Hex | 6E | 4F | 73 | 4 | 1F | 0 | 37 | 124 | 13 | 26 |
| Octal | 156 | 117 | 163 | 4 | 37 | 0 | 67 | 444 | 23 | 46 |
| Binary | 1101110 | 1001111 | 1110011 | 100 | 11111 | 0 | 110111 | 100100100 | 10011 | 100110 |
Color Harmonies of #6E4F73
Complementary color
Monochromatic Colors of #6E4F73
Black with #6E4F73
Text Example
Text Example
White with #6E4F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4F73; }
p { color: rgb(110,79,115); }
H1.HeaderClassName
{
color: #6E4F73;
}
.AnyTagClassName
{
color: #6E4F73;
}
</style>
background-color css
<style>
a { background-color: #6E4F73; }
a { background-color: rgb(110,79,115); }
div.DivClassName
{
background-color: #6E4F73;
}
.BgClassName
{
background-color: #6E4F73;
}
</style>
border-color css
<style>
span { border-color: #6E4F73; }
span { border-color: rgb(110,79,115); }
td.TdClassName
{
border-color: #6E4F73;
}
.TagClassName
{
border-color: #6E4F73;
}
</style>