Shades of Fedora #615265
Tints of Fedora #615265
RGB
CMYK
RGB Variations
Color information
#615265 (or 0x615265) is known color: Fedora. HEX triplet: 61, 52 and 65. RGB value is (97,82,101). Sum of RGB (Red+Green+Blue) = 97+82+101=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #615265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615265 is #9EAD9A. Grayscale: #585858. Windows color (decimal): -10399131 or 6640225. OLE color: 6640225.
HSL color Cylindrical-coordinate representation of color #615265: hue angle of 287.37º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615265 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 82 | 101 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.60 |
| HSL | 287.37º | 0.1% | 0.36% | - |
| HSV(B) | 287.37º | 0.19% | 0.4% | - |
| XYZ | 10.3 | 9.52 | 13.61 | - |
| YUV | 88.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 101 | 0.04 | 0.19 | 0 | 0.60 | 287.37 | 0.1 | 0.36 |
| Hex | 61 | 52 | 65 | 4 | 13 | 0 | 3C | 11F | A | 24 |
| Octal | 141 | 122 | 145 | 4 | 23 | 0 | 74 | 437 | 12 | 44 |
| Binary | 1100001 | 1010010 | 1100101 | 100 | 10011 | 0 | 111100 | 100011111 | 1010 | 100100 |
Color Harmonies of #615265
Complementary color
Monochromatic Colors of #615265
Black with #615265
Text Example
Text Example
White with #615265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615265; }
p { color: rgb(97,82,101); }
H1.HeaderClassName
{
color: #615265;
}
.AnyTagClassName
{
color: #615265;
}
</style>
background-color css
<style>
a { background-color: #615265; }
a { background-color: rgb(97,82,101); }
div.DivClassName
{
background-color: #615265;
}
.BgClassName
{
background-color: #615265;
}
</style>
border-color css
<style>
span { border-color: #615265; }
span { border-color: rgb(97,82,101); }
td.TdClassName
{
border-color: #615265;
}
.TagClassName
{
border-color: #615265;
}
</style>