Shades of Fedora #634D68
Tints of Fedora #634D68
RGB
CMYK
RGB Variations
Color information
#634D68 (or 0x634D68) is known color: Fedora. HEX triplet: 63, 4D and 68. RGB value is (99,77,104). Sum of RGB (Red+Green+Blue) = 99+77+104=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #634D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D68 is #9CB297. Grayscale: #565656. Windows color (decimal): -10269336 or 6835555. OLE color: 6835555.
HSL color Cylindrical-coordinate representation of color #634D68: hue angle of 288.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #634D68 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 77 | 104 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.59 |
| HSL | 288.89º | 0.15% | 0.35% | - |
| HSV(B) | 288.89º | 0.26% | 0.41% | - |
| XYZ | 10.3 | 8.96 | 14.28 | - |
| YUV | 86.66 | 137.79 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 104 | 0.05 | 0.26 | 0 | 0.59 | 288.89 | 0.15 | 0.35 |
| Hex | 63 | 4D | 68 | 5 | 1A | 0 | 3B | 121 | F | 23 |
| Octal | 143 | 115 | 150 | 5 | 32 | 0 | 73 | 441 | 17 | 43 |
| Binary | 1100011 | 1001101 | 1101000 | 101 | 11010 | 0 | 111011 | 100100001 | 1111 | 100011 |
Color Harmonies of #634D68
Complementary color
Monochromatic Colors of #634D68
Black with #634D68
Text Example
Text Example
White with #634D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D68; }
p { color: rgb(99,77,104); }
H1.HeaderClassName
{
color: #634D68;
}
.AnyTagClassName
{
color: #634D68;
}
</style>
background-color css
<style>
a { background-color: #634D68; }
a { background-color: rgb(99,77,104); }
div.DivClassName
{
background-color: #634D68;
}
.BgClassName
{
background-color: #634D68;
}
</style>
border-color css
<style>
span { border-color: #634D68; }
span { border-color: rgb(99,77,104); }
td.TdClassName
{
border-color: #634D68;
}
.TagClassName
{
border-color: #634D68;
}
</style>