Shades of Fedora #625964
Tints of Fedora #625964
RGB
CMYK
RGB Variations
Color information
#625964 (or 0x625964) is known color: Fedora. HEX triplet: 62, 59 and 64. RGB value is (98,89,100). Sum of RGB (Red+Green+Blue) = 98+89+100=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 100 - color contains mainly: blue. Hex color #625964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625964 is #9DA69B. Grayscale: #5C5C5C. Windows color (decimal): -10331804 or 6576482. OLE color: 6576482.
HSL color Cylindrical-coordinate representation of color #625964: hue angle of 289.09º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #625964 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 89 | 100 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.61 |
| HSL | 289.09º | 0.06% | 0.37% | - |
| HSV(B) | 289.09º | 0.11% | 0.39% | - |
| XYZ | 10.91 | 10.66 | 13.54 | - |
| YUV | 92.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 100 | 0.02 | 0.11 | 0 | 0.61 | 289.09 | 0.06 | 0.37 |
| Hex | 62 | 59 | 64 | 2 | B | 0 | 3D | 121 | 6 | 25 |
| Octal | 142 | 131 | 144 | 2 | 13 | 0 | 75 | 441 | 6 | 45 |
| Binary | 1100010 | 1011001 | 1100100 | 10 | 1011 | 0 | 111101 | 100100001 | 110 | 100101 |
Color Harmonies of #625964
Complementary color
Monochromatic Colors of #625964
Black with #625964
Text Example
Text Example
White with #625964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625964; }
p { color: rgb(98,89,100); }
H1.HeaderClassName
{
color: #625964;
}
.AnyTagClassName
{
color: #625964;
}
</style>
background-color css
<style>
a { background-color: #625964; }
a { background-color: rgb(98,89,100); }
div.DivClassName
{
background-color: #625964;
}
.BgClassName
{
background-color: #625964;
}
</style>
border-color css
<style>
span { border-color: #625964; }
span { border-color: rgb(98,89,100); }
td.TdClassName
{
border-color: #625964;
}
.TagClassName
{
border-color: #625964;
}
</style>