Shades of Fedora #68596F
Tints of Fedora #68596F
RGB
CMYK
RGB Variations
Color information
#68596F (or 0x68596F) is known color: Fedora. HEX triplet: 68, 59 and 6F. RGB value is (104,89,111). Sum of RGB (Red+Green+Blue) = 104+89+111=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #68596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68596F is #97A690. Grayscale: #5F5F5F. Windows color (decimal): -9938577 or 7297384. OLE color: 7297384.
HSL color Cylindrical-coordinate representation of color #68596F: hue angle of 280.91º 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 #68596F is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 89 | 111 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.56 |
| HSL | 280.91º | 0.11% | 0.39% | - |
| HSV(B) | 280.91º | 0.2% | 0.44% | - |
| XYZ | 12.15 | 11.24 | 16.57 | - |
| YUV | 95.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 111 | 0.06 | 0.20 | 0 | 0.56 | 280.91 | 0.11 | 0.39 |
| Hex | 68 | 59 | 6F | 6 | 14 | 0 | 38 | 119 | B | 27 |
| Octal | 150 | 131 | 157 | 6 | 24 | 0 | 70 | 431 | 13 | 47 |
| Binary | 1101000 | 1011001 | 1101111 | 110 | 10100 | 0 | 111000 | 100011001 | 1011 | 100111 |
Color Harmonies of #68596F
Complementary color
Monochromatic Colors of #68596F
Black with #68596F
Text Example
Text Example
White with #68596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68596F; }
p { color: rgb(104,89,111); }
H1.HeaderClassName
{
color: #68596F;
}
.AnyTagClassName
{
color: #68596F;
}
</style>
background-color css
<style>
a { background-color: #68596F; }
a { background-color: rgb(104,89,111); }
div.DivClassName
{
background-color: #68596F;
}
.BgClassName
{
background-color: #68596F;
}
</style>
border-color css
<style>
span { border-color: #68596F; }
span { border-color: rgb(104,89,111); }
td.TdClassName
{
border-color: #68596F;
}
.TagClassName
{
border-color: #68596F;
}
</style>