Shades of Fedora #6E556F
Tints of Fedora #6E556F
RGB
CMYK
RGB Variations
Color information
#6E556F (or 0x6E556F) is known color: Fedora. HEX triplet: 6E, 55 and 6F. RGB value is (110,85,111). Sum of RGB (Red+Green+Blue) = 110+85+111=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E556F is #91AA90. Grayscale: #5F5F5F. Windows color (decimal): -9546385 or 7296366. OLE color: 7296366.
HSL color Cylindrical-coordinate representation of color #6E556F: hue angle of 297.69º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E556F is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 85 | 111 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.56 |
| HSL | 297.69º | 0.13% | 0.38% | - |
| HSV(B) | 297.69º | 0.23% | 0.44% | - |
| XYZ | 12.55 | 10.96 | 16.49 | - |
| YUV | 95.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 111 | 0.01 | 0.23 | 0 | 0.56 | 297.69 | 0.13 | 0.38 |
| Hex | 6E | 55 | 6F | 1 | 17 | 0 | 38 | 12A | D | 26 |
| Octal | 156 | 125 | 157 | 1 | 27 | 0 | 70 | 452 | 15 | 46 |
| Binary | 1101110 | 1010101 | 1101111 | 1 | 10111 | 0 | 111000 | 100101010 | 1101 | 100110 |
Color Harmonies of #6E556F
Complementary color
Monochromatic Colors of #6E556F
Black with #6E556F
Text Example
Text Example
White with #6E556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E556F; }
p { color: rgb(110,85,111); }
H1.HeaderClassName
{
color: #6E556F;
}
.AnyTagClassName
{
color: #6E556F;
}
</style>
background-color css
<style>
a { background-color: #6E556F; }
a { background-color: rgb(110,85,111); }
div.DivClassName
{
background-color: #6E556F;
}
.BgClassName
{
background-color: #6E556F;
}
</style>
border-color css
<style>
span { border-color: #6E556F; }
span { border-color: rgb(110,85,111); }
td.TdClassName
{
border-color: #6E556F;
}
.TagClassName
{
border-color: #6E556F;
}
</style>