Shades of Fedora #624860
Tints of Fedora #624860
RGB
CMYK
RGB Variations
Color information
#624860 (or 0x624860) is known color: Fedora. HEX triplet: 62, 48 and 60. RGB value is (98,72,96). Sum of RGB (Red+Green+Blue) = 98+72+96=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #624860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624860 is #9DB79F. Grayscale: #525252. Windows color (decimal): -10336160 or 6309986. OLE color: 6309986.
HSL color Cylindrical-coordinate representation of color #624860: hue angle of 304.62º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #624860 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 72 | 96 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.62 |
| HSL | 304.62º | 0.15% | 0.33% | - |
| HSV(B) | 304.62º | 0.27% | 0.38% | - |
| XYZ | 9.47 | 8.08 | 12.13 | - |
| YUV | 82.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 96 | 0 | 0.27 | 0.02 | 0.62 | 304.62 | 0.15 | 0.33 |
| Hex | 62 | 48 | 60 | 0 | 1B | 2 | 3E | 131 | F | 21 |
| Octal | 142 | 110 | 140 | 0 | 33 | 2 | 76 | 461 | 17 | 41 |
| Binary | 1100010 | 1001000 | 1100000 | 0 | 11011 | 10 | 111110 | 100110001 | 1111 | 100001 |
Color Harmonies of #624860
Complementary color
Monochromatic Colors of #624860
Black with #624860
Text Example
Text Example
White with #624860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624860; }
p { color: rgb(98,72,96); }
H1.HeaderClassName
{
color: #624860;
}
.AnyTagClassName
{
color: #624860;
}
</style>
background-color css
<style>
a { background-color: #624860; }
a { background-color: rgb(98,72,96); }
div.DivClassName
{
background-color: #624860;
}
.BgClassName
{
background-color: #624860;
}
</style>
border-color css
<style>
span { border-color: #624860; }
span { border-color: rgb(98,72,96); }
td.TdClassName
{
border-color: #624860;
}
.TagClassName
{
border-color: #624860;
}
</style>