Shades of Fedora #605961
Tints of Fedora #605961
RGB
CMYK
RGB Variations
Color information
#605961 (or 0x605961) is known color: Fedora. HEX triplet: 60, 59 and 61. RGB value is (96,89,97). Sum of RGB (Red+Green+Blue) = 96+89+97=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 97 - color contains mainly: blue. Hex color #605961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605961 is #9FA69E. Grayscale: #5B5B5B. Windows color (decimal): -10462879 or 6379872. OLE color: 6379872.
HSL color Cylindrical-coordinate representation of color #605961: hue angle of 292.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #605961 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 89 | 97 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.62 |
| HSL | 292.5º | 0.04% | 0.36% | - |
| HSV(B) | 292.5º | 0.08% | 0.38% | - |
| XYZ | 10.55 | 10.49 | 12.78 | - |
| YUV | 92.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 97 | 0.01 | 0.08 | 0 | 0.62 | 292.5 | 0.04 | 0.36 |
| Hex | 60 | 59 | 61 | 1 | 8 | 0 | 3E | 124 | 4 | 24 |
| Octal | 140 | 131 | 141 | 1 | 10 | 0 | 76 | 444 | 4 | 44 |
| Binary | 1100000 | 1011001 | 1100001 | 1 | 1000 | 0 | 111110 | 100100100 | 100 | 100100 |
Color Harmonies of #605961
Complementary color
Monochromatic Colors of #605961
Black with #605961
Text Example
Text Example
White with #605961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605961; }
p { color: rgb(96,89,97); }
H1.HeaderClassName
{
color: #605961;
}
.AnyTagClassName
{
color: #605961;
}
</style>
background-color css
<style>
a { background-color: #605961; }
a { background-color: rgb(96,89,97); }
div.DivClassName
{
background-color: #605961;
}
.BgClassName
{
background-color: #605961;
}
</style>
border-color css
<style>
span { border-color: #605961; }
span { border-color: rgb(96,89,97); }
td.TdClassName
{
border-color: #605961;
}
.TagClassName
{
border-color: #605961;
}
</style>