Shades of Fedora #605463
Tints of Fedora #605463
RGB
CMYK
RGB Variations
Color information
#605463 (or 0x605463) is known color: Fedora. HEX triplet: 60, 54 and 63. RGB value is (96,84,99). Sum of RGB (Red+Green+Blue) = 96+84+99=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 84 (33.20% from 255 or 30.11% 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 #605463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605463 is #9FAB9C. Grayscale: #595959. Windows color (decimal): -10464157 or 6509664. OLE color: 6509664.
HSL color Cylindrical-coordinate representation of color #605463: hue angle of 288º 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 #605463 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 84 | 99 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.61 |
| HSL | 288º | 0.08% | 0.36% | - |
| HSV(B) | 288º | 0.15% | 0.39% | - |
| XYZ | 10.25 | 9.73 | 13.14 | - |
| YUV | 89.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 99 | 0.03 | 0.15 | 0 | 0.61 | 288 | 0.08 | 0.36 |
| Hex | 60 | 54 | 63 | 3 | F | 0 | 3D | 120 | 8 | 24 |
| Octal | 140 | 124 | 143 | 3 | 17 | 0 | 75 | 440 | 10 | 44 |
| Binary | 1100000 | 1010100 | 1100011 | 11 | 1111 | 0 | 111101 | 100100000 | 1000 | 100100 |
Color Harmonies of #605463
Complementary color
Monochromatic Colors of #605463
Black with #605463
Text Example
Text Example
White with #605463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605463; }
p { color: rgb(96,84,99); }
H1.HeaderClassName
{
color: #605463;
}
.AnyTagClassName
{
color: #605463;
}
</style>
background-color css
<style>
a { background-color: #605463; }
a { background-color: rgb(96,84,99); }
div.DivClassName
{
background-color: #605463;
}
.BgClassName
{
background-color: #605463;
}
</style>
border-color css
<style>
span { border-color: #605463; }
span { border-color: rgb(96,84,99); }
td.TdClassName
{
border-color: #605463;
}
.TagClassName
{
border-color: #605463;
}
</style>