Shades of Fedora #614B60
Tints of Fedora #614B60
RGB
CMYK
RGB Variations
Color information
#614B60 (or 0x614B60) is known color: Fedora. HEX triplet: 61, 4B and 60. RGB value is (97,75,96). Sum of RGB (Red+Green+Blue) = 97+75+96=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #614B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B60 is #9EB49F. Grayscale: #535353. Windows color (decimal): -10400928 or 6310753. OLE color: 6310753.
HSL color Cylindrical-coordinate representation of color #614B60: hue angle of 302.73º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614B60 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 96 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.62 |
| HSL | 302.73º | 0.13% | 0.34% | - |
| HSV(B) | 302.73º | 0.23% | 0.38% | - |
| XYZ | 9.56 | 8.42 | 12.19 | - |
| YUV | 83.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 96 | 0 | 0.23 | 0.01 | 0.62 | 302.73 | 0.13 | 0.34 |
| Hex | 61 | 4B | 60 | 0 | 17 | 1 | 3E | 12F | D | 22 |
| Octal | 141 | 113 | 140 | 0 | 27 | 1 | 76 | 457 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1100000 | 0 | 10111 | 1 | 111110 | 100101111 | 1101 | 100010 |
Color Harmonies of #614B60
Complementary color
Monochromatic Colors of #614B60
Black with #614B60
Text Example
Text Example
White with #614B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B60; }
p { color: rgb(97,75,96); }
H1.HeaderClassName
{
color: #614B60;
}
.AnyTagClassName
{
color: #614B60;
}
</style>
background-color css
<style>
a { background-color: #614B60; }
a { background-color: rgb(97,75,96); }
div.DivClassName
{
background-color: #614B60;
}
.BgClassName
{
background-color: #614B60;
}
</style>
border-color css
<style>
span { border-color: #614B60; }
span { border-color: rgb(97,75,96); }
td.TdClassName
{
border-color: #614B60;
}
.TagClassName
{
border-color: #614B60;
}
</style>