Shades of Fedora #625F63
Tints of Fedora #625F63
RGB
CMYK
RGB Variations
Color information
#625F63 (or 0x625F63) is known color: Fedora. HEX triplet: 62, 5F and 63. RGB value is (98,95,99). Sum of RGB (Red+Green+Blue) = 98+95+99=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 99 - color contains mainly: blue. Hex color #625F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F63 is #9DA09C. Grayscale: #606060. Windows color (decimal): -10330269 or 6512482. OLE color: 6512482.
HSL color Cylindrical-coordinate representation of color #625F63: hue angle of 285º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #625F63 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 95 | 99 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.61 |
| HSL | 285º | 0.02% | 0.38% | - |
| HSV(B) | 285º | 0.04% | 0.39% | - |
| XYZ | 11.38 | 11.68 | 13.46 | - |
| YUV | 96.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 99 | 0.01 | 0.04 | 0 | 0.61 | 285 | 0.02 | 0.38 |
| Hex | 62 | 5F | 63 | 1 | 4 | 0 | 3D | 11D | 2 | 26 |
| Octal | 142 | 137 | 143 | 1 | 4 | 0 | 75 | 435 | 2 | 46 |
| Binary | 1100010 | 1011111 | 1100011 | 1 | 100 | 0 | 111101 | 100011101 | 10 | 100110 |
Color Harmonies of #625F63
Complementary color
Monochromatic Colors of #625F63
Black with #625F63
Text Example
Text Example
White with #625F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625F63; }
p { color: rgb(98,95,99); }
H1.HeaderClassName
{
color: #625F63;
}
.AnyTagClassName
{
color: #625F63;
}
</style>
background-color css
<style>
a { background-color: #625F63; }
a { background-color: rgb(98,95,99); }
div.DivClassName
{
background-color: #625F63;
}
.BgClassName
{
background-color: #625F63;
}
</style>
border-color css
<style>
span { border-color: #625F63; }
span { border-color: rgb(98,95,99); }
td.TdClassName
{
border-color: #625F63;
}
.TagClassName
{
border-color: #625F63;
}
</style>