Shades of Fedora #615665
Tints of Fedora #615665
RGB
CMYK
RGB Variations
Color information
#615665 (or 0x615665) is known color: Fedora. HEX triplet: 61, 56 and 65. RGB value is (97,86,101). Sum of RGB (Red+Green+Blue) = 97+86+101=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #615665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615665 is #9EA99A. Grayscale: #5A5A5A. Windows color (decimal): -10398107 or 6641249. OLE color: 6641249.
HSL color Cylindrical-coordinate representation of color #615665: hue angle of 284º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615665 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 86 | 101 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.60 |
| HSL | 284º | 0.08% | 0.37% | - |
| HSV(B) | 284º | 0.15% | 0.4% | - |
| XYZ | 10.61 | 10.14 | 13.71 | - |
| YUV | 91 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 101 | 0.04 | 0.15 | 0 | 0.60 | 284 | 0.08 | 0.37 |
| Hex | 61 | 56 | 65 | 4 | F | 0 | 3C | 11C | 8 | 25 |
| Octal | 141 | 126 | 145 | 4 | 17 | 0 | 74 | 434 | 10 | 45 |
| Binary | 1100001 | 1010110 | 1100101 | 100 | 1111 | 0 | 111100 | 100011100 | 1000 | 100101 |
Color Harmonies of #615665
Complementary color
Monochromatic Colors of #615665
Black with #615665
Text Example
Text Example
White with #615665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615665; }
p { color: rgb(97,86,101); }
H1.HeaderClassName
{
color: #615665;
}
.AnyTagClassName
{
color: #615665;
}
</style>
background-color css
<style>
a { background-color: #615665; }
a { background-color: rgb(97,86,101); }
div.DivClassName
{
background-color: #615665;
}
.BgClassName
{
background-color: #615665;
}
</style>
border-color css
<style>
span { border-color: #615665; }
span { border-color: rgb(97,86,101); }
td.TdClassName
{
border-color: #615665;
}
.TagClassName
{
border-color: #615665;
}
</style>