Shades of Fedora #624960
Tints of Fedora #624960
RGB
CMYK
RGB Variations
Color information
#624960 (or 0x624960) is known color: Fedora. HEX triplet: 62, 49 and 60. RGB value is (98,73,96). Sum of RGB (Red+Green+Blue) = 98+73+96=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #624960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624960 is #9DB69F. Grayscale: #535353. Windows color (decimal): -10335904 or 6310242. OLE color: 6310242.
HSL color Cylindrical-coordinate representation of color #624960: hue angle of 304.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #624960 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 96 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.62 |
| HSL | 304.8º | 0.15% | 0.34% | - |
| HSV(B) | 304.8º | 0.26% | 0.38% | - |
| XYZ | 9.53 | 8.21 | 12.15 | - |
| YUV | 83.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 96 | 0 | 0.26 | 0.02 | 0.62 | 304.8 | 0.15 | 0.34 |
| Hex | 62 | 49 | 60 | 0 | 1A | 2 | 3E | 131 | F | 22 |
| Octal | 142 | 111 | 140 | 0 | 32 | 2 | 76 | 461 | 17 | 42 |
| Binary | 1100010 | 1001001 | 1100000 | 0 | 11010 | 10 | 111110 | 100110001 | 1111 | 100010 |
Color Harmonies of #624960
Complementary color
Monochromatic Colors of #624960
Black with #624960
Text Example
Text Example
White with #624960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624960; }
p { color: rgb(98,73,96); }
H1.HeaderClassName
{
color: #624960;
}
.AnyTagClassName
{
color: #624960;
}
</style>
background-color css
<style>
a { background-color: #624960; }
a { background-color: rgb(98,73,96); }
div.DivClassName
{
background-color: #624960;
}
.BgClassName
{
background-color: #624960;
}
</style>
border-color css
<style>
span { border-color: #624960; }
span { border-color: rgb(98,73,96); }
td.TdClassName
{
border-color: #624960;
}
.TagClassName
{
border-color: #624960;
}
</style>