Shades of Fedora #604D62
Tints of Fedora #604D62
RGB
CMYK
RGB Variations
Color information
#604D62 (or 0x604D62) is known color: Fedora. HEX triplet: 60, 4D and 62. RGB value is (96,77,98). Sum of RGB (Red+Green+Blue) = 96+77+98=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 98 - color contains mainly: blue. Hex color #604D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D62 is #9FB29D. Grayscale: #555555. Windows color (decimal): -10465950 or 6442336. OLE color: 6442336.
HSL color Cylindrical-coordinate representation of color #604D62: hue angle of 294.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #604D62 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 98 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.62 |
| HSL | 294.29º | 0.12% | 0.34% | - |
| HSV(B) | 294.29º | 0.21% | 0.38% | - |
| XYZ | 9.68 | 8.68 | 12.72 | - |
| YUV | 85.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 98 | 0.02 | 0.21 | 0 | 0.62 | 294.29 | 0.12 | 0.34 |
| Hex | 60 | 4D | 62 | 2 | 15 | 0 | 3E | 126 | C | 22 |
| Octal | 140 | 115 | 142 | 2 | 25 | 0 | 76 | 446 | 14 | 42 |
| Binary | 1100000 | 1001101 | 1100010 | 10 | 10101 | 0 | 111110 | 100100110 | 1100 | 100010 |
Color Harmonies of #604D62
Complementary color
Monochromatic Colors of #604D62
Black with #604D62
Text Example
Text Example
White with #604D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D62; }
p { color: rgb(96,77,98); }
H1.HeaderClassName
{
color: #604D62;
}
.AnyTagClassName
{
color: #604D62;
}
</style>
background-color css
<style>
a { background-color: #604D62; }
a { background-color: rgb(96,77,98); }
div.DivClassName
{
background-color: #604D62;
}
.BgClassName
{
background-color: #604D62;
}
</style>
border-color css
<style>
span { border-color: #604D62; }
span { border-color: rgb(96,77,98); }
td.TdClassName
{
border-color: #604D62;
}
.TagClassName
{
border-color: #604D62;
}
</style>