Shades of Fedora #6E5971
Tints of Fedora #6E5971
RGB
CMYK
RGB Variations
Color information
#6E5971 (or 0x6E5971) is known color: Fedora. HEX triplet: 6E, 59 and 71. RGB value is (110,89,113). Sum of RGB (Red+Green+Blue) = 110+89+113=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5971 is #91A68E. Grayscale: #616161. Windows color (decimal): -9545359 or 7428462. OLE color: 7428462.
HSL color Cylindrical-coordinate representation of color #6E5971: hue angle of 292.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5971 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 89 | 113 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.56 |
| HSL | 292.5º | 0.12% | 0.4% | - |
| HSV(B) | 292.5º | 0.21% | 0.44% | - |
| XYZ | 12.98 | 11.65 | 17.19 | - |
| YUV | 98.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 113 | 0.03 | 0.21 | 0 | 0.56 | 292.5 | 0.12 | 0.4 |
| Hex | 6E | 59 | 71 | 3 | 15 | 0 | 38 | 124 | C | 28 |
| Octal | 156 | 131 | 161 | 3 | 25 | 0 | 70 | 444 | 14 | 50 |
| Binary | 1101110 | 1011001 | 1110001 | 11 | 10101 | 0 | 111000 | 100100100 | 1100 | 101000 |
Color Harmonies of #6E5971
Complementary color
Monochromatic Colors of #6E5971
Black with #6E5971
Text Example
Text Example
White with #6E5971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5971; }
p { color: rgb(110,89,113); }
H1.HeaderClassName
{
color: #6E5971;
}
.AnyTagClassName
{
color: #6E5971;
}
</style>
background-color css
<style>
a { background-color: #6E5971; }
a { background-color: rgb(110,89,113); }
div.DivClassName
{
background-color: #6E5971;
}
.BgClassName
{
background-color: #6E5971;
}
</style>
border-color css
<style>
span { border-color: #6E5971; }
span { border-color: rgb(110,89,113); }
td.TdClassName
{
border-color: #6E5971;
}
.TagClassName
{
border-color: #6E5971;
}
</style>