Shades of Fedora #625963
Tints of Fedora #625963
RGB
CMYK
RGB Variations
Color information
#625963 (or 0x625963) is known color: Fedora. HEX triplet: 62, 59 and 63. RGB value is (98,89,99). Sum of RGB (Red+Green+Blue) = 98+89+99=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 99 - color contains mainly: blue. Hex color #625963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625963 is #9DA69C. Grayscale: #5C5C5C. Windows color (decimal): -10331805 or 6510946. OLE color: 6510946.
HSL color Cylindrical-coordinate representation of color #625963: hue angle of 294º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #625963 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 89 | 99 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.61 |
| HSL | 294º | 0.05% | 0.37% | - |
| HSV(B) | 294º | 0.1% | 0.39% | - |
| XYZ | 10.86 | 10.64 | 13.29 | - |
| YUV | 92.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 99 | 0.01 | 0.10 | 0 | 0.61 | 294 | 0.05 | 0.37 |
| Hex | 62 | 59 | 63 | 1 | A | 0 | 3D | 126 | 5 | 25 |
| Octal | 142 | 131 | 143 | 1 | 12 | 0 | 75 | 446 | 5 | 45 |
| Binary | 1100010 | 1011001 | 1100011 | 1 | 1010 | 0 | 111101 | 100100110 | 101 | 100101 |
Color Harmonies of #625963
Complementary color
Monochromatic Colors of #625963
Black with #625963
Text Example
Text Example
White with #625963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625963; }
p { color: rgb(98,89,99); }
H1.HeaderClassName
{
color: #625963;
}
.AnyTagClassName
{
color: #625963;
}
</style>
background-color css
<style>
a { background-color: #625963; }
a { background-color: rgb(98,89,99); }
div.DivClassName
{
background-color: #625963;
}
.BgClassName
{
background-color: #625963;
}
</style>
border-color css
<style>
span { border-color: #625963; }
span { border-color: rgb(98,89,99); }
td.TdClassName
{
border-color: #625963;
}
.TagClassName
{
border-color: #625963;
}
</style>