Shades of Fedora #625966
Tints of Fedora #625966
RGB
CMYK
RGB Variations
Color information
#625966 (or 0x625966) is known color: Fedora. HEX triplet: 62, 59 and 66. RGB value is (98,89,102). Sum of RGB (Red+Green+Blue) = 98+89+102=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 102 - color contains mainly: blue. Hex color #625966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625966 is #9DA699. Grayscale: #5D5D5D. Windows color (decimal): -10331802 or 6707554. OLE color: 6707554.
HSL color Cylindrical-coordinate representation of color #625966: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #625966 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 98 | 89 | 102 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.6 |
| HSL | 281.54º | 0.07% | 0.37% | - |
| HSV(B) | 281.54º | 0.13% | 0.4% | - |
| XYZ | 11.01 | 10.7 | 14.06 | - |
| YUV | 93.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 102 | 0.04 | 0.13 | 0 | 0.6 | 281.54 | 0.07 | 0.37 |
| Hex | 62 | 59 | 66 | 4 | D | 0 | 3C | 11A | 7 | 25 |
| Octal | 142 | 131 | 146 | 4 | 15 | 0 | 74 | 432 | 7 | 45 |
| Binary | 1100010 | 1011001 | 1100110 | 100 | 1101 | 0 | 111100 | 100011010 | 111 | 100101 |
Color Harmonies of #625966
Complementary color
Monochromatic Colors of #625966
Black with #625966
Text Example
Text Example
White with #625966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625966; }
p { color: rgb(98,89,102); }
H1.HeaderClassName
{
color: #625966;
}
.AnyTagClassName
{
color: #625966;
}
</style>
background-color css
<style>
a { background-color: #625966; }
a { background-color: rgb(98,89,102); }
div.DivClassName
{
background-color: #625966;
}
.BgClassName
{
background-color: #625966;
}
</style>
border-color css
<style>
span { border-color: #625966; }
span { border-color: rgb(98,89,102); }
td.TdClassName
{
border-color: #625966;
}
.TagClassName
{
border-color: #625966;
}
</style>