Shades of Fedora #625569
Tints of Fedora #625569
RGB
CMYK
RGB Variations
Color information
#625569 (or 0x625569) is known color: Fedora. HEX triplet: 62, 55 and 69. RGB value is (98,85,105). Sum of RGB (Red+Green+Blue) = 98+85+105=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 105 - color contains mainly: blue. Hex color #625569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625569 is #9DAA96. Grayscale: #5B5B5B. Windows color (decimal): -10332823 or 6903138. OLE color: 6903138.
HSL color Cylindrical-coordinate representation of color #625569: hue angle of 279º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #625569 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 85 | 105 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.59 |
| HSL | 279º | 0.11% | 0.37% | - |
| HSV(B) | 279º | 0.19% | 0.41% | - |
| XYZ | 10.84 | 10.11 | 14.75 | - |
| YUV | 91.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 105 | 0.07 | 0.19 | 0 | 0.59 | 279 | 0.11 | 0.37 |
| Hex | 62 | 55 | 69 | 7 | 13 | 0 | 3B | 117 | B | 25 |
| Octal | 142 | 125 | 151 | 7 | 23 | 0 | 73 | 427 | 13 | 45 |
| Binary | 1100010 | 1010101 | 1101001 | 111 | 10011 | 0 | 111011 | 100010111 | 1011 | 100101 |
Color Harmonies of #625569
Complementary color
Monochromatic Colors of #625569
Black with #625569
Text Example
Text Example
White with #625569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625569; }
p { color: rgb(98,85,105); }
H1.HeaderClassName
{
color: #625569;
}
.AnyTagClassName
{
color: #625569;
}
</style>
background-color css
<style>
a { background-color: #625569; }
a { background-color: rgb(98,85,105); }
div.DivClassName
{
background-color: #625569;
}
.BgClassName
{
background-color: #625569;
}
</style>
border-color css
<style>
span { border-color: #625569; }
span { border-color: rgb(98,85,105); }
td.TdClassName
{
border-color: #625569;
}
.TagClassName
{
border-color: #625569;
}
</style>