Shades of Fedora #634961
Tints of Fedora #634961
RGB
CMYK
RGB Variations
Color information
#634961 (or 0x634961) is known color: Fedora. HEX triplet: 63, 49 and 61. RGB value is (99,73,97). Sum of RGB (Red+Green+Blue) = 99+73+97=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #634961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634961 is #9CB69E. Grayscale: #535353. Windows color (decimal): -10270367 or 6375779. OLE color: 6375779.
HSL color Cylindrical-coordinate representation of color #634961: hue angle of 304.62º 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 #634961 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 97 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.61 |
| HSL | 304.62º | 0.15% | 0.34% | - |
| HSV(B) | 304.62º | 0.26% | 0.39% | - |
| XYZ | 9.69 | 8.28 | 12.4 | - |
| YUV | 83.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 97 | 0 | 0.26 | 0.02 | 0.61 | 304.62 | 0.15 | 0.34 |
| Hex | 63 | 49 | 61 | 0 | 1A | 2 | 3D | 131 | F | 22 |
| Octal | 143 | 111 | 141 | 0 | 32 | 2 | 75 | 461 | 17 | 42 |
| Binary | 1100011 | 1001001 | 1100001 | 0 | 11010 | 10 | 111101 | 100110001 | 1111 | 100010 |
Color Harmonies of #634961
Complementary color
Monochromatic Colors of #634961
Black with #634961
Text Example
Text Example
White with #634961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634961; }
p { color: rgb(99,73,97); }
H1.HeaderClassName
{
color: #634961;
}
.AnyTagClassName
{
color: #634961;
}
</style>
background-color css
<style>
a { background-color: #634961; }
a { background-color: rgb(99,73,97); }
div.DivClassName
{
background-color: #634961;
}
.BgClassName
{
background-color: #634961;
}
</style>
border-color css
<style>
span { border-color: #634961; }
span { border-color: rgb(99,73,97); }
td.TdClassName
{
border-color: #634961;
}
.TagClassName
{
border-color: #634961;
}
</style>