Shades of Fedora #68596E
Tints of Fedora #68596E
RGB
CMYK
RGB Variations
Color information
#68596E (or 0x68596E) is known color: Fedora. HEX triplet: 68, 59 and 6E. RGB value is (104,89,110). Sum of RGB (Red+Green+Blue) = 104+89+110=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 89 (35.16% from 255 or 29.37% 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 #68596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68596E is #97A691. Grayscale: #5F5F5F. Windows color (decimal): -9938578 or 7231848. OLE color: 7231848.
HSL color Cylindrical-coordinate representation of color #68596E: hue angle of 282.86º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68596E is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 89 | 110 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.57 |
| HSL | 282.86º | 0.11% | 0.39% | - |
| HSV(B) | 282.86º | 0.19% | 0.43% | - |
| XYZ | 12.1 | 11.21 | 16.28 | - |
| YUV | 95.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 110 | 0.05 | 0.19 | 0 | 0.57 | 282.86 | 0.11 | 0.39 |
| Hex | 68 | 59 | 6E | 5 | 13 | 0 | 39 | 11B | B | 27 |
| Octal | 150 | 131 | 156 | 5 | 23 | 0 | 71 | 433 | 13 | 47 |
| Binary | 1101000 | 1011001 | 1101110 | 101 | 10011 | 0 | 111001 | 100011011 | 1011 | 100111 |
Color Harmonies of #68596E
Complementary color
Monochromatic Colors of #68596E
Black with #68596E
Text Example
Text Example
White with #68596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68596E; }
p { color: rgb(104,89,110); }
H1.HeaderClassName
{
color: #68596E;
}
.AnyTagClassName
{
color: #68596E;
}
</style>
background-color css
<style>
a { background-color: #68596E; }
a { background-color: rgb(104,89,110); }
div.DivClassName
{
background-color: #68596E;
}
.BgClassName
{
background-color: #68596E;
}
</style>
border-color css
<style>
span { border-color: #68596E; }
span { border-color: rgb(104,89,110); }
td.TdClassName
{
border-color: #68596E;
}
.TagClassName
{
border-color: #68596E;
}
</style>