Shades of Fedora #624F68
Tints of Fedora #624F68
RGB
CMYK
RGB Variations
Color information
#624F68 (or 0x624F68) is known color: Fedora. HEX triplet: 62, 4F and 68. RGB value is (98,79,104). Sum of RGB (Red+Green+Blue) = 98+79+104=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #624F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F68 is #9DB097. Grayscale: #575757. Windows color (decimal): -10334360 or 6836066. OLE color: 6836066.
HSL color Cylindrical-coordinate representation of color #624F68: hue angle of 285.6º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624F68 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 79 | 104 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.59 |
| HSL | 285.6º | 0.14% | 0.36% | - |
| HSV(B) | 285.6º | 0.24% | 0.41% | - |
| XYZ | 10.33 | 9.19 | 14.33 | - |
| YUV | 87.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 104 | 0.06 | 0.24 | 0 | 0.59 | 285.6 | 0.14 | 0.36 |
| Hex | 62 | 4F | 68 | 6 | 18 | 0 | 3B | 11E | E | 24 |
| Octal | 142 | 117 | 150 | 6 | 30 | 0 | 73 | 436 | 16 | 44 |
| Binary | 1100010 | 1001111 | 1101000 | 110 | 11000 | 0 | 111011 | 100011110 | 1110 | 100100 |
Color Harmonies of #624F68
Complementary color
Monochromatic Colors of #624F68
Black with #624F68
Text Example
Text Example
White with #624F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F68; }
p { color: rgb(98,79,104); }
H1.HeaderClassName
{
color: #624F68;
}
.AnyTagClassName
{
color: #624F68;
}
</style>
background-color css
<style>
a { background-color: #624F68; }
a { background-color: rgb(98,79,104); }
div.DivClassName
{
background-color: #624F68;
}
.BgClassName
{
background-color: #624F68;
}
</style>
border-color css
<style>
span { border-color: #624F68; }
span { border-color: rgb(98,79,104); }
td.TdClassName
{
border-color: #624F68;
}
.TagClassName
{
border-color: #624F68;
}
</style>