Shades of Fedora #605863
Tints of Fedora #605863
RGB
CMYK
RGB Variations
Color information
#605863 (or 0x605863) is known color: Fedora. HEX triplet: 60, 58 and 63. RGB value is (96,88,99). Sum of RGB (Red+Green+Blue) = 96+88+99=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 99 - color contains mainly: blue. Hex color #605863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605863 is #9FA79C. Grayscale: #5B5B5B. Windows color (decimal): -10463133 or 6510688. OLE color: 6510688.
HSL color Cylindrical-coordinate representation of color #605863: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #605863 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 88 | 99 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.61 |
| HSL | 283.64º | 0.06% | 0.37% | - |
| HSV(B) | 283.64º | 0.11% | 0.39% | - |
| XYZ | 10.57 | 10.37 | 13.25 | - |
| YUV | 91.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 99 | 0.03 | 0.11 | 0 | 0.61 | 283.64 | 0.06 | 0.37 |
| Hex | 60 | 58 | 63 | 3 | B | 0 | 3D | 11C | 6 | 25 |
| Octal | 140 | 130 | 143 | 3 | 13 | 0 | 75 | 434 | 6 | 45 |
| Binary | 1100000 | 1011000 | 1100011 | 11 | 1011 | 0 | 111101 | 100011100 | 110 | 100101 |
Color Harmonies of #605863
Complementary color
Monochromatic Colors of #605863
Black with #605863
Text Example
Text Example
White with #605863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605863; }
p { color: rgb(96,88,99); }
H1.HeaderClassName
{
color: #605863;
}
.AnyTagClassName
{
color: #605863;
}
</style>
background-color css
<style>
a { background-color: #605863; }
a { background-color: rgb(96,88,99); }
div.DivClassName
{
background-color: #605863;
}
.BgClassName
{
background-color: #605863;
}
</style>
border-color css
<style>
span { border-color: #605863; }
span { border-color: rgb(96,88,99); }
td.TdClassName
{
border-color: #605863;
}
.TagClassName
{
border-color: #605863;
}
</style>