Shades of Fedora #635463
Tints of Fedora #635463
RGB
CMYK
RGB Variations
Color information
#635463 (or 0x635463) is known color: Fedora. HEX triplet: 63, 54 and 63. RGB value is (99,84,99). Sum of RGB (Red+Green+Blue) = 99+84+99=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635463 is #9CAB9C. Grayscale: #5A5A5A. Windows color (decimal): -10267549 or 6509667. OLE color: 6509667.
HSL color Cylindrical-coordinate representation of color #635463: hue angle of 300º 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 #635463 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 99 | - |
| CMYK | 0 | 0.15 | 0 | 0.61 |
| HSL | 300º | 0.08% | 0.36% | - |
| HSV(B) | 300º | 0.15% | 0.39% | - |
| XYZ | 10.57 | 9.89 | 13.16 | - |
| YUV | 90.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 99 | 0 | 0.15 | 0 | 0.61 | 300 | 0.08 | 0.36 |
| Hex | 63 | 54 | 63 | 0 | F | 0 | 3D | 12C | 8 | 24 |
| Octal | 143 | 124 | 143 | 0 | 17 | 0 | 75 | 454 | 10 | 44 |
| Binary | 1100011 | 1010100 | 1100011 | 0 | 1111 | 0 | 111101 | 100101100 | 1000 | 100100 |
Color Harmonies of #635463
Complementary color
Monochromatic Colors of #635463
Black with #635463
Text Example
Text Example
White with #635463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635463; }
p { color: rgb(99,84,99); }
H1.HeaderClassName
{
color: #635463;
}
.AnyTagClassName
{
color: #635463;
}
</style>
background-color css
<style>
a { background-color: #635463; }
a { background-color: rgb(99,84,99); }
div.DivClassName
{
background-color: #635463;
}
.BgClassName
{
background-color: #635463;
}
</style>
border-color css
<style>
span { border-color: #635463; }
span { border-color: rgb(99,84,99); }
td.TdClassName
{
border-color: #635463;
}
.TagClassName
{
border-color: #635463;
}
</style>