Shades of Fedora #625768
Tints of Fedora #625768
RGB
CMYK
RGB Variations
Color information
#625768 (or 0x625768) is known color: Fedora. HEX triplet: 62, 57 and 68. RGB value is (98,87,104). Sum of RGB (Red+Green+Blue) = 98+87+104=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 104 - color contains mainly: blue. Hex color #625768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625768 is #9DA897. Grayscale: #5C5C5C. Windows color (decimal): -10332312 or 6838114. OLE color: 6838114.
HSL color Cylindrical-coordinate representation of color #625768: hue angle of 278.82º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625768 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 87 | 104 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.59 |
| HSL | 278.82º | 0.09% | 0.37% | - |
| HSV(B) | 278.82º | 0.16% | 0.41% | - |
| XYZ | 10.94 | 10.41 | 14.53 | - |
| YUV | 92.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 104 | 0.06 | 0.16 | 0 | 0.59 | 278.82 | 0.09 | 0.37 |
| Hex | 62 | 57 | 68 | 6 | 10 | 0 | 3B | 117 | 9 | 25 |
| Octal | 142 | 127 | 150 | 6 | 20 | 0 | 73 | 427 | 11 | 45 |
| Binary | 1100010 | 1010111 | 1101000 | 110 | 10000 | 0 | 111011 | 100010111 | 1001 | 100101 |
Color Harmonies of #625768
Complementary color
Monochromatic Colors of #625768
Black with #625768
Text Example
Text Example
White with #625768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625768; }
p { color: rgb(98,87,104); }
H1.HeaderClassName
{
color: #625768;
}
.AnyTagClassName
{
color: #625768;
}
</style>
background-color css
<style>
a { background-color: #625768; }
a { background-color: rgb(98,87,104); }
div.DivClassName
{
background-color: #625768;
}
.BgClassName
{
background-color: #625768;
}
</style>
border-color css
<style>
span { border-color: #625768; }
span { border-color: rgb(98,87,104); }
td.TdClassName
{
border-color: #625768;
}
.TagClassName
{
border-color: #625768;
}
</style>