Shades of Fedora #68596D
Tints of Fedora #68596D
RGB
CMYK
RGB Variations
Color information
#68596D (or 0x68596D) is known color: Fedora. HEX triplet: 68, 59 and 6D. RGB value is (104,89,109). Sum of RGB (Red+Green+Blue) = 104+89+109=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 109 - color contains mainly: blue. Hex color #68596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68596D is #97A692. Grayscale: #5F5F5F. Windows color (decimal): -9938579 or 7166312. OLE color: 7166312.
HSL color Cylindrical-coordinate representation of color #68596D: hue angle of 285º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68596D is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 89 | 109 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.57 |
| HSL | 285º | 0.1% | 0.39% | - |
| HSV(B) | 285º | 0.18% | 0.43% | - |
| XYZ | 12.04 | 11.19 | 15.99 | - |
| YUV | 95.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 109 | 0.05 | 0.18 | 0 | 0.57 | 285 | 0.1 | 0.39 |
| Hex | 68 | 59 | 6D | 5 | 12 | 0 | 39 | 11D | A | 27 |
| Octal | 150 | 131 | 155 | 5 | 22 | 0 | 71 | 435 | 12 | 47 |
| Binary | 1101000 | 1011001 | 1101101 | 101 | 10010 | 0 | 111001 | 100011101 | 1010 | 100111 |
Color Harmonies of #68596D
Complementary color
Monochromatic Colors of #68596D
Black with #68596D
Text Example
Text Example
White with #68596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68596D; }
p { color: rgb(104,89,109); }
H1.HeaderClassName
{
color: #68596D;
}
.AnyTagClassName
{
color: #68596D;
}
</style>
background-color css
<style>
a { background-color: #68596D; }
a { background-color: rgb(104,89,109); }
div.DivClassName
{
background-color: #68596D;
}
.BgClassName
{
background-color: #68596D;
}
</style>
border-color css
<style>
span { border-color: #68596D; }
span { border-color: rgb(104,89,109); }
td.TdClassName
{
border-color: #68596D;
}
.TagClassName
{
border-color: #68596D;
}
</style>