Shades of Fedora #625B64
Tints of Fedora #625B64
RGB
CMYK
RGB Variations
Color information
#625B64 (or 0x625B64) is known color: Fedora. HEX triplet: 62, 5B and 64. RGB value is (98,91,100). Sum of RGB (Red+Green+Blue) = 98+91+100=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 100 - color contains mainly: blue. Hex color #625B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B64 is #9DA49B. Grayscale: #5E5E5E. Windows color (decimal): -10331292 or 6576994. OLE color: 6576994.
HSL color Cylindrical-coordinate representation of color #625B64: hue angle of 286.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #625B64 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 91 | 100 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.61 |
| HSL | 286.67º | 0.05% | 0.37% | - |
| HSV(B) | 286.67º | 0.09% | 0.39% | - |
| XYZ | 11.08 | 11 | 13.6 | - |
| YUV | 94.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 100 | 0.02 | 0.09 | 0 | 0.61 | 286.67 | 0.05 | 0.37 |
| Hex | 62 | 5B | 64 | 2 | 9 | 0 | 3D | 11F | 5 | 25 |
| Octal | 142 | 133 | 144 | 2 | 11 | 0 | 75 | 437 | 5 | 45 |
| Binary | 1100010 | 1011011 | 1100100 | 10 | 1001 | 0 | 111101 | 100011111 | 101 | 100101 |
Color Harmonies of #625B64
Complementary color
Monochromatic Colors of #625B64
Black with #625B64
Text Example
Text Example
White with #625B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B64; }
p { color: rgb(98,91,100); }
H1.HeaderClassName
{
color: #625B64;
}
.AnyTagClassName
{
color: #625B64;
}
</style>
background-color css
<style>
a { background-color: #625B64; }
a { background-color: rgb(98,91,100); }
div.DivClassName
{
background-color: #625B64;
}
.BgClassName
{
background-color: #625B64;
}
</style>
border-color css
<style>
span { border-color: #625B64; }
span { border-color: rgb(98,91,100); }
td.TdClassName
{
border-color: #625B64;
}
.TagClassName
{
border-color: #625B64;
}
</style>