Shades of Fedora #625B65
Tints of Fedora #625B65
RGB
CMYK
RGB Variations
Color information
#625B65 (or 0x625B65) is known color: Fedora. HEX triplet: 62, 5B and 65. RGB value is (98,91,101). Sum of RGB (Red+Green+Blue) = 98+91+101=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 101 - color contains mainly: blue. Hex color #625B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B65 is #9DA49A. Grayscale: #5E5E5E. Windows color (decimal): -10331291 or 6642530. OLE color: 6642530.
HSL color Cylindrical-coordinate representation of color #625B65: hue angle of 282º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #625B65 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 91 | 101 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.60 |
| HSL | 282º | 0.05% | 0.38% | - |
| HSV(B) | 282º | 0.1% | 0.4% | - |
| XYZ | 11.13 | 11.02 | 13.85 | - |
| YUV | 94.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 101 | 0.03 | 0.10 | 0 | 0.60 | 282 | 0.05 | 0.38 |
| Hex | 62 | 5B | 65 | 3 | A | 0 | 3C | 11A | 5 | 26 |
| Octal | 142 | 133 | 145 | 3 | 12 | 0 | 74 | 432 | 5 | 46 |
| Binary | 1100010 | 1011011 | 1100101 | 11 | 1010 | 0 | 111100 | 100011010 | 101 | 100110 |
Color Harmonies of #625B65
Complementary color
Monochromatic Colors of #625B65
Black with #625B65
Text Example
Text Example
White with #625B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B65; }
p { color: rgb(98,91,101); }
H1.HeaderClassName
{
color: #625B65;
}
.AnyTagClassName
{
color: #625B65;
}
</style>
background-color css
<style>
a { background-color: #625B65; }
a { background-color: rgb(98,91,101); }
div.DivClassName
{
background-color: #625B65;
}
.BgClassName
{
background-color: #625B65;
}
</style>
border-color css
<style>
span { border-color: #625B65; }
span { border-color: rgb(98,91,101); }
td.TdClassName
{
border-color: #625B65;
}
.TagClassName
{
border-color: #625B65;
}
</style>