Shades of Fedora #625864
Tints of Fedora #625864
RGB
CMYK
RGB Variations
Color information
#625864 (or 0x625864) is known color: Fedora. HEX triplet: 62, 58 and 64. RGB value is (98,88,100). Sum of RGB (Red+Green+Blue) = 98+88+100=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 100 - color contains mainly: blue. Hex color #625864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625864 is #9DA79B. Grayscale: #5C5C5C. Windows color (decimal): -10332060 or 6576226. OLE color: 6576226.
HSL color Cylindrical-coordinate representation of color #625864: hue angle of 290º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #625864 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 88 | 100 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.61 |
| HSL | 290º | 0.06% | 0.37% | - |
| HSV(B) | 290º | 0.12% | 0.39% | - |
| XYZ | 10.83 | 10.5 | 13.51 | - |
| YUV | 92.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 100 | 0.02 | 0.12 | 0 | 0.61 | 290 | 0.06 | 0.37 |
| Hex | 62 | 58 | 64 | 2 | C | 0 | 3D | 122 | 6 | 25 |
| Octal | 142 | 130 | 144 | 2 | 14 | 0 | 75 | 442 | 6 | 45 |
| Binary | 1100010 | 1011000 | 1100100 | 10 | 1100 | 0 | 111101 | 100100010 | 110 | 100101 |
Color Harmonies of #625864
Complementary color
Monochromatic Colors of #625864
Black with #625864
Text Example
Text Example
White with #625864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625864; }
p { color: rgb(98,88,100); }
H1.HeaderClassName
{
color: #625864;
}
.AnyTagClassName
{
color: #625864;
}
</style>
background-color css
<style>
a { background-color: #625864; }
a { background-color: rgb(98,88,100); }
div.DivClassName
{
background-color: #625864;
}
.BgClassName
{
background-color: #625864;
}
</style>
border-color css
<style>
span { border-color: #625864; }
span { border-color: rgb(98,88,100); }
td.TdClassName
{
border-color: #625864;
}
.TagClassName
{
border-color: #625864;
}
</style>