Shades of Fedora #634D6E
Tints of Fedora #634D6E
RGB
CMYK
RGB Variations
Color information
#634D6E (or 0x634D6E) is known color: Fedora. HEX triplet: 63, 4D and 6E. RGB value is (99,77,110). Sum of RGB (Red+Green+Blue) = 99+77+110=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #634D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D6E is #9CB291. Grayscale: #575757. Windows color (decimal): -10269330 or 7228771. OLE color: 7228771.
HSL color Cylindrical-coordinate representation of color #634D6E: hue angle of 280º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #634D6E is Cyan = 0.1, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 77 | 110 | - |
| CMYK | 0.1 | 0.3 | 0 | 0.57 |
| HSL | 280º | 0.18% | 0.37% | - |
| HSV(B) | 280º | 0.3% | 0.43% | - |
| XYZ | 10.61 | 9.09 | 15.95 | - |
| YUV | 87.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 110 | 0.1 | 0.3 | 0 | 0.57 | 280 | 0.18 | 0.37 |
| Hex | 63 | 4D | 6E | A | 1E | 0 | 39 | 118 | 12 | 25 |
| Octal | 143 | 115 | 156 | 12 | 36 | 0 | 71 | 430 | 22 | 45 |
| Binary | 1100011 | 1001101 | 1101110 | 1010 | 11110 | 0 | 111001 | 100011000 | 10010 | 100101 |
Color Harmonies of #634D6E
Complementary color
Monochromatic Colors of #634D6E
Black with #634D6E
Text Example
Text Example
White with #634D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D6E; }
p { color: rgb(99,77,110); }
H1.HeaderClassName
{
color: #634D6E;
}
.AnyTagClassName
{
color: #634D6E;
}
</style>
background-color css
<style>
a { background-color: #634D6E; }
a { background-color: rgb(99,77,110); }
div.DivClassName
{
background-color: #634D6E;
}
.BgClassName
{
background-color: #634D6E;
}
</style>
border-color css
<style>
span { border-color: #634D6E; }
span { border-color: rgb(99,77,110); }
td.TdClassName
{
border-color: #634D6E;
}
.TagClassName
{
border-color: #634D6E;
}
</style>