Shades of Fedora #625365
Tints of Fedora #625365
RGB
CMYK
RGB Variations
Color information
#625365 (or 0x625365) is known color: Fedora. HEX triplet: 62, 53 and 65. RGB value is (98,83,101). Sum of RGB (Red+Green+Blue) = 98+83+101=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #625365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625365 is #9DAC9A. Grayscale: #595959. Windows color (decimal): -10333339 or 6640482. OLE color: 6640482.
HSL color Cylindrical-coordinate representation of color #625365: hue angle of 290º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625365 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 83 | 101 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.60 |
| HSL | 290º | 0.1% | 0.36% | - |
| HSV(B) | 290º | 0.18% | 0.4% | - |
| XYZ | 10.48 | 9.72 | 13.64 | - |
| YUV | 89.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 101 | 0.03 | 0.18 | 0 | 0.60 | 290 | 0.1 | 0.36 |
| Hex | 62 | 53 | 65 | 3 | 12 | 0 | 3C | 122 | A | 24 |
| Octal | 142 | 123 | 145 | 3 | 22 | 0 | 74 | 442 | 12 | 44 |
| Binary | 1100010 | 1010011 | 1100101 | 11 | 10010 | 0 | 111100 | 100100010 | 1010 | 100100 |
Color Harmonies of #625365
Complementary color
Monochromatic Colors of #625365
Black with #625365
Text Example
Text Example
White with #625365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625365; }
p { color: rgb(98,83,101); }
H1.HeaderClassName
{
color: #625365;
}
.AnyTagClassName
{
color: #625365;
}
</style>
background-color css
<style>
a { background-color: #625365; }
a { background-color: rgb(98,83,101); }
div.DivClassName
{
background-color: #625365;
}
.BgClassName
{
background-color: #625365;
}
</style>
border-color css
<style>
span { border-color: #625365; }
span { border-color: rgb(98,83,101); }
td.TdClassName
{
border-color: #625365;
}
.TagClassName
{
border-color: #625365;
}
</style>