Shades of Fedora #614E6B
Tints of Fedora #614E6B
RGB
CMYK
RGB Variations
Color information
#614E6B (or 0x614E6B) is known color: Fedora. HEX triplet: 61, 4E and 6B. RGB value is (97,78,107). Sum of RGB (Red+Green+Blue) = 97+78+107=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #614E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E6B is #9EB194. Grayscale: #565656. Windows color (decimal): -10400149 or 7032417. OLE color: 7032417.
HSL color Cylindrical-coordinate representation of color #614E6B: hue angle of 279.31º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614E6B is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 78 | 107 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.58 |
| HSL | 279.31º | 0.16% | 0.36% | - |
| HSV(B) | 279.31º | 0.27% | 0.42% | - |
| XYZ | 10.31 | 9.05 | 15.11 | - |
| YUV | 86.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 107 | 0.09 | 0.27 | 0 | 0.58 | 279.31 | 0.16 | 0.36 |
| Hex | 61 | 4E | 6B | 9 | 1B | 0 | 3A | 117 | 10 | 24 |
| Octal | 141 | 116 | 153 | 11 | 33 | 0 | 72 | 427 | 20 | 44 |
| Binary | 1100001 | 1001110 | 1101011 | 1001 | 11011 | 0 | 111010 | 100010111 | 10000 | 100100 |
Color Harmonies of #614E6B
Complementary color
Monochromatic Colors of #614E6B
Black with #614E6B
Text Example
Text Example
White with #614E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E6B; }
p { color: rgb(97,78,107); }
H1.HeaderClassName
{
color: #614E6B;
}
.AnyTagClassName
{
color: #614E6B;
}
</style>
background-color css
<style>
a { background-color: #614E6B; }
a { background-color: rgb(97,78,107); }
div.DivClassName
{
background-color: #614E6B;
}
.BgClassName
{
background-color: #614E6B;
}
</style>
border-color css
<style>
span { border-color: #614E6B; }
span { border-color: rgb(97,78,107); }
td.TdClassName
{
border-color: #614E6B;
}
.TagClassName
{
border-color: #614E6B;
}
</style>