Shades of Fedora #605561
Tints of Fedora #605561
RGB
CMYK
RGB Variations
Color information
#605561 (or 0x605561) is known color: Fedora. HEX triplet: 60, 55 and 61. RGB value is (96,85,97). Sum of RGB (Red+Green+Blue) = 96+85+97=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 97 - color contains mainly: blue. Hex color #605561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605561 is #9FAA9E. Grayscale: #595959. Windows color (decimal): -10463903 or 6378848. OLE color: 6378848.
HSL color Cylindrical-coordinate representation of color #605561: hue angle of 295º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605561 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 97 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.62 |
| HSL | 295º | 0.07% | 0.36% | - |
| HSV(B) | 295º | 0.12% | 0.38% | - |
| XYZ | 10.23 | 9.85 | 12.67 | - |
| YUV | 89.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 97 | 0.01 | 0.12 | 0 | 0.62 | 295 | 0.07 | 0.36 |
| Hex | 60 | 55 | 61 | 1 | C | 0 | 3E | 127 | 7 | 24 |
| Octal | 140 | 125 | 141 | 1 | 14 | 0 | 76 | 447 | 7 | 44 |
| Binary | 1100000 | 1010101 | 1100001 | 1 | 1100 | 0 | 111110 | 100100111 | 111 | 100100 |
Color Harmonies of #605561
Complementary color
Monochromatic Colors of #605561
Black with #605561
Text Example
Text Example
White with #605561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605561; }
p { color: rgb(96,85,97); }
H1.HeaderClassName
{
color: #605561;
}
.AnyTagClassName
{
color: #605561;
}
</style>
background-color css
<style>
a { background-color: #605561; }
a { background-color: rgb(96,85,97); }
div.DivClassName
{
background-color: #605561;
}
.BgClassName
{
background-color: #605561;
}
</style>
border-color css
<style>
span { border-color: #605561; }
span { border-color: rgb(96,85,97); }
td.TdClassName
{
border-color: #605561;
}
.TagClassName
{
border-color: #605561;
}
</style>