Shades of Fedora #614963
Tints of Fedora #614963
RGB
CMYK
RGB Variations
Color information
#614963 (or 0x614963) is known color: Fedora. HEX triplet: 61, 49 and 63. RGB value is (97,73,99). Sum of RGB (Red+Green+Blue) = 97+73+99=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #614963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614963 is #9EB69C. Grayscale: #535353. Windows color (decimal): -10401437 or 6506849. OLE color: 6506849.
HSL color Cylindrical-coordinate representation of color #614963: hue angle of 295.38º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614963 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 73 | 99 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.61 |
| HSL | 295.38º | 0.15% | 0.34% | - |
| HSV(B) | 295.38º | 0.26% | 0.39% | - |
| XYZ | 9.56 | 8.21 | 12.88 | - |
| YUV | 83.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 99 | 0.02 | 0.26 | 0 | 0.61 | 295.38 | 0.15 | 0.34 |
| Hex | 61 | 49 | 63 | 2 | 1A | 0 | 3D | 127 | F | 22 |
| Octal | 141 | 111 | 143 | 2 | 32 | 0 | 75 | 447 | 17 | 42 |
| Binary | 1100001 | 1001001 | 1100011 | 10 | 11010 | 0 | 111101 | 100100111 | 1111 | 100010 |
Color Harmonies of #614963
Complementary color
Monochromatic Colors of #614963
Black with #614963
Text Example
Text Example
White with #614963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614963; }
p { color: rgb(97,73,99); }
H1.HeaderClassName
{
color: #614963;
}
.AnyTagClassName
{
color: #614963;
}
</style>
background-color css
<style>
a { background-color: #614963; }
a { background-color: rgb(97,73,99); }
div.DivClassName
{
background-color: #614963;
}
.BgClassName
{
background-color: #614963;
}
</style>
border-color css
<style>
span { border-color: #614963; }
span { border-color: rgb(97,73,99); }
td.TdClassName
{
border-color: #614963;
}
.TagClassName
{
border-color: #614963;
}
</style>