Shades of Fedora #605460
Tints of Fedora #605460
RGB
CMYK
RGB Variations
Color information
#605460 (or 0x605460) is known color: Fedora. HEX triplet: 60, 54 and 60. RGB value is (96,84,96). Sum of RGB (Red+Green+Blue) = 96+84+96=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605460 is #9FAB9F. Grayscale: #585858. Windows color (decimal): -10464160 or 6313056. OLE color: 6313056.
HSL color Cylindrical-coordinate representation of color #605460: hue angle of 300º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605460 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 96 | - |
| CMYK | 0 | 0.12 | 0 | 0.62 |
| HSL | 300º | 0.07% | 0.35% | - |
| HSV(B) | 300º | 0.13% | 0.38% | - |
| XYZ | 10.11 | 9.67 | 12.4 | - |
| YUV | 88.96 | 131.98 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 96 | 0 | 0.12 | 0 | 0.62 | 300 | 0.07 | 0.35 |
| Hex | 60 | 54 | 60 | 0 | C | 0 | 3E | 12C | 7 | 23 |
| Octal | 140 | 124 | 140 | 0 | 14 | 0 | 76 | 454 | 7 | 43 |
| Binary | 1100000 | 1010100 | 1100000 | 0 | 1100 | 0 | 111110 | 100101100 | 111 | 100011 |
Color Harmonies of #605460
Complementary color
Monochromatic Colors of #605460
Black with #605460
Text Example
Text Example
White with #605460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605460; }
p { color: rgb(96,84,96); }
H1.HeaderClassName
{
color: #605460;
}
.AnyTagClassName
{
color: #605460;
}
</style>
background-color css
<style>
a { background-color: #605460; }
a { background-color: rgb(96,84,96); }
div.DivClassName
{
background-color: #605460;
}
.BgClassName
{
background-color: #605460;
}
</style>
border-color css
<style>
span { border-color: #605460; }
span { border-color: rgb(96,84,96); }
td.TdClassName
{
border-color: #605460;
}
.TagClassName
{
border-color: #605460;
}
</style>