Shades of Fedora #634D63
Tints of Fedora #634D63
RGB
CMYK
RGB Variations
Color information
#634D63 (or 0x634D63) is known color: Fedora. HEX triplet: 63, 4D and 63. RGB value is (99,77,99). Sum of RGB (Red+Green+Blue) = 99+77+99=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #634D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D63 is #9CB29C. Grayscale: #565656. Windows color (decimal): -10269341 or 6507875. OLE color: 6507875.
HSL color Cylindrical-coordinate representation of color #634D63: hue angle of 300º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634D63 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 99 | - |
| CMYK | 0 | 0.22 | 0 | 0.61 |
| HSL | 300º | 0.13% | 0.35% | - |
| HSV(B) | 300º | 0.22% | 0.39% | - |
| XYZ | 10.05 | 8.86 | 12.99 | - |
| YUV | 86.09 | 135.29 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 99 | 0 | 0.22 | 0 | 0.61 | 300 | 0.13 | 0.35 |
| Hex | 63 | 4D | 63 | 0 | 16 | 0 | 3D | 12C | C | 23 |
| Octal | 143 | 115 | 143 | 0 | 26 | 0 | 75 | 454 | 14 | 43 |
| Binary | 1100011 | 1001101 | 1100011 | 0 | 10110 | 0 | 111101 | 100101100 | 1100 | 100011 |
Color Harmonies of #634D63
Complementary color
Monochromatic Colors of #634D63
Black with #634D63
Text Example
Text Example
White with #634D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D63; }
p { color: rgb(99,77,99); }
H1.HeaderClassName
{
color: #634D63;
}
.AnyTagClassName
{
color: #634D63;
}
</style>
background-color css
<style>
a { background-color: #634D63; }
a { background-color: rgb(99,77,99); }
div.DivClassName
{
background-color: #634D63;
}
.BgClassName
{
background-color: #634D63;
}
</style>
border-color css
<style>
span { border-color: #634D63; }
span { border-color: rgb(99,77,99); }
td.TdClassName
{
border-color: #634D63;
}
.TagClassName
{
border-color: #634D63;
}
</style>