Shades of Fedora #615B64
Tints of Fedora #615B64
RGB
CMYK
RGB Variations
Color information
#615B64 (or 0x615B64) is known color: Fedora. HEX triplet: 61, 5B and 64. RGB value is (97,91,100). Sum of RGB (Red+Green+Blue) = 97+91+100=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 100 - color contains mainly: blue. Hex color #615B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B64 is #9EA49B. Grayscale: #5D5D5D. Windows color (decimal): -10396828 or 6576993. OLE color: 6576993.
HSL color Cylindrical-coordinate representation of color #615B64: hue angle of 280º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #615B64 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 91 | 100 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.61 |
| HSL | 280º | 0.05% | 0.37% | - |
| HSV(B) | 280º | 0.09% | 0.39% | - |
| XYZ | 10.97 | 10.94 | 13.59 | - |
| YUV | 93.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 100 | 0.03 | 0.09 | 0 | 0.61 | 280 | 0.05 | 0.37 |
| Hex | 61 | 5B | 64 | 3 | 9 | 0 | 3D | 118 | 5 | 25 |
| Octal | 141 | 133 | 144 | 3 | 11 | 0 | 75 | 430 | 5 | 45 |
| Binary | 1100001 | 1011011 | 1100100 | 11 | 1001 | 0 | 111101 | 100011000 | 101 | 100101 |
Color Harmonies of #615B64
Complementary color
Monochromatic Colors of #615B64
Black with #615B64
Text Example
Text Example
White with #615B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B64; }
p { color: rgb(97,91,100); }
H1.HeaderClassName
{
color: #615B64;
}
.AnyTagClassName
{
color: #615B64;
}
</style>
background-color css
<style>
a { background-color: #615B64; }
a { background-color: rgb(97,91,100); }
div.DivClassName
{
background-color: #615B64;
}
.BgClassName
{
background-color: #615B64;
}
</style>
border-color css
<style>
span { border-color: #615B64; }
span { border-color: rgb(97,91,100); }
td.TdClassName
{
border-color: #615B64;
}
.TagClassName
{
border-color: #615B64;
}
</style>