Shades of Fedora #6E5071
Tints of Fedora #6E5071
RGB
CMYK
RGB Variations
Color information
#6E5071 (or 0x6E5071) is known color: Fedora. HEX triplet: 6E, 50 and 71. RGB value is (110,80,113). Sum of RGB (Red+Green+Blue) = 110+80+113=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5071 is #91AF8E. Grayscale: #5C5C5C. Windows color (decimal): -9547663 or 7426158. OLE color: 7426158.
HSL color Cylindrical-coordinate representation of color #6E5071: hue angle of 294.55º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E5071 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 80 | 113 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.56 |
| HSL | 294.55º | 0.17% | 0.38% | - |
| HSV(B) | 294.55º | 0.29% | 0.44% | - |
| XYZ | 12.28 | 10.24 | 16.95 | - |
| YUV | 92.73 | 139.44 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 113 | 0.03 | 0.29 | 0 | 0.56 | 294.55 | 0.17 | 0.38 |
| Hex | 6E | 50 | 71 | 3 | 1D | 0 | 38 | 127 | 11 | 26 |
| Octal | 156 | 120 | 161 | 3 | 35 | 0 | 70 | 447 | 21 | 46 |
| Binary | 1101110 | 1010000 | 1110001 | 11 | 11101 | 0 | 111000 | 100100111 | 10001 | 100110 |
Color Harmonies of #6E5071
Complementary color
Monochromatic Colors of #6E5071
Black with #6E5071
Text Example
Text Example
White with #6E5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5071; }
p { color: rgb(110,80,113); }
H1.HeaderClassName
{
color: #6E5071;
}
.AnyTagClassName
{
color: #6E5071;
}
</style>
background-color css
<style>
a { background-color: #6E5071; }
a { background-color: rgb(110,80,113); }
div.DivClassName
{
background-color: #6E5071;
}
.BgClassName
{
background-color: #6E5071;
}
</style>
border-color css
<style>
span { border-color: #6E5071; }
span { border-color: rgb(110,80,113); }
td.TdClassName
{
border-color: #6E5071;
}
.TagClassName
{
border-color: #6E5071;
}
</style>