Shades of Fedora #604D63
Tints of Fedora #604D63
RGB
CMYK
RGB Variations
Color information
#604D63 (or 0x604D63) is known color: Fedora. HEX triplet: 60, 4D and 63. RGB value is (96,77,99). Sum of RGB (Red+Green+Blue) = 96+77+99=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #604D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D63 is #9FB29C. Grayscale: #555555. Windows color (decimal): -10465949 or 6507872. OLE color: 6507872.
HSL color Cylindrical-coordinate representation of color #604D63: hue angle of 291.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #604D63 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 77 | 99 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.61 |
| HSL | 291.82º | 0.13% | 0.35% | - |
| HSV(B) | 291.82º | 0.22% | 0.39% | - |
| XYZ | 9.73 | 8.7 | 12.97 | - |
| YUV | 85.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 99 | 0.03 | 0.22 | 0 | 0.61 | 291.82 | 0.13 | 0.35 |
| Hex | 60 | 4D | 63 | 3 | 16 | 0 | 3D | 124 | C | 23 |
| Octal | 140 | 115 | 143 | 3 | 26 | 0 | 75 | 444 | 14 | 43 |
| Binary | 1100000 | 1001101 | 1100011 | 11 | 10110 | 0 | 111101 | 100100100 | 1100 | 100011 |
Color Harmonies of #604D63
Complementary color
Monochromatic Colors of #604D63
Black with #604D63
Text Example
Text Example
White with #604D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D63; }
p { color: rgb(96,77,99); }
H1.HeaderClassName
{
color: #604D63;
}
.AnyTagClassName
{
color: #604D63;
}
</style>
background-color css
<style>
a { background-color: #604D63; }
a { background-color: rgb(96,77,99); }
div.DivClassName
{
background-color: #604D63;
}
.BgClassName
{
background-color: #604D63;
}
</style>
border-color css
<style>
span { border-color: #604D63; }
span { border-color: rgb(96,77,99); }
td.TdClassName
{
border-color: #604D63;
}
.TagClassName
{
border-color: #604D63;
}
</style>