Shades of Fedora #625465
Tints of Fedora #625465
RGB
CMYK
RGB Variations
Color information
#625465 (or 0x625465) is known color: Fedora. HEX triplet: 62, 54 and 65. RGB value is (98,84,101). Sum of RGB (Red+Green+Blue) = 98+84+101=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #625465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625465 is #9DAB9A. Grayscale: #5A5A5A. Windows color (decimal): -10333083 or 6640738. OLE color: 6640738.
HSL color Cylindrical-coordinate representation of color #625465: hue angle of 289.41º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #625465 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 84 | 101 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.60 |
| HSL | 289.41º | 0.09% | 0.36% | - |
| HSV(B) | 289.41º | 0.17% | 0.4% | - |
| XYZ | 10.56 | 9.88 | 13.66 | - |
| YUV | 90.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 84 | 101 | 0.03 | 0.17 | 0 | 0.60 | 289.41 | 0.09 | 0.36 |
| Hex | 62 | 54 | 65 | 3 | 11 | 0 | 3C | 121 | 9 | 24 |
| Octal | 142 | 124 | 145 | 3 | 21 | 0 | 74 | 441 | 11 | 44 |
| Binary | 1100010 | 1010100 | 1100101 | 11 | 10001 | 0 | 111100 | 100100001 | 1001 | 100100 |
Color Harmonies of #625465
Complementary color
Monochromatic Colors of #625465
Black with #625465
Text Example
Text Example
White with #625465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625465; }
p { color: rgb(98,84,101); }
H1.HeaderClassName
{
color: #625465;
}
.AnyTagClassName
{
color: #625465;
}
</style>
background-color css
<style>
a { background-color: #625465; }
a { background-color: rgb(98,84,101); }
div.DivClassName
{
background-color: #625465;
}
.BgClassName
{
background-color: #625465;
}
</style>
border-color css
<style>
span { border-color: #625465; }
span { border-color: rgb(98,84,101); }
td.TdClassName
{
border-color: #625465;
}
.TagClassName
{
border-color: #625465;
}
</style>