Shades of Fedora #625065
Tints of Fedora #625065
RGB
CMYK
RGB Variations
Color information
#625065 (or 0x625065) is known color: Fedora. HEX triplet: 62, 50 and 65. RGB value is (98,80,101). Sum of RGB (Red+Green+Blue) = 98+80+101=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #625065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625065 is #9DAF9A. Grayscale: #575757. Windows color (decimal): -10334107 or 6639714. OLE color: 6639714.
HSL color Cylindrical-coordinate representation of color #625065: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #625065 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 80 | 101 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.60 |
| HSL | 291.43º | 0.12% | 0.35% | - |
| HSV(B) | 291.43º | 0.21% | 0.4% | - |
| XYZ | 10.25 | 9.27 | 13.56 | - |
| YUV | 87.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 101 | 0.03 | 0.21 | 0 | 0.60 | 291.43 | 0.12 | 0.35 |
| Hex | 62 | 50 | 65 | 3 | 15 | 0 | 3C | 123 | C | 23 |
| Octal | 142 | 120 | 145 | 3 | 25 | 0 | 74 | 443 | 14 | 43 |
| Binary | 1100010 | 1010000 | 1100101 | 11 | 10101 | 0 | 111100 | 100100011 | 1100 | 100011 |
Color Harmonies of #625065
Complementary color
Monochromatic Colors of #625065
Black with #625065
Text Example
Text Example
White with #625065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625065; }
p { color: rgb(98,80,101); }
H1.HeaderClassName
{
color: #625065;
}
.AnyTagClassName
{
color: #625065;
}
</style>
background-color css
<style>
a { background-color: #625065; }
a { background-color: rgb(98,80,101); }
div.DivClassName
{
background-color: #625065;
}
.BgClassName
{
background-color: #625065;
}
</style>
border-color css
<style>
span { border-color: #625065; }
span { border-color: rgb(98,80,101); }
td.TdClassName
{
border-color: #625065;
}
.TagClassName
{
border-color: #625065;
}
</style>