Shades of Fedora #624F65
Tints of Fedora #624F65
RGB
CMYK
RGB Variations
Color information
#624F65 (or 0x624F65) is known color: Fedora. HEX triplet: 62, 4F and 65. RGB value is (98,79,101). Sum of RGB (Red+Green+Blue) = 98+79+101=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #624F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F65 is #9DB09A. Grayscale: #575757. Windows color (decimal): -10334363 or 6639458. OLE color: 6639458.
HSL color Cylindrical-coordinate representation of color #624F65: hue angle of 291.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #624F65 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 79 | 101 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.60 |
| HSL | 291.82º | 0.12% | 0.35% | - |
| HSV(B) | 291.82º | 0.22% | 0.4% | - |
| XYZ | 10.18 | 9.13 | 13.54 | - |
| YUV | 87.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 101 | 0.03 | 0.22 | 0 | 0.60 | 291.82 | 0.12 | 0.35 |
| Hex | 62 | 4F | 65 | 3 | 16 | 0 | 3C | 124 | C | 23 |
| Octal | 142 | 117 | 145 | 3 | 26 | 0 | 74 | 444 | 14 | 43 |
| Binary | 1100010 | 1001111 | 1100101 | 11 | 10110 | 0 | 111100 | 100100100 | 1100 | 100011 |
Color Harmonies of #624F65
Complementary color
Monochromatic Colors of #624F65
Black with #624F65
Text Example
Text Example
White with #624F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F65; }
p { color: rgb(98,79,101); }
H1.HeaderClassName
{
color: #624F65;
}
.AnyTagClassName
{
color: #624F65;
}
</style>
background-color css
<style>
a { background-color: #624F65; }
a { background-color: rgb(98,79,101); }
div.DivClassName
{
background-color: #624F65;
}
.BgClassName
{
background-color: #624F65;
}
</style>
border-color css
<style>
span { border-color: #624F65; }
span { border-color: rgb(98,79,101); }
td.TdClassName
{
border-color: #624F65;
}
.TagClassName
{
border-color: #624F65;
}
</style>