Shades of Fedora #615463
Tints of Fedora #615463
RGB
CMYK
RGB Variations
Color information
#615463 (or 0x615463) is known color: Fedora. HEX triplet: 61, 54 and 63. RGB value is (97,84,99). Sum of RGB (Red+Green+Blue) = 97+84+99=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #615463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615463 is #9EAB9C. Grayscale: #595959. Windows color (decimal): -10398621 or 6509665. OLE color: 6509665.
HSL color Cylindrical-coordinate representation of color #615463: hue angle of 292º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615463 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 84 | 99 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.61 |
| HSL | 292º | 0.08% | 0.36% | - |
| HSV(B) | 292º | 0.15% | 0.39% | - |
| XYZ | 10.35 | 9.78 | 13.15 | - |
| YUV | 89.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 99 | 0.02 | 0.15 | 0 | 0.61 | 292 | 0.08 | 0.36 |
| Hex | 61 | 54 | 63 | 2 | F | 0 | 3D | 124 | 8 | 24 |
| Octal | 141 | 124 | 143 | 2 | 17 | 0 | 75 | 444 | 10 | 44 |
| Binary | 1100001 | 1010100 | 1100011 | 10 | 1111 | 0 | 111101 | 100100100 | 1000 | 100100 |
Color Harmonies of #615463
Complementary color
Monochromatic Colors of #615463
Black with #615463
Text Example
Text Example
White with #615463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615463; }
p { color: rgb(97,84,99); }
H1.HeaderClassName
{
color: #615463;
}
.AnyTagClassName
{
color: #615463;
}
</style>
background-color css
<style>
a { background-color: #615463; }
a { background-color: rgb(97,84,99); }
div.DivClassName
{
background-color: #615463;
}
.BgClassName
{
background-color: #615463;
}
</style>
border-color css
<style>
span { border-color: #615463; }
span { border-color: rgb(97,84,99); }
td.TdClassName
{
border-color: #615463;
}
.TagClassName
{
border-color: #615463;
}
</style>