Shades of Fedora #614D60
Tints of Fedora #614D60
RGB
CMYK
RGB Variations
Color information
#614D60 (or 0x614D60) is known color: Fedora. HEX triplet: 61, 4D and 60. RGB value is (97,77,96). Sum of RGB (Red+Green+Blue) = 97+77+96=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #614D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D60 is #9EB29F. Grayscale: #555555. Windows color (decimal): -10400416 or 6311265. OLE color: 6311265.
HSL color Cylindrical-coordinate representation of color #614D60: hue angle of 303º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #614D60 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 96 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.62 |
| HSL | 303º | 0.11% | 0.34% | - |
| HSV(B) | 303º | 0.21% | 0.38% | - |
| XYZ | 9.69 | 8.69 | 12.23 | - |
| YUV | 85.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 96 | 0 | 0.21 | 0.01 | 0.62 | 303 | 0.11 | 0.34 |
| Hex | 61 | 4D | 60 | 0 | 15 | 1 | 3E | 12F | B | 22 |
| Octal | 141 | 115 | 140 | 0 | 25 | 1 | 76 | 457 | 13 | 42 |
| Binary | 1100001 | 1001101 | 1100000 | 0 | 10101 | 1 | 111110 | 100101111 | 1011 | 100010 |
Color Harmonies of #614D60
Complementary color
Monochromatic Colors of #614D60
Black with #614D60
Text Example
Text Example
White with #614D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D60; }
p { color: rgb(97,77,96); }
H1.HeaderClassName
{
color: #614D60;
}
.AnyTagClassName
{
color: #614D60;
}
</style>
background-color css
<style>
a { background-color: #614D60; }
a { background-color: rgb(97,77,96); }
div.DivClassName
{
background-color: #614D60;
}
.BgClassName
{
background-color: #614D60;
}
</style>
border-color css
<style>
span { border-color: #614D60; }
span { border-color: rgb(97,77,96); }
td.TdClassName
{
border-color: #614D60;
}
.TagClassName
{
border-color: #614D60;
}
</style>