Shades of Fedora #614765
Tints of Fedora #614765
RGB
CMYK
RGB Variations
Color information
#614765 (or 0x614765) is known color: Fedora. HEX triplet: 61, 47 and 65. RGB value is (97,71,101). Sum of RGB (Red+Green+Blue) = 97+71+101=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #614765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614765 is #9EB89A. Grayscale: #525252. Windows color (decimal): -10401947 or 6637409. OLE color: 6637409.
HSL color Cylindrical-coordinate representation of color #614765: hue angle of 292º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614765 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 71 | 101 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.60 |
| HSL | 292º | 0.17% | 0.34% | - |
| HSV(B) | 292º | 0.3% | 0.4% | - |
| XYZ | 9.53 | 7.99 | 13.35 | - |
| YUV | 82.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 101 | 0.04 | 0.30 | 0 | 0.60 | 292 | 0.17 | 0.34 |
| Hex | 61 | 47 | 65 | 4 | 1E | 0 | 3C | 124 | 11 | 22 |
| Octal | 141 | 107 | 145 | 4 | 36 | 0 | 74 | 444 | 21 | 42 |
| Binary | 1100001 | 1000111 | 1100101 | 100 | 11110 | 0 | 111100 | 100100100 | 10001 | 100010 |
Color Harmonies of #614765
Complementary color
Monochromatic Colors of #614765
Black with #614765
Text Example
Text Example
White with #614765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614765; }
p { color: rgb(97,71,101); }
H1.HeaderClassName
{
color: #614765;
}
.AnyTagClassName
{
color: #614765;
}
</style>
background-color css
<style>
a { background-color: #614765; }
a { background-color: rgb(97,71,101); }
div.DivClassName
{
background-color: #614765;
}
.BgClassName
{
background-color: #614765;
}
</style>
border-color css
<style>
span { border-color: #614765; }
span { border-color: rgb(97,71,101); }
td.TdClassName
{
border-color: #614765;
}
.TagClassName
{
border-color: #614765;
}
</style>