Shades of Fedora #605763
Tints of Fedora #605763
RGB
CMYK
RGB Variations
Color information
#605763 (or 0x605763) is known color: Fedora. HEX triplet: 60, 57 and 63. RGB value is (96,87,99). Sum of RGB (Red+Green+Blue) = 96+87+99=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #605763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605763 is #9FA89C. Grayscale: #5B5B5B. Windows color (decimal): -10463389 or 6510432. OLE color: 6510432.
HSL color Cylindrical-coordinate representation of color #605763: hue angle of 285º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605763 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 87 | 99 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.61 |
| HSL | 285º | 0.06% | 0.36% | - |
| HSV(B) | 285º | 0.12% | 0.39% | - |
| XYZ | 10.48 | 10.2 | 13.22 | - |
| YUV | 91.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 99 | 0.03 | 0.12 | 0 | 0.61 | 285 | 0.06 | 0.36 |
| Hex | 60 | 57 | 63 | 3 | C | 0 | 3D | 11D | 6 | 24 |
| Octal | 140 | 127 | 143 | 3 | 14 | 0 | 75 | 435 | 6 | 44 |
| Binary | 1100000 | 1010111 | 1100011 | 11 | 1100 | 0 | 111101 | 100011101 | 110 | 100100 |
Color Harmonies of #605763
Complementary color
Monochromatic Colors of #605763
Black with #605763
Text Example
Text Example
White with #605763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605763; }
p { color: rgb(96,87,99); }
H1.HeaderClassName
{
color: #605763;
}
.AnyTagClassName
{
color: #605763;
}
</style>
background-color css
<style>
a { background-color: #605763; }
a { background-color: rgb(96,87,99); }
div.DivClassName
{
background-color: #605763;
}
.BgClassName
{
background-color: #605763;
}
</style>
border-color css
<style>
span { border-color: #605763; }
span { border-color: rgb(96,87,99); }
td.TdClassName
{
border-color: #605763;
}
.TagClassName
{
border-color: #605763;
}
</style>