Shades of Fedora #615862
Tints of Fedora #615862
RGB
CMYK
RGB Variations
Color information
#615862 (or 0x615862) is known color: Fedora. HEX triplet: 61, 58 and 62. RGB value is (97,88,98). Sum of RGB (Red+Green+Blue) = 97+88+98=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 98 - color contains mainly: blue. Hex color #615862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615862 is #9EA79D. Grayscale: #5B5B5B. Windows color (decimal): -10397598 or 6445153. OLE color: 6445153.
HSL color Cylindrical-coordinate representation of color #615862: hue angle of 294º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #615862 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 98 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.62 |
| HSL | 294º | 0.05% | 0.36% | - |
| HSV(B) | 294º | 0.1% | 0.38% | - |
| XYZ | 10.62 | 10.4 | 13 | - |
| YUV | 91.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 98 | 0.01 | 0.10 | 0 | 0.62 | 294 | 0.05 | 0.36 |
| Hex | 61 | 58 | 62 | 1 | A | 0 | 3E | 126 | 5 | 24 |
| Octal | 141 | 130 | 142 | 1 | 12 | 0 | 76 | 446 | 5 | 44 |
| Binary | 1100001 | 1011000 | 1100010 | 1 | 1010 | 0 | 111110 | 100100110 | 101 | 100100 |
Color Harmonies of #615862
Complementary color
Monochromatic Colors of #615862
Black with #615862
Text Example
Text Example
White with #615862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615862; }
p { color: rgb(97,88,98); }
H1.HeaderClassName
{
color: #615862;
}
.AnyTagClassName
{
color: #615862;
}
</style>
background-color css
<style>
a { background-color: #615862; }
a { background-color: rgb(97,88,98); }
div.DivClassName
{
background-color: #615862;
}
.BgClassName
{
background-color: #615862;
}
</style>
border-color css
<style>
span { border-color: #615862; }
span { border-color: rgb(97,88,98); }
td.TdClassName
{
border-color: #615862;
}
.TagClassName
{
border-color: #615862;
}
</style>