Shades of Fedora #615861
Tints of Fedora #615861
RGB
CMYK
RGB Variations
Color information
#615861 (or 0x615861) is known color: Fedora. HEX triplet: 61, 58 and 61. RGB value is (97,88,97). Sum of RGB (Red+Green+Blue) = 97+88+97=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #615861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615861 is #9EA79E. Grayscale: #5B5B5B. Windows color (decimal): -10397599 or 6379617. OLE color: 6379617.
HSL color Cylindrical-coordinate representation of color #615861: hue angle of 300º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #615861 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 97 | - |
| CMYK | 0 | 0.09 | 0 | 0.62 |
| HSL | 300º | 0.05% | 0.36% | - |
| HSV(B) | 300º | 0.09% | 0.38% | - |
| XYZ | 10.58 | 10.38 | 12.76 | - |
| YUV | 91.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 97 | 0 | 0.09 | 0 | 0.62 | 300 | 0.05 | 0.36 |
| Hex | 61 | 58 | 61 | 0 | 9 | 0 | 3E | 12C | 5 | 24 |
| Octal | 141 | 130 | 141 | 0 | 11 | 0 | 76 | 454 | 5 | 44 |
| Binary | 1100001 | 1011000 | 1100001 | 0 | 1001 | 0 | 111110 | 100101100 | 101 | 100100 |
Color Harmonies of #615861
Complementary color
Monochromatic Colors of #615861
Black with #615861
Text Example
Text Example
White with #615861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615861; }
p { color: rgb(97,88,97); }
H1.HeaderClassName
{
color: #615861;
}
.AnyTagClassName
{
color: #615861;
}
</style>
background-color css
<style>
a { background-color: #615861; }
a { background-color: rgb(97,88,97); }
div.DivClassName
{
background-color: #615861;
}
.BgClassName
{
background-color: #615861;
}
</style>
border-color css
<style>
span { border-color: #615861; }
span { border-color: rgb(97,88,97); }
td.TdClassName
{
border-color: #615861;
}
.TagClassName
{
border-color: #615861;
}
</style>