Shades of Fedora #6D556E
Tints of Fedora #6D556E
RGB
CMYK
RGB Variations
Color information
#6D556E (or 0x6D556E) is known color: Fedora. HEX triplet: 6D, 55 and 6E. RGB value is (109,85,110). Sum of RGB (Red+Green+Blue) = 109+85+110=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D556E is #92AA91. Grayscale: #5E5E5E. Windows color (decimal): -9611922 or 7230829. OLE color: 7230829.
HSL color Cylindrical-coordinate representation of color #6D556E: hue angle of 297.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D556E is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 110 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.57 |
| HSL | 297.6º | 0.13% | 0.38% | - |
| HSV(B) | 297.6º | 0.23% | 0.43% | - |
| XYZ | 12.37 | 10.87 | 16.2 | - |
| YUV | 95.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 110 | 0.01 | 0.23 | 0 | 0.57 | 297.6 | 0.13 | 0.38 |
| Hex | 6D | 55 | 6E | 1 | 17 | 0 | 39 | 12A | D | 26 |
| Octal | 155 | 125 | 156 | 1 | 27 | 0 | 71 | 452 | 15 | 46 |
| Binary | 1101101 | 1010101 | 1101110 | 1 | 10111 | 0 | 111001 | 100101010 | 1101 | 100110 |
Color Harmonies of #6D556E
Complementary color
Monochromatic Colors of #6D556E
Black with #6D556E
Text Example
Text Example
White with #6D556E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D556E; }
p { color: rgb(109,85,110); }
H1.HeaderClassName
{
color: #6D556E;
}
.AnyTagClassName
{
color: #6D556E;
}
</style>
background-color css
<style>
a { background-color: #6D556E; }
a { background-color: rgb(109,85,110); }
div.DivClassName
{
background-color: #6D556E;
}
.BgClassName
{
background-color: #6D556E;
}
</style>
border-color css
<style>
span { border-color: #6D556E; }
span { border-color: rgb(109,85,110); }
td.TdClassName
{
border-color: #6D556E;
}
.TagClassName
{
border-color: #6D556E;
}
</style>