Shades of Fedora #6D546E
Tints of Fedora #6D546E
RGB
CMYK
RGB Variations
Color information
#6D546E (or 0x6D546E) is known color: Fedora. HEX triplet: 6D, 54 and 6E. RGB value is (109,84,110). Sum of RGB (Red+Green+Blue) = 109+84+110=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D546E is #92AB91. Grayscale: #5E5E5E. Windows color (decimal): -9612178 or 7230573. OLE color: 7230573.
HSL color Cylindrical-coordinate representation of color #6D546E: hue angle of 297.69º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D546E is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 84 | 110 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.57 |
| HSL | 297.69º | 0.13% | 0.38% | - |
| HSV(B) | 297.69º | 0.24% | 0.43% | - |
| XYZ | 12.29 | 10.72 | 16.17 | - |
| YUV | 94.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 110 | 0.01 | 0.24 | 0 | 0.57 | 297.69 | 0.13 | 0.38 |
| Hex | 6D | 54 | 6E | 1 | 18 | 0 | 39 | 12A | D | 26 |
| Octal | 155 | 124 | 156 | 1 | 30 | 0 | 71 | 452 | 15 | 46 |
| Binary | 1101101 | 1010100 | 1101110 | 1 | 11000 | 0 | 111001 | 100101010 | 1101 | 100110 |
Color Harmonies of #6D546E
Complementary color
Monochromatic Colors of #6D546E
Black with #6D546E
Text Example
Text Example
White with #6D546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D546E; }
p { color: rgb(109,84,110); }
H1.HeaderClassName
{
color: #6D546E;
}
.AnyTagClassName
{
color: #6D546E;
}
</style>
background-color css
<style>
a { background-color: #6D546E; }
a { background-color: rgb(109,84,110); }
div.DivClassName
{
background-color: #6D546E;
}
.BgClassName
{
background-color: #6D546E;
}
</style>
border-color css
<style>
span { border-color: #6D546E; }
span { border-color: rgb(109,84,110); }
td.TdClassName
{
border-color: #6D546E;
}
.TagClassName
{
border-color: #6D546E;
}
</style>