Shades of Fedora #615365
Tints of Fedora #615365
RGB
CMYK
RGB Variations
Color information
#615365 (or 0x615365) is known color: Fedora. HEX triplet: 61, 53 and 65. RGB value is (97,83,101). Sum of RGB (Red+Green+Blue) = 97+83+101=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #615365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615365 is #9EAC9A. Grayscale: #595959. Windows color (decimal): -10398875 or 6640481. OLE color: 6640481.
HSL color Cylindrical-coordinate representation of color #615365: hue angle of 286.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #615365 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 83 | 101 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.60 |
| HSL | 286.67º | 0.1% | 0.36% | - |
| HSV(B) | 286.67º | 0.18% | 0.4% | - |
| XYZ | 10.37 | 9.67 | 13.63 | - |
| YUV | 89.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 101 | 0.04 | 0.18 | 0 | 0.60 | 286.67 | 0.1 | 0.36 |
| Hex | 61 | 53 | 65 | 4 | 12 | 0 | 3C | 11F | A | 24 |
| Octal | 141 | 123 | 145 | 4 | 22 | 0 | 74 | 437 | 12 | 44 |
| Binary | 1100001 | 1010011 | 1100101 | 100 | 10010 | 0 | 111100 | 100011111 | 1010 | 100100 |
Color Harmonies of #615365
Complementary color
Monochromatic Colors of #615365
Black with #615365
Text Example
Text Example
White with #615365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615365; }
p { color: rgb(97,83,101); }
H1.HeaderClassName
{
color: #615365;
}
.AnyTagClassName
{
color: #615365;
}
</style>
background-color css
<style>
a { background-color: #615365; }
a { background-color: rgb(97,83,101); }
div.DivClassName
{
background-color: #615365;
}
.BgClassName
{
background-color: #615365;
}
</style>
border-color css
<style>
span { border-color: #615365; }
span { border-color: rgb(97,83,101); }
td.TdClassName
{
border-color: #615365;
}
.TagClassName
{
border-color: #615365;
}
</style>