Shades of Fedora #614E63
Tints of Fedora #614E63
RGB
CMYK
RGB Variations
Color information
#614E63 (or 0x614E63) is known color: Fedora. HEX triplet: 61, 4E and 63. RGB value is (97,78,99). Sum of RGB (Red+Green+Blue) = 97+78+99=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #614E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E63 is #9EB19C. Grayscale: #565656. Windows color (decimal): -10400157 or 6508129. OLE color: 6508129.
HSL color Cylindrical-coordinate representation of color #614E63: hue angle of 294.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #614E63 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 78 | 99 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.61 |
| HSL | 294.29º | 0.12% | 0.35% | - |
| HSV(B) | 294.29º | 0.21% | 0.39% | - |
| XYZ | 9.91 | 8.89 | 13 | - |
| YUV | 86.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 99 | 0.02 | 0.21 | 0 | 0.61 | 294.29 | 0.12 | 0.35 |
| Hex | 61 | 4E | 63 | 2 | 15 | 0 | 3D | 126 | C | 23 |
| Octal | 141 | 116 | 143 | 2 | 25 | 0 | 75 | 446 | 14 | 43 |
| Binary | 1100001 | 1001110 | 1100011 | 10 | 10101 | 0 | 111101 | 100100110 | 1100 | 100011 |
Color Harmonies of #614E63
Complementary color
Monochromatic Colors of #614E63
Black with #614E63
Text Example
Text Example
White with #614E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E63; }
p { color: rgb(97,78,99); }
H1.HeaderClassName
{
color: #614E63;
}
.AnyTagClassName
{
color: #614E63;
}
</style>
background-color css
<style>
a { background-color: #614E63; }
a { background-color: rgb(97,78,99); }
div.DivClassName
{
background-color: #614E63;
}
.BgClassName
{
background-color: #614E63;
}
</style>
border-color css
<style>
span { border-color: #614E63; }
span { border-color: rgb(97,78,99); }
td.TdClassName
{
border-color: #614E63;
}
.TagClassName
{
border-color: #614E63;
}
</style>