Shades of Fedora #625E64
Tints of Fedora #625E64
RGB
CMYK
RGB Variations
Color information
#625E64 (or 0x625E64) is known color: Fedora. HEX triplet: 62, 5E and 64. RGB value is (98,94,100). Sum of RGB (Red+Green+Blue) = 98+94+100=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 100 - color contains mainly: blue. Hex color #625E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E64 is #9DA19B. Grayscale: #5F5F5F. Windows color (decimal): -10330524 or 6577762. OLE color: 6577762.
HSL color Cylindrical-coordinate representation of color #625E64: hue angle of 280º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #625E64 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 94 | 100 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.61 |
| HSL | 280º | 0.03% | 0.38% | - |
| HSV(B) | 280º | 0.06% | 0.39% | - |
| XYZ | 11.34 | 11.52 | 13.68 | - |
| YUV | 95.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 100 | 0.02 | 0.06 | 0 | 0.61 | 280 | 0.03 | 0.38 |
| Hex | 62 | 5E | 64 | 2 | 6 | 0 | 3D | 118 | 3 | 26 |
| Octal | 142 | 136 | 144 | 2 | 6 | 0 | 75 | 430 | 3 | 46 |
| Binary | 1100010 | 1011110 | 1100100 | 10 | 110 | 0 | 111101 | 100011000 | 11 | 100110 |
Color Harmonies of #625E64
Complementary color
Monochromatic Colors of #625E64
Black with #625E64
Text Example
Text Example
White with #625E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E64; }
p { color: rgb(98,94,100); }
H1.HeaderClassName
{
color: #625E64;
}
.AnyTagClassName
{
color: #625E64;
}
</style>
background-color css
<style>
a { background-color: #625E64; }
a { background-color: rgb(98,94,100); }
div.DivClassName
{
background-color: #625E64;
}
.BgClassName
{
background-color: #625E64;
}
</style>
border-color css
<style>
span { border-color: #625E64; }
span { border-color: rgb(98,94,100); }
td.TdClassName
{
border-color: #625E64;
}
.TagClassName
{
border-color: #625E64;
}
</style>