Shades of Fedora #625C65
Tints of Fedora #625C65
RGB
CMYK
RGB Variations
Color information
#625C65 (or 0x625C65) is known color: Fedora. HEX triplet: 62, 5C and 65. RGB value is (98,92,101). Sum of RGB (Red+Green+Blue) = 98+92+101=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 101 - color contains mainly: blue. Hex color #625C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C65 is #9DA39A. Grayscale: #5E5E5E. Windows color (decimal): -10331035 or 6642786. OLE color: 6642786.
HSL color Cylindrical-coordinate representation of color #625C65: hue angle of 280º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #625C65 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 92 | 101 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.60 |
| HSL | 280º | 0.05% | 0.38% | - |
| HSV(B) | 280º | 0.09% | 0.4% | - |
| XYZ | 11.21 | 11.19 | 13.88 | - |
| YUV | 94.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 101 | 0.03 | 0.09 | 0 | 0.60 | 280 | 0.05 | 0.38 |
| Hex | 62 | 5C | 65 | 3 | 9 | 0 | 3C | 118 | 5 | 26 |
| Octal | 142 | 134 | 145 | 3 | 11 | 0 | 74 | 430 | 5 | 46 |
| Binary | 1100010 | 1011100 | 1100101 | 11 | 1001 | 0 | 111100 | 100011000 | 101 | 100110 |
Color Harmonies of #625C65
Complementary color
Monochromatic Colors of #625C65
Black with #625C65
Text Example
Text Example
White with #625C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C65; }
p { color: rgb(98,92,101); }
H1.HeaderClassName
{
color: #625C65;
}
.AnyTagClassName
{
color: #625C65;
}
</style>
background-color css
<style>
a { background-color: #625C65; }
a { background-color: rgb(98,92,101); }
div.DivClassName
{
background-color: #625C65;
}
.BgClassName
{
background-color: #625C65;
}
</style>
border-color css
<style>
span { border-color: #625C65; }
span { border-color: rgb(98,92,101); }
td.TdClassName
{
border-color: #625C65;
}
.TagClassName
{
border-color: #625C65;
}
</style>