Shades of Fedora #615063
Tints of Fedora #615063
RGB
CMYK
RGB Variations
Color information
#615063 (or 0x615063) is known color: Fedora. HEX triplet: 61, 50 and 63. RGB value is (97,80,99). Sum of RGB (Red+Green+Blue) = 97+80+99=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #615063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615063 is #9EAF9C. Grayscale: #575757. Windows color (decimal): -10399645 or 6508641. OLE color: 6508641.
HSL color Cylindrical-coordinate representation of color #615063: hue angle of 293.68º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615063 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 80 | 99 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.61 |
| HSL | 293.68º | 0.11% | 0.35% | - |
| HSV(B) | 293.68º | 0.19% | 0.39% | - |
| XYZ | 10.05 | 9.18 | 13.05 | - |
| YUV | 87.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 99 | 0.02 | 0.19 | 0 | 0.61 | 293.68 | 0.11 | 0.35 |
| Hex | 61 | 50 | 63 | 2 | 13 | 0 | 3D | 126 | B | 23 |
| Octal | 141 | 120 | 143 | 2 | 23 | 0 | 75 | 446 | 13 | 43 |
| Binary | 1100001 | 1010000 | 1100011 | 10 | 10011 | 0 | 111101 | 100100110 | 1011 | 100011 |
Color Harmonies of #615063
Complementary color
Monochromatic Colors of #615063
Black with #615063
Text Example
Text Example
White with #615063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615063; }
p { color: rgb(97,80,99); }
H1.HeaderClassName
{
color: #615063;
}
.AnyTagClassName
{
color: #615063;
}
</style>
background-color css
<style>
a { background-color: #615063; }
a { background-color: rgb(97,80,99); }
div.DivClassName
{
background-color: #615063;
}
.BgClassName
{
background-color: #615063;
}
</style>
border-color css
<style>
span { border-color: #615063; }
span { border-color: rgb(97,80,99); }
td.TdClassName
{
border-color: #615063;
}
.TagClassName
{
border-color: #615063;
}
</style>