Shades of Fedora #624F63
Tints of Fedora #624F63
RGB
CMYK
RGB Variations
Color information
#624F63 (or 0x624F63) is known color: Fedora. HEX triplet: 62, 4F and 63. RGB value is (98,79,99). Sum of RGB (Red+Green+Blue) = 98+79+99=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #624F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F63 is #9DB09C. Grayscale: #565656. Windows color (decimal): -10334365 or 6508386. OLE color: 6508386.
HSL color Cylindrical-coordinate representation of color #624F63: hue angle of 297º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #624F63 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 79 | 99 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.61 |
| HSL | 297º | 0.11% | 0.35% | - |
| HSV(B) | 297º | 0.2% | 0.39% | - |
| XYZ | 10.09 | 9.09 | 13.03 | - |
| YUV | 86.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 99 | 0.01 | 0.20 | 0 | 0.61 | 297 | 0.11 | 0.35 |
| Hex | 62 | 4F | 63 | 1 | 14 | 0 | 3D | 129 | B | 23 |
| Octal | 142 | 117 | 143 | 1 | 24 | 0 | 75 | 451 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1100011 | 1 | 10100 | 0 | 111101 | 100101001 | 1011 | 100011 |
Color Harmonies of #624F63
Complementary color
Monochromatic Colors of #624F63
Black with #624F63
Text Example
Text Example
White with #624F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F63; }
p { color: rgb(98,79,99); }
H1.HeaderClassName
{
color: #624F63;
}
.AnyTagClassName
{
color: #624F63;
}
</style>
background-color css
<style>
a { background-color: #624F63; }
a { background-color: rgb(98,79,99); }
div.DivClassName
{
background-color: #624F63;
}
.BgClassName
{
background-color: #624F63;
}
</style>
border-color css
<style>
span { border-color: #624F63; }
span { border-color: rgb(98,79,99); }
td.TdClassName
{
border-color: #624F63;
}
.TagClassName
{
border-color: #624F63;
}
</style>