Shades of Fedora #615663
Tints of Fedora #615663
RGB
CMYK
RGB Variations
Color information
#615663 (or 0x615663) is known color: Fedora. HEX triplet: 61, 56 and 63. RGB value is (97,86,99). Sum of RGB (Red+Green+Blue) = 97+86+99=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #615663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615663 is #9EA99C. Grayscale: #5A5A5A. Windows color (decimal): -10398109 or 6510177. OLE color: 6510177.
HSL color Cylindrical-coordinate representation of color #615663: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #615663 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 86 | 99 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.61 |
| HSL | 290.77º | 0.07% | 0.36% | - |
| HSV(B) | 290.77º | 0.13% | 0.39% | - |
| XYZ | 10.51 | 10.1 | 13.2 | - |
| YUV | 90.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 99 | 0.02 | 0.13 | 0 | 0.61 | 290.77 | 0.07 | 0.36 |
| Hex | 61 | 56 | 63 | 2 | D | 0 | 3D | 123 | 7 | 24 |
| Octal | 141 | 126 | 143 | 2 | 15 | 0 | 75 | 443 | 7 | 44 |
| Binary | 1100001 | 1010110 | 1100011 | 10 | 1101 | 0 | 111101 | 100100011 | 111 | 100100 |
Color Harmonies of #615663
Complementary color
Monochromatic Colors of #615663
Black with #615663
Text Example
Text Example
White with #615663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615663; }
p { color: rgb(97,86,99); }
H1.HeaderClassName
{
color: #615663;
}
.AnyTagClassName
{
color: #615663;
}
</style>
background-color css
<style>
a { background-color: #615663; }
a { background-color: rgb(97,86,99); }
div.DivClassName
{
background-color: #615663;
}
.BgClassName
{
background-color: #615663;
}
</style>
border-color css
<style>
span { border-color: #615663; }
span { border-color: rgb(97,86,99); }
td.TdClassName
{
border-color: #615663;
}
.TagClassName
{
border-color: #615663;
}
</style>