Shades of Fedora #624562
Tints of Fedora #624562
RGB
CMYK
RGB Variations
Color information
#624562 (or 0x624562) is known color: Fedora. HEX triplet: 62, 45 and 62. RGB value is (98,69,98). Sum of RGB (Red+Green+Blue) = 98+69+98=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #624562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624562 is #9DBA9D. Grayscale: #505050. Windows color (decimal): -10336926 or 6440290. OLE color: 6440290.
HSL color Cylindrical-coordinate representation of color #624562: hue angle of 300º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #624562 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 69 | 98 | - |
| CMYK | 0 | 0.30 | 0 | 0.62 |
| HSL | 300º | 0.17% | 0.33% | - |
| HSV(B) | 300º | 0.3% | 0.38% | - |
| XYZ | 9.37 | 7.73 | 12.55 | - |
| YUV | 80.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 98 | 0 | 0.30 | 0 | 0.62 | 300 | 0.17 | 0.33 |
| Hex | 62 | 45 | 62 | 0 | 1E | 0 | 3E | 12C | 11 | 21 |
| Octal | 142 | 105 | 142 | 0 | 36 | 0 | 76 | 454 | 21 | 41 |
| Binary | 1100010 | 1000101 | 1100010 | 0 | 11110 | 0 | 111110 | 100101100 | 10001 | 100001 |
Color Harmonies of #624562
Complementary color
Monochromatic Colors of #624562
Black with #624562
Text Example
Text Example
White with #624562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624562; }
p { color: rgb(98,69,98); }
H1.HeaderClassName
{
color: #624562;
}
.AnyTagClassName
{
color: #624562;
}
</style>
background-color css
<style>
a { background-color: #624562; }
a { background-color: rgb(98,69,98); }
div.DivClassName
{
background-color: #624562;
}
.BgClassName
{
background-color: #624562;
}
</style>
border-color css
<style>
span { border-color: #624562; }
span { border-color: rgb(98,69,98); }
td.TdClassName
{
border-color: #624562;
}
.TagClassName
{
border-color: #624562;
}
</style>