Shades of Fedora #614D68
Tints of Fedora #614D68
RGB
CMYK
RGB Variations
Color information
#614D68 (or 0x614D68) is known color: Fedora. HEX triplet: 61, 4D and 68. RGB value is (97,77,104). Sum of RGB (Red+Green+Blue) = 97+77+104=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 104 - color contains mainly: blue. Hex color #614D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D68 is #9EB297. Grayscale: #555555. Windows color (decimal): -10400408 or 6835553. OLE color: 6835553.
HSL color Cylindrical-coordinate representation of color #614D68: hue angle of 284.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614D68 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 77 | 104 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.59 |
| HSL | 284.44º | 0.15% | 0.35% | - |
| HSV(B) | 284.44º | 0.26% | 0.41% | - |
| XYZ | 10.08 | 8.85 | 14.27 | - |
| YUV | 86.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 104 | 0.07 | 0.26 | 0 | 0.59 | 284.44 | 0.15 | 0.35 |
| Hex | 61 | 4D | 68 | 7 | 1A | 0 | 3B | 11C | F | 23 |
| Octal | 141 | 115 | 150 | 7 | 32 | 0 | 73 | 434 | 17 | 43 |
| Binary | 1100001 | 1001101 | 1101000 | 111 | 11010 | 0 | 111011 | 100011100 | 1111 | 100011 |
Color Harmonies of #614D68
Complementary color
Monochromatic Colors of #614D68
Black with #614D68
Text Example
Text Example
White with #614D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D68; }
p { color: rgb(97,77,104); }
H1.HeaderClassName
{
color: #614D68;
}
.AnyTagClassName
{
color: #614D68;
}
</style>
background-color css
<style>
a { background-color: #614D68; }
a { background-color: rgb(97,77,104); }
div.DivClassName
{
background-color: #614D68;
}
.BgClassName
{
background-color: #614D68;
}
</style>
border-color css
<style>
span { border-color: #614D68; }
span { border-color: rgb(97,77,104); }
td.TdClassName
{
border-color: #614D68;
}
.TagClassName
{
border-color: #614D68;
}
</style>