Shades of Fedora #634D6D
Tints of Fedora #634D6D
RGB
CMYK
RGB Variations
Color information
#634D6D (or 0x634D6D) is known color: Fedora. HEX triplet: 63, 4D and 6D. RGB value is (99,77,109). Sum of RGB (Red+Green+Blue) = 99+77+109=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #634D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D6D is #9CB292. Grayscale: #575757. Windows color (decimal): -10269331 or 7163235. OLE color: 7163235.
HSL color Cylindrical-coordinate representation of color #634D6D: hue angle of 281.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634D6D is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 77 | 109 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.57 |
| HSL | 281.25º | 0.17% | 0.36% | - |
| HSV(B) | 281.25º | 0.29% | 0.43% | - |
| XYZ | 10.56 | 9.06 | 15.66 | - |
| YUV | 87.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 109 | 0.09 | 0.29 | 0 | 0.57 | 281.25 | 0.17 | 0.36 |
| Hex | 63 | 4D | 6D | 9 | 1D | 0 | 39 | 119 | 11 | 24 |
| Octal | 143 | 115 | 155 | 11 | 35 | 0 | 71 | 431 | 21 | 44 |
| Binary | 1100011 | 1001101 | 1101101 | 1001 | 11101 | 0 | 111001 | 100011001 | 10001 | 100100 |
Color Harmonies of #634D6D
Complementary color
Monochromatic Colors of #634D6D
Black with #634D6D
Text Example
Text Example
White with #634D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D6D; }
p { color: rgb(99,77,109); }
H1.HeaderClassName
{
color: #634D6D;
}
.AnyTagClassName
{
color: #634D6D;
}
</style>
background-color css
<style>
a { background-color: #634D6D; }
a { background-color: rgb(99,77,109); }
div.DivClassName
{
background-color: #634D6D;
}
.BgClassName
{
background-color: #634D6D;
}
</style>
border-color css
<style>
span { border-color: #634D6D; }
span { border-color: rgb(99,77,109); }
td.TdClassName
{
border-color: #634D6D;
}
.TagClassName
{
border-color: #634D6D;
}
</style>