Shades of Fedora #6E5870
Tints of Fedora #6E5870
RGB
CMYK
RGB Variations
Color information
#6E5870 (or 0x6E5870) is known color: Fedora. HEX triplet: 6E, 58 and 70. RGB value is (110,88,112). Sum of RGB (Red+Green+Blue) = 110+88+112=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E5870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5870 is #91A78F. Grayscale: #616161. Windows color (decimal): -9545616 or 7362670. OLE color: 7362670.
HSL color Cylindrical-coordinate representation of color #6E5870: hue angle of 295º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E5870 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 88 | 112 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.56 |
| HSL | 295º | 0.12% | 0.39% | - |
| HSV(B) | 295º | 0.21% | 0.44% | - |
| XYZ | 12.84 | 11.46 | 16.87 | - |
| YUV | 97.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 112 | 0.02 | 0.21 | 0 | 0.56 | 295 | 0.12 | 0.39 |
| Hex | 6E | 58 | 70 | 2 | 15 | 0 | 38 | 127 | C | 27 |
| Octal | 156 | 130 | 160 | 2 | 25 | 0 | 70 | 447 | 14 | 47 |
| Binary | 1101110 | 1011000 | 1110000 | 10 | 10101 | 0 | 111000 | 100100111 | 1100 | 100111 |
Color Harmonies of #6E5870
Complementary color
Monochromatic Colors of #6E5870
Black with #6E5870
Text Example
Text Example
White with #6E5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5870; }
p { color: rgb(110,88,112); }
H1.HeaderClassName
{
color: #6E5870;
}
.AnyTagClassName
{
color: #6E5870;
}
</style>
background-color css
<style>
a { background-color: #6E5870; }
a { background-color: rgb(110,88,112); }
div.DivClassName
{
background-color: #6E5870;
}
.BgClassName
{
background-color: #6E5870;
}
</style>
border-color css
<style>
span { border-color: #6E5870; }
span { border-color: rgb(110,88,112); }
td.TdClassName
{
border-color: #6E5870;
}
.TagClassName
{
border-color: #6E5870;
}
</style>