Shades of Fedora #634963
Tints of Fedora #634963
RGB
CMYK
RGB Variations
Color information
#634963 (or 0x634963) is known color: Fedora. HEX triplet: 63, 49 and 63. RGB value is (99,73,99). Sum of RGB (Red+Green+Blue) = 99+73+99=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #634963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634963 is #9CB69C. Grayscale: #535353. Windows color (decimal): -10270365 or 6506851. OLE color: 6506851.
HSL color Cylindrical-coordinate representation of color #634963: hue angle of 300º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #634963 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 99 | - |
| CMYK | 0 | 0.26 | 0 | 0.61 |
| HSL | 300º | 0.15% | 0.34% | - |
| HSV(B) | 300º | 0.26% | 0.39% | - |
| XYZ | 9.78 | 8.32 | 12.89 | - |
| YUV | 83.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 99 | 0 | 0.26 | 0 | 0.61 | 300 | 0.15 | 0.34 |
| Hex | 63 | 49 | 63 | 0 | 1A | 0 | 3D | 12C | F | 22 |
| Octal | 143 | 111 | 143 | 0 | 32 | 0 | 75 | 454 | 17 | 42 |
| Binary | 1100011 | 1001001 | 1100011 | 0 | 11010 | 0 | 111101 | 100101100 | 1111 | 100010 |
Color Harmonies of #634963
Complementary color
Monochromatic Colors of #634963
Black with #634963
Text Example
Text Example
White with #634963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634963; }
p { color: rgb(99,73,99); }
H1.HeaderClassName
{
color: #634963;
}
.AnyTagClassName
{
color: #634963;
}
</style>
background-color css
<style>
a { background-color: #634963; }
a { background-color: rgb(99,73,99); }
div.DivClassName
{
background-color: #634963;
}
.BgClassName
{
background-color: #634963;
}
</style>
border-color css
<style>
span { border-color: #634963; }
span { border-color: rgb(99,73,99); }
td.TdClassName
{
border-color: #634963;
}
.TagClassName
{
border-color: #634963;
}
</style>