Shades of Fedora #615E62
Tints of Fedora #615E62
RGB
CMYK
RGB Variations
Color information
#615E62 (or 0x615E62) is known color: Fedora. HEX triplet: 61, 5E and 62. RGB value is (97,94,98). Sum of RGB (Red+Green+Blue) = 97+94+98=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 98 - color contains mainly: blue. Hex color #615E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E62 is #9EA19D. Grayscale: #5F5F5F. Windows color (decimal): -10396062 or 6446689. OLE color: 6446689.
HSL color Cylindrical-coordinate representation of color #615E62: hue angle of 285º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #615E62 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 98 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.62 |
| HSL | 285º | 0.02% | 0.38% | - |
| HSV(B) | 285º | 0.04% | 0.38% | - |
| XYZ | 11.14 | 11.43 | 13.17 | - |
| YUV | 95.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 98 | 0.01 | 0.04 | 0 | 0.62 | 285 | 0.02 | 0.38 |
| Hex | 61 | 5E | 62 | 1 | 4 | 0 | 3E | 11D | 2 | 26 |
| Octal | 141 | 136 | 142 | 1 | 4 | 0 | 76 | 435 | 2 | 46 |
| Binary | 1100001 | 1011110 | 1100010 | 1 | 100 | 0 | 111110 | 100011101 | 10 | 100110 |
Color Harmonies of #615E62
Complementary color
Monochromatic Colors of #615E62
Black with #615E62
Text Example
Text Example
White with #615E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E62; }
p { color: rgb(97,94,98); }
H1.HeaderClassName
{
color: #615E62;
}
.AnyTagClassName
{
color: #615E62;
}
</style>
background-color css
<style>
a { background-color: #615E62; }
a { background-color: rgb(97,94,98); }
div.DivClassName
{
background-color: #615E62;
}
.BgClassName
{
background-color: #615E62;
}
</style>
border-color css
<style>
span { border-color: #615E62; }
span { border-color: rgb(97,94,98); }
td.TdClassName
{
border-color: #615E62;
}
.TagClassName
{
border-color: #615E62;
}
</style>