Shades of Fedora #604963
Tints of Fedora #604963
RGB
CMYK
RGB Variations
Color information
#604963 (or 0x604963) is known color: Fedora. HEX triplet: 60, 49 and 63. RGB value is (96,73,99). Sum of RGB (Red+Green+Blue) = 96+73+99=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 99 - color contains mainly: blue. Hex color #604963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604963 is #9FB69C. Grayscale: #525252. Windows color (decimal): -10466973 or 6506848. OLE color: 6506848.
HSL color Cylindrical-coordinate representation of color #604963: hue angle of 293.08º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #604963 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 73 | 99 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.61 |
| HSL | 293.08º | 0.15% | 0.34% | - |
| HSV(B) | 293.08º | 0.26% | 0.39% | - |
| XYZ | 9.46 | 8.15 | 12.88 | - |
| YUV | 82.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 99 | 0.03 | 0.26 | 0 | 0.61 | 293.08 | 0.15 | 0.34 |
| Hex | 60 | 49 | 63 | 3 | 1A | 0 | 3D | 125 | F | 22 |
| Octal | 140 | 111 | 143 | 3 | 32 | 0 | 75 | 445 | 17 | 42 |
| Binary | 1100000 | 1001001 | 1100011 | 11 | 11010 | 0 | 111101 | 100100101 | 1111 | 100010 |
Color Harmonies of #604963
Complementary color
Monochromatic Colors of #604963
Black with #604963
Text Example
Text Example
White with #604963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604963; }
p { color: rgb(96,73,99); }
H1.HeaderClassName
{
color: #604963;
}
.AnyTagClassName
{
color: #604963;
}
</style>
background-color css
<style>
a { background-color: #604963; }
a { background-color: rgb(96,73,99); }
div.DivClassName
{
background-color: #604963;
}
.BgClassName
{
background-color: #604963;
}
</style>
border-color css
<style>
span { border-color: #604963; }
span { border-color: rgb(96,73,99); }
td.TdClassName
{
border-color: #604963;
}
.TagClassName
{
border-color: #604963;
}
</style>