Shades of Fedora #624D62
Tints of Fedora #624D62
RGB
CMYK
RGB Variations
Color information
#624D62 (or 0x624D62) is known color: Fedora. HEX triplet: 62, 4D and 62. RGB value is (98,77,98). Sum of RGB (Red+Green+Blue) = 98+77+98=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #624D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D62 is #9DB29D. Grayscale: #555555. Windows color (decimal): -10334878 or 6442338. OLE color: 6442338.
HSL color Cylindrical-coordinate representation of color #624D62: hue angle of 300º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #624D62 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 98 | - |
| CMYK | 0 | 0.21 | 0 | 0.62 |
| HSL | 300º | 0.12% | 0.34% | - |
| HSV(B) | 300º | 0.21% | 0.38% | - |
| XYZ | 9.9 | 8.79 | 12.73 | - |
| YUV | 85.67 | 134.96 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 98 | 0 | 0.21 | 0 | 0.62 | 300 | 0.12 | 0.34 |
| Hex | 62 | 4D | 62 | 0 | 15 | 0 | 3E | 12C | C | 22 |
| Octal | 142 | 115 | 142 | 0 | 25 | 0 | 76 | 454 | 14 | 42 |
| Binary | 1100010 | 1001101 | 1100010 | 0 | 10101 | 0 | 111110 | 100101100 | 1100 | 100010 |
Color Harmonies of #624D62
Complementary color
Monochromatic Colors of #624D62
Black with #624D62
Text Example
Text Example
White with #624D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D62; }
p { color: rgb(98,77,98); }
H1.HeaderClassName
{
color: #624D62;
}
.AnyTagClassName
{
color: #624D62;
}
</style>
background-color css
<style>
a { background-color: #624D62; }
a { background-color: rgb(98,77,98); }
div.DivClassName
{
background-color: #624D62;
}
.BgClassName
{
background-color: #624D62;
}
</style>
border-color css
<style>
span { border-color: #624D62; }
span { border-color: rgb(98,77,98); }
td.TdClassName
{
border-color: #624D62;
}
.TagClassName
{
border-color: #624D62;
}
</style>