Shades of Fedora #614E6C
Tints of Fedora #614E6C
RGB
CMYK
RGB Variations
Color information
#614E6C (or 0x614E6C) is known color: Fedora. HEX triplet: 61, 4E and 6C. RGB value is (97,78,108). Sum of RGB (Red+Green+Blue) = 97+78+108=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #614E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E6C is #9EB193. Grayscale: #565656. Windows color (decimal): -10400148 or 7097953. OLE color: 7097953.
HSL color Cylindrical-coordinate representation of color #614E6C: hue angle of 278º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614E6C is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 78 | 108 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.58 |
| HSL | 278º | 0.16% | 0.36% | - |
| HSV(B) | 278º | 0.28% | 0.42% | - |
| XYZ | 10.36 | 9.07 | 15.39 | - |
| YUV | 87.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 108 | 0.10 | 0.28 | 0 | 0.58 | 278 | 0.16 | 0.36 |
| Hex | 61 | 4E | 6C | A | 1C | 0 | 3A | 116 | 10 | 24 |
| Octal | 141 | 116 | 154 | 12 | 34 | 0 | 72 | 426 | 20 | 44 |
| Binary | 1100001 | 1001110 | 1101100 | 1010 | 11100 | 0 | 111010 | 100010110 | 10000 | 100100 |
Color Harmonies of #614E6C
Complementary color
Monochromatic Colors of #614E6C
Black with #614E6C
Text Example
Text Example
White with #614E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E6C; }
p { color: rgb(97,78,108); }
H1.HeaderClassName
{
color: #614E6C;
}
.AnyTagClassName
{
color: #614E6C;
}
</style>
background-color css
<style>
a { background-color: #614E6C; }
a { background-color: rgb(97,78,108); }
div.DivClassName
{
background-color: #614E6C;
}
.BgClassName
{
background-color: #614E6C;
}
</style>
border-color css
<style>
span { border-color: #614E6C; }
span { border-color: rgb(97,78,108); }
td.TdClassName
{
border-color: #614E6C;
}
.TagClassName
{
border-color: #614E6C;
}
</style>