Shades of Fedora #614768
Tints of Fedora #614768
RGB
CMYK
RGB Variations
Color information
#614768 (or 0x614768) is known color: Fedora. HEX triplet: 61, 47 and 68. RGB value is (97,71,104). Sum of RGB (Red+Green+Blue) = 97+71+104=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #614768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614768 is #9EB897. Grayscale: #525252. Windows color (decimal): -10401944 or 6834017. OLE color: 6834017.
HSL color Cylindrical-coordinate representation of color #614768: hue angle of 287.27º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #614768 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 71 | 104 | - |
| CMYK | 0.07 | 0.32 | 0 | 0.59 |
| HSL | 287.27º | 0.19% | 0.34% | - |
| HSV(B) | 287.27º | 0.32% | 0.41% | - |
| XYZ | 9.68 | 8.05 | 14.14 | - |
| YUV | 82.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 104 | 0.07 | 0.32 | 0 | 0.59 | 287.27 | 0.19 | 0.34 |
| Hex | 61 | 47 | 68 | 7 | 20 | 0 | 3B | 11F | 13 | 22 |
| Octal | 141 | 107 | 150 | 7 | 40 | 0 | 73 | 437 | 23 | 42 |
| Binary | 1100001 | 1000111 | 1101000 | 111 | 100000 | 0 | 111011 | 100011111 | 10011 | 100010 |
Color Harmonies of #614768
Complementary color
Monochromatic Colors of #614768
Black with #614768
Text Example
Text Example
White with #614768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614768; }
p { color: rgb(97,71,104); }
H1.HeaderClassName
{
color: #614768;
}
.AnyTagClassName
{
color: #614768;
}
</style>
background-color css
<style>
a { background-color: #614768; }
a { background-color: rgb(97,71,104); }
div.DivClassName
{
background-color: #614768;
}
.BgClassName
{
background-color: #614768;
}
</style>
border-color css
<style>
span { border-color: #614768; }
span { border-color: rgb(97,71,104); }
td.TdClassName
{
border-color: #614768;
}
.TagClassName
{
border-color: #614768;
}
</style>