Shades of Fedora #624D63
Tints of Fedora #624D63
RGB
CMYK
RGB Variations
Color information
#624D63 (or 0x624D63) is known color: Fedora. HEX triplet: 62, 4D and 63. RGB value is (98,77,99). Sum of RGB (Red+Green+Blue) = 98+77+99=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #624D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D63 is #9DB29C. Grayscale: #555555. Windows color (decimal): -10334877 or 6507874. OLE color: 6507874.
HSL color Cylindrical-coordinate representation of color #624D63: hue angle of 297.27º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #624D63 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 77 | 99 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.61 |
| HSL | 297.27º | 0.13% | 0.35% | - |
| HSV(B) | 297.27º | 0.22% | 0.39% | - |
| XYZ | 9.94 | 8.81 | 12.98 | - |
| YUV | 85.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 99 | 0.01 | 0.22 | 0 | 0.61 | 297.27 | 0.13 | 0.35 |
| Hex | 62 | 4D | 63 | 1 | 16 | 0 | 3D | 129 | C | 23 |
| Octal | 142 | 115 | 143 | 1 | 26 | 0 | 75 | 451 | 14 | 43 |
| Binary | 1100010 | 1001101 | 1100011 | 1 | 10110 | 0 | 111101 | 100101001 | 1100 | 100011 |
Color Harmonies of #624D63
Complementary color
Monochromatic Colors of #624D63
Black with #624D63
Text Example
Text Example
White with #624D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D63; }
p { color: rgb(98,77,99); }
H1.HeaderClassName
{
color: #624D63;
}
.AnyTagClassName
{
color: #624D63;
}
</style>
background-color css
<style>
a { background-color: #624D63; }
a { background-color: rgb(98,77,99); }
div.DivClassName
{
background-color: #624D63;
}
.BgClassName
{
background-color: #624D63;
}
</style>
border-color css
<style>
span { border-color: #624D63; }
span { border-color: rgb(98,77,99); }
td.TdClassName
{
border-color: #624D63;
}
.TagClassName
{
border-color: #624D63;
}
</style>