Shades of Fedora #625263
Tints of Fedora #625263
RGB
CMYK
RGB Variations
Color information
#625263 (or 0x625263) is known color: Fedora. HEX triplet: 62, 52 and 63. RGB value is (98,82,99). Sum of RGB (Red+Green+Blue) = 98+82+99=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #625263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625263 is #9DAD9C. Grayscale: #585858. Windows color (decimal): -10333597 or 6509154. OLE color: 6509154.
HSL color Cylindrical-coordinate representation of color #625263: hue angle of 296.47º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #625263 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 82 | 99 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.61 |
| HSL | 296.47º | 0.09% | 0.35% | - |
| HSV(B) | 296.47º | 0.17% | 0.39% | - |
| XYZ | 10.31 | 9.53 | 13.1 | - |
| YUV | 88.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 99 | 0.01 | 0.17 | 0 | 0.61 | 296.47 | 0.09 | 0.35 |
| Hex | 62 | 52 | 63 | 1 | 11 | 0 | 3D | 128 | 9 | 23 |
| Octal | 142 | 122 | 143 | 1 | 21 | 0 | 75 | 450 | 11 | 43 |
| Binary | 1100010 | 1010010 | 1100011 | 1 | 10001 | 0 | 111101 | 100101000 | 1001 | 100011 |
Color Harmonies of #625263
Complementary color
Monochromatic Colors of #625263
Black with #625263
Text Example
Text Example
White with #625263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625263; }
p { color: rgb(98,82,99); }
H1.HeaderClassName
{
color: #625263;
}
.AnyTagClassName
{
color: #625263;
}
</style>
background-color css
<style>
a { background-color: #625263; }
a { background-color: rgb(98,82,99); }
div.DivClassName
{
background-color: #625263;
}
.BgClassName
{
background-color: #625263;
}
</style>
border-color css
<style>
span { border-color: #625263; }
span { border-color: rgb(98,82,99); }
td.TdClassName
{
border-color: #625263;
}
.TagClassName
{
border-color: #625263;
}
</style>