Shades of Fedora #615765
Tints of Fedora #615765
RGB
CMYK
RGB Variations
Color information
#615765 (or 0x615765) is known color: Fedora. HEX triplet: 61, 57 and 65. RGB value is (97,87,101). Sum of RGB (Red+Green+Blue) = 97+87+101=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: blue. Hex color #615765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615765 is #9EA89A. Grayscale: #5B5B5B. Windows color (decimal): -10397851 or 6641505. OLE color: 6641505.
HSL color Cylindrical-coordinate representation of color #615765: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #615765 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 87 | 101 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.60 |
| HSL | 282.86º | 0.07% | 0.37% | - |
| HSV(B) | 282.86º | 0.14% | 0.4% | - |
| XYZ | 10.69 | 10.3 | 13.74 | - |
| YUV | 91.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 101 | 0.04 | 0.14 | 0 | 0.60 | 282.86 | 0.07 | 0.37 |
| Hex | 61 | 57 | 65 | 4 | E | 0 | 3C | 11B | 7 | 25 |
| Octal | 141 | 127 | 145 | 4 | 16 | 0 | 74 | 433 | 7 | 45 |
| Binary | 1100001 | 1010111 | 1100101 | 100 | 1110 | 0 | 111100 | 100011011 | 111 | 100101 |
Color Harmonies of #615765
Complementary color
Monochromatic Colors of #615765
Black with #615765
Text Example
Text Example
White with #615765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615765; }
p { color: rgb(97,87,101); }
H1.HeaderClassName
{
color: #615765;
}
.AnyTagClassName
{
color: #615765;
}
</style>
background-color css
<style>
a { background-color: #615765; }
a { background-color: rgb(97,87,101); }
div.DivClassName
{
background-color: #615765;
}
.BgClassName
{
background-color: #615765;
}
</style>
border-color css
<style>
span { border-color: #615765; }
span { border-color: rgb(97,87,101); }
td.TdClassName
{
border-color: #615765;
}
.TagClassName
{
border-color: #615765;
}
</style>