Shades of Fedora #615363
Tints of Fedora #615363
RGB
CMYK
RGB Variations
Color information
#615363 (or 0x615363) is known color: Fedora. HEX triplet: 61, 53 and 63. RGB value is (97,83,99). Sum of RGB (Red+Green+Blue) = 97+83+99=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #615363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615363 is #9EAC9C. Grayscale: #585858. Windows color (decimal): -10398877 or 6509409. OLE color: 6509409.
HSL color Cylindrical-coordinate representation of color #615363: hue angle of 292.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #615363 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 83 | 99 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.61 |
| HSL | 292.5º | 0.09% | 0.36% | - |
| HSV(B) | 292.5º | 0.16% | 0.39% | - |
| XYZ | 10.28 | 9.63 | 13.12 | - |
| YUV | 89.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 83 | 99 | 0.02 | 0.16 | 0 | 0.61 | 292.5 | 0.09 | 0.36 |
| Hex | 61 | 53 | 63 | 2 | 10 | 0 | 3D | 124 | 9 | 24 |
| Octal | 141 | 123 | 143 | 2 | 20 | 0 | 75 | 444 | 11 | 44 |
| Binary | 1100001 | 1010011 | 1100011 | 10 | 10000 | 0 | 111101 | 100100100 | 1001 | 100100 |
Color Harmonies of #615363
Complementary color
Monochromatic Colors of #615363
Black with #615363
Text Example
Text Example
White with #615363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615363; }
p { color: rgb(97,83,99); }
H1.HeaderClassName
{
color: #615363;
}
.AnyTagClassName
{
color: #615363;
}
</style>
background-color css
<style>
a { background-color: #615363; }
a { background-color: rgb(97,83,99); }
div.DivClassName
{
background-color: #615363;
}
.BgClassName
{
background-color: #615363;
}
</style>
border-color css
<style>
span { border-color: #615363; }
span { border-color: rgb(97,83,99); }
td.TdClassName
{
border-color: #615363;
}
.TagClassName
{
border-color: #615363;
}
</style>