Shades of Fedora #614C61
Tints of Fedora #614C61
RGB
CMYK
RGB Variations
Color information
#614C61 (or 0x614C61) is known color: Fedora. HEX triplet: 61, 4C and 61. RGB value is (97,76,97). Sum of RGB (Red+Green+Blue) = 97+76+97=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C61 is #9EB39E. Grayscale: #545454. Windows color (decimal): -10400671 or 6376545. OLE color: 6376545.
HSL color Cylindrical-coordinate representation of color #614C61: hue angle of 300º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #614C61 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 97 | - |
| CMYK | 0 | 0.22 | 0 | 0.62 |
| HSL | 300º | 0.12% | 0.34% | - |
| HSV(B) | 300º | 0.22% | 0.38% | - |
| XYZ | 9.67 | 8.57 | 12.45 | - |
| YUV | 84.67 | 134.96 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 97 | 0 | 0.22 | 0 | 0.62 | 300 | 0.12 | 0.34 |
| Hex | 61 | 4C | 61 | 0 | 16 | 0 | 3E | 12C | C | 22 |
| Octal | 141 | 114 | 141 | 0 | 26 | 0 | 76 | 454 | 14 | 42 |
| Binary | 1100001 | 1001100 | 1100001 | 0 | 10110 | 0 | 111110 | 100101100 | 1100 | 100010 |
Color Harmonies of #614C61
Complementary color
Monochromatic Colors of #614C61
Black with #614C61
Text Example
Text Example
White with #614C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C61; }
p { color: rgb(97,76,97); }
H1.HeaderClassName
{
color: #614C61;
}
.AnyTagClassName
{
color: #614C61;
}
</style>
background-color css
<style>
a { background-color: #614C61; }
a { background-color: rgb(97,76,97); }
div.DivClassName
{
background-color: #614C61;
}
.BgClassName
{
background-color: #614C61;
}
</style>
border-color css
<style>
span { border-color: #614C61; }
span { border-color: rgb(97,76,97); }
td.TdClassName
{
border-color: #614C61;
}
.TagClassName
{
border-color: #614C61;
}
</style>