Shades of Fedora #6D596F
Tints of Fedora #6D596F
RGB
CMYK
RGB Variations
Color information
#6D596F (or 0x6D596F) is known color: Fedora. HEX triplet: 6D, 59 and 6F. RGB value is (109,89,111). Sum of RGB (Red+Green+Blue) = 109+89+111=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D596F is #92A690. Grayscale: #616161. Windows color (decimal): -9610897 or 7297389. OLE color: 7297389.
HSL color Cylindrical-coordinate representation of color #6D596F: hue angle of 294.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D596F is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 89 | 111 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.56 |
| HSL | 294.55º | 0.11% | 0.39% | - |
| HSV(B) | 294.55º | 0.2% | 0.44% | - |
| XYZ | 12.75 | 11.54 | 16.6 | - |
| YUV | 97.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 111 | 0.02 | 0.20 | 0 | 0.56 | 294.55 | 0.11 | 0.39 |
| Hex | 6D | 59 | 6F | 2 | 14 | 0 | 38 | 127 | B | 27 |
| Octal | 155 | 131 | 157 | 2 | 24 | 0 | 70 | 447 | 13 | 47 |
| Binary | 1101101 | 1011001 | 1101111 | 10 | 10100 | 0 | 111000 | 100100111 | 1011 | 100111 |
Color Harmonies of #6D596F
Complementary color
Monochromatic Colors of #6D596F
Black with #6D596F
Text Example
Text Example
White with #6D596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D596F; }
p { color: rgb(109,89,111); }
H1.HeaderClassName
{
color: #6D596F;
}
.AnyTagClassName
{
color: #6D596F;
}
</style>
background-color css
<style>
a { background-color: #6D596F; }
a { background-color: rgb(109,89,111); }
div.DivClassName
{
background-color: #6D596F;
}
.BgClassName
{
background-color: #6D596F;
}
</style>
border-color css
<style>
span { border-color: #6D596F; }
span { border-color: rgb(109,89,111); }
td.TdClassName
{
border-color: #6D596F;
}
.TagClassName
{
border-color: #6D596F;
}
</style>