Shades of Fedora #615D62
Tints of Fedora #615D62
RGB
CMYK
RGB Variations
Color information
#615D62 (or 0x615D62) is known color: Fedora. HEX triplet: 61, 5D and 62. RGB value is (97,93,98). Sum of RGB (Red+Green+Blue) = 97+93+98=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 98 - color contains mainly: blue. Hex color #615D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D62 is #9EA29D. Grayscale: #5E5E5E. Windows color (decimal): -10396318 or 6446433. OLE color: 6446433.
HSL color Cylindrical-coordinate representation of color #615D62: hue angle of 288º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #615D62 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 98 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.62 |
| HSL | 288º | 0.03% | 0.37% | - |
| HSV(B) | 288º | 0.05% | 0.38% | - |
| XYZ | 11.05 | 11.25 | 13.14 | - |
| YUV | 94.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 98 | 0.01 | 0.05 | 0 | 0.62 | 288 | 0.03 | 0.37 |
| Hex | 61 | 5D | 62 | 1 | 5 | 0 | 3E | 120 | 3 | 25 |
| Octal | 141 | 135 | 142 | 1 | 5 | 0 | 76 | 440 | 3 | 45 |
| Binary | 1100001 | 1011101 | 1100010 | 1 | 101 | 0 | 111110 | 100100000 | 11 | 100101 |
Color Harmonies of #615D62
Complementary color
Monochromatic Colors of #615D62
Black with #615D62
Text Example
Text Example
White with #615D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D62; }
p { color: rgb(97,93,98); }
H1.HeaderClassName
{
color: #615D62;
}
.AnyTagClassName
{
color: #615D62;
}
</style>
background-color css
<style>
a { background-color: #615D62; }
a { background-color: rgb(97,93,98); }
div.DivClassName
{
background-color: #615D62;
}
.BgClassName
{
background-color: #615D62;
}
</style>
border-color css
<style>
span { border-color: #615D62; }
span { border-color: rgb(97,93,98); }
td.TdClassName
{
border-color: #615D62;
}
.TagClassName
{
border-color: #615D62;
}
</style>