Shades of Fedora #614D69
Tints of Fedora #614D69
RGB
CMYK
RGB Variations
Color information
#614D69 (or 0x614D69) is known color: Fedora. HEX triplet: 61, 4D and 69. RGB value is (97,77,105). Sum of RGB (Red+Green+Blue) = 97+77+105=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #614D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D69 is #9EB296. Grayscale: #565656. Windows color (decimal): -10400407 or 6901089. OLE color: 6901089.
HSL color Cylindrical-coordinate representation of color #614D69: hue angle of 282.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614D69 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 77 | 105 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.59 |
| HSL | 282.86º | 0.15% | 0.36% | - |
| HSV(B) | 282.86º | 0.27% | 0.41% | - |
| XYZ | 10.13 | 8.87 | 14.54 | - |
| YUV | 86.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 105 | 0.08 | 0.27 | 0 | 0.59 | 282.86 | 0.15 | 0.36 |
| Hex | 61 | 4D | 69 | 8 | 1B | 0 | 3B | 11B | F | 24 |
| Octal | 141 | 115 | 151 | 10 | 33 | 0 | 73 | 433 | 17 | 44 |
| Binary | 1100001 | 1001101 | 1101001 | 1000 | 11011 | 0 | 111011 | 100011011 | 1111 | 100100 |
Color Harmonies of #614D69
Complementary color
Monochromatic Colors of #614D69
Black with #614D69
Text Example
Text Example
White with #614D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D69; }
p { color: rgb(97,77,105); }
H1.HeaderClassName
{
color: #614D69;
}
.AnyTagClassName
{
color: #614D69;
}
</style>
background-color css
<style>
a { background-color: #614D69; }
a { background-color: rgb(97,77,105); }
div.DivClassName
{
background-color: #614D69;
}
.BgClassName
{
background-color: #614D69;
}
</style>
border-color css
<style>
span { border-color: #614D69; }
span { border-color: rgb(97,77,105); }
td.TdClassName
{
border-color: #614D69;
}
.TagClassName
{
border-color: #614D69;
}
</style>