Shades of Fedora #605461
Tints of Fedora #605461
RGB
CMYK
RGB Variations
Color information
#605461 (or 0x605461) is known color: Fedora. HEX triplet: 60, 54 and 61. RGB value is (96,84,97). Sum of RGB (Red+Green+Blue) = 96+84+97=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 97 - color contains mainly: blue. Hex color #605461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605461 is #9FAB9E. Grayscale: #595959. Windows color (decimal): -10464159 or 6378592. OLE color: 6378592.
HSL color Cylindrical-coordinate representation of color #605461: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #605461 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 84 | 97 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.62 |
| HSL | 295.38º | 0.07% | 0.35% | - |
| HSV(B) | 295.38º | 0.13% | 0.38% | - |
| XYZ | 10.15 | 9.69 | 12.64 | - |
| YUV | 89.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 97 | 0.01 | 0.13 | 0 | 0.62 | 295.38 | 0.07 | 0.35 |
| Hex | 60 | 54 | 61 | 1 | D | 0 | 3E | 127 | 7 | 23 |
| Octal | 140 | 124 | 141 | 1 | 15 | 0 | 76 | 447 | 7 | 43 |
| Binary | 1100000 | 1010100 | 1100001 | 1 | 1101 | 0 | 111110 | 100100111 | 111 | 100011 |
Color Harmonies of #605461
Complementary color
Monochromatic Colors of #605461
Black with #605461
Text Example
Text Example
White with #605461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605461; }
p { color: rgb(96,84,97); }
H1.HeaderClassName
{
color: #605461;
}
.AnyTagClassName
{
color: #605461;
}
</style>
background-color css
<style>
a { background-color: #605461; }
a { background-color: rgb(96,84,97); }
div.DivClassName
{
background-color: #605461;
}
.BgClassName
{
background-color: #605461;
}
</style>
border-color css
<style>
span { border-color: #605461; }
span { border-color: rgb(96,84,97); }
td.TdClassName
{
border-color: #605461;
}
.TagClassName
{
border-color: #605461;
}
</style>