Shades of Fedora #614C60
Tints of Fedora #614C60
RGB
CMYK
RGB Variations
Color information
#614C60 (or 0x614C60) is known color: Fedora. HEX triplet: 61, 4C and 60. RGB value is (97,76,96). Sum of RGB (Red+Green+Blue) = 97+76+96=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #614C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C60 is #9EB39F. Grayscale: #545454. Windows color (decimal): -10400672 or 6311009. OLE color: 6311009.
HSL color Cylindrical-coordinate representation of color #614C60: hue angle of 302.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #614C60 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 96 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.62 |
| HSL | 302.86º | 0.12% | 0.34% | - |
| HSV(B) | 302.86º | 0.22% | 0.38% | - |
| XYZ | 9.63 | 8.55 | 12.21 | - |
| YUV | 84.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 96 | 0 | 0.22 | 0.01 | 0.62 | 302.86 | 0.12 | 0.34 |
| Hex | 61 | 4C | 60 | 0 | 16 | 1 | 3E | 12F | C | 22 |
| Octal | 141 | 114 | 140 | 0 | 26 | 1 | 76 | 457 | 14 | 42 |
| Binary | 1100001 | 1001100 | 1100000 | 0 | 10110 | 1 | 111110 | 100101111 | 1100 | 100010 |
Color Harmonies of #614C60
Complementary color
Monochromatic Colors of #614C60
Black with #614C60
Text Example
Text Example
White with #614C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C60; }
p { color: rgb(97,76,96); }
H1.HeaderClassName
{
color: #614C60;
}
.AnyTagClassName
{
color: #614C60;
}
</style>
background-color css
<style>
a { background-color: #614C60; }
a { background-color: rgb(97,76,96); }
div.DivClassName
{
background-color: #614C60;
}
.BgClassName
{
background-color: #614C60;
}
</style>
border-color css
<style>
span { border-color: #614C60; }
span { border-color: rgb(97,76,96); }
td.TdClassName
{
border-color: #614C60;
}
.TagClassName
{
border-color: #614C60;
}
</style>