Shades of Fedora #624D69
Tints of Fedora #624D69
RGB
CMYK
RGB Variations
Color information
#624D69 (or 0x624D69) is known color: Fedora. HEX triplet: 62, 4D and 69. RGB value is (98,77,105). Sum of RGB (Red+Green+Blue) = 98+77+105=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #624D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624D69 is #9DB296. Grayscale: #565656. Windows color (decimal): -10334871 or 6901090. OLE color: 6901090.
HSL color Cylindrical-coordinate representation of color #624D69: hue angle of 285º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #624D69 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 77 | 105 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.59 |
| HSL | 285º | 0.15% | 0.36% | - |
| HSV(B) | 285º | 0.27% | 0.41% | - |
| XYZ | 10.24 | 8.92 | 14.55 | - |
| YUV | 86.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 105 | 0.07 | 0.27 | 0 | 0.59 | 285 | 0.15 | 0.36 |
| Hex | 62 | 4D | 69 | 7 | 1B | 0 | 3B | 11D | F | 24 |
| Octal | 142 | 115 | 151 | 7 | 33 | 0 | 73 | 435 | 17 | 44 |
| Binary | 1100010 | 1001101 | 1101001 | 111 | 11011 | 0 | 111011 | 100011101 | 1111 | 100100 |
Color Harmonies of #624D69
Complementary color
Monochromatic Colors of #624D69
Black with #624D69
Text Example
Text Example
White with #624D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D69; }
p { color: rgb(98,77,105); }
H1.HeaderClassName
{
color: #624D69;
}
.AnyTagClassName
{
color: #624D69;
}
</style>
background-color css
<style>
a { background-color: #624D69; }
a { background-color: rgb(98,77,105); }
div.DivClassName
{
background-color: #624D69;
}
.BgClassName
{
background-color: #624D69;
}
</style>
border-color css
<style>
span { border-color: #624D69; }
span { border-color: rgb(98,77,105); }
td.TdClassName
{
border-color: #624D69;
}
.TagClassName
{
border-color: #624D69;
}
</style>