Shades of Fedora #614E68
Tints of Fedora #614E68
RGB
CMYK
RGB Variations
Color information
#614E68 (or 0x614E68) is known color: Fedora. HEX triplet: 61, 4E and 68. RGB value is (97,78,104). Sum of RGB (Red+Green+Blue) = 97+78+104=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #614E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E68 is #9EB197. Grayscale: #565656. Windows color (decimal): -10400152 or 6835809. OLE color: 6835809.
HSL color Cylindrical-coordinate representation of color #614E68: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #614E68 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 78 | 104 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.59 |
| HSL | 283.85º | 0.14% | 0.36% | - |
| HSV(B) | 283.85º | 0.25% | 0.41% | - |
| XYZ | 10.15 | 8.99 | 14.3 | - |
| YUV | 86.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 104 | 0.07 | 0.25 | 0 | 0.59 | 283.85 | 0.14 | 0.36 |
| Hex | 61 | 4E | 68 | 7 | 19 | 0 | 3B | 11C | E | 24 |
| Octal | 141 | 116 | 150 | 7 | 31 | 0 | 73 | 434 | 16 | 44 |
| Binary | 1100001 | 1001110 | 1101000 | 111 | 11001 | 0 | 111011 | 100011100 | 1110 | 100100 |
Color Harmonies of #614E68
Complementary color
Monochromatic Colors of #614E68
Black with #614E68
Text Example
Text Example
White with #614E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E68; }
p { color: rgb(97,78,104); }
H1.HeaderClassName
{
color: #614E68;
}
.AnyTagClassName
{
color: #614E68;
}
</style>
background-color css
<style>
a { background-color: #614E68; }
a { background-color: rgb(97,78,104); }
div.DivClassName
{
background-color: #614E68;
}
.BgClassName
{
background-color: #614E68;
}
</style>
border-color css
<style>
span { border-color: #614E68; }
span { border-color: rgb(97,78,104); }
td.TdClassName
{
border-color: #614E68;
}
.TagClassName
{
border-color: #614E68;
}
</style>