Shades of Fedora #614D62
Tints of Fedora #614D62
RGB
CMYK
RGB Variations
Color information
#614D62 (or 0x614D62) is known color: Fedora. HEX triplet: 61, 4D and 62. RGB value is (97,77,98). Sum of RGB (Red+Green+Blue) = 97+77+98=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 98 - color contains mainly: blue. Hex color #614D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D62 is #9EB29D. Grayscale: #555555. Windows color (decimal): -10400414 or 6442337. OLE color: 6442337.
HSL color Cylindrical-coordinate representation of color #614D62: hue angle of 297.14º degrees, saturation: 0.12, 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 #614D62 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 98 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.62 |
| HSL | 297.14º | 0.12% | 0.34% | - |
| HSV(B) | 297.14º | 0.21% | 0.38% | - |
| XYZ | 9.79 | 8.73 | 12.72 | - |
| YUV | 85.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 98 | 0.01 | 0.21 | 0 | 0.62 | 297.14 | 0.12 | 0.34 |
| Hex | 61 | 4D | 62 | 1 | 15 | 0 | 3E | 129 | C | 22 |
| Octal | 141 | 115 | 142 | 1 | 25 | 0 | 76 | 451 | 14 | 42 |
| Binary | 1100001 | 1001101 | 1100010 | 1 | 10101 | 0 | 111110 | 100101001 | 1100 | 100010 |
Color Harmonies of #614D62
Complementary color
Monochromatic Colors of #614D62
Black with #614D62
Text Example
Text Example
White with #614D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D62; }
p { color: rgb(97,77,98); }
H1.HeaderClassName
{
color: #614D62;
}
.AnyTagClassName
{
color: #614D62;
}
</style>
background-color css
<style>
a { background-color: #614D62; }
a { background-color: rgb(97,77,98); }
div.DivClassName
{
background-color: #614D62;
}
.BgClassName
{
background-color: #614D62;
}
</style>
border-color css
<style>
span { border-color: #614D62; }
span { border-color: rgb(97,77,98); }
td.TdClassName
{
border-color: #614D62;
}
.TagClassName
{
border-color: #614D62;
}
</style>