Shades of Fedora #60495F
Tints of Fedora #60495F
RGB
CMYK
RGB Variations
Color information
#60495F (or 0x60495F) is known color: Fedora. HEX triplet: 60, 49 and 5F. RGB value is (96,73,95). Sum of RGB (Red+Green+Blue) = 96+73+95=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #60495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60495F is #9FB6A0. Grayscale: #525252. Windows color (decimal): -10466977 or 6244704. OLE color: 6244704.
HSL color Cylindrical-coordinate representation of color #60495F: hue angle of 302.61º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60495F is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 73 | 95 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.62 |
| HSL | 302.61º | 0.14% | 0.33% | - |
| HSV(B) | 302.61º | 0.24% | 0.38% | - |
| XYZ | 9.27 | 8.08 | 11.9 | - |
| YUV | 82.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 95 | 0 | 0.24 | 0.01 | 0.62 | 302.61 | 0.14 | 0.33 |
| Hex | 60 | 49 | 5F | 0 | 18 | 1 | 3E | 12F | E | 21 |
| Octal | 140 | 111 | 137 | 0 | 30 | 1 | 76 | 457 | 16 | 41 |
| Binary | 1100000 | 1001001 | 1011111 | 0 | 11000 | 1 | 111110 | 100101111 | 1110 | 100001 |
Color Harmonies of #60495F
Complementary color
Monochromatic Colors of #60495F
Black with #60495F
Text Example
Text Example
White with #60495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60495F; }
p { color: rgb(96,73,95); }
H1.HeaderClassName
{
color: #60495F;
}
.AnyTagClassName
{
color: #60495F;
}
</style>
background-color css
<style>
a { background-color: #60495F; }
a { background-color: rgb(96,73,95); }
div.DivClassName
{
background-color: #60495F;
}
.BgClassName
{
background-color: #60495F;
}
</style>
border-color css
<style>
span { border-color: #60495F; }
span { border-color: rgb(96,73,95); }
td.TdClassName
{
border-color: #60495F;
}
.TagClassName
{
border-color: #60495F;
}
</style>