Shades of Fedora #634D64
Tints of Fedora #634D64
RGB
CMYK
RGB Variations
Color information
#634D64 (or 0x634D64) is known color: Fedora. HEX triplet: 63, 4D and 64. RGB value is (99,77,100). Sum of RGB (Red+Green+Blue) = 99+77+100=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 100 - color contains mainly: blue. Hex color #634D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D64 is #9CB29B. Grayscale: #565656. Windows color (decimal): -10269340 or 6573411. OLE color: 6573411.
HSL color Cylindrical-coordinate representation of color #634D64: hue angle of 297.39º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634D64 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 100 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.61 |
| HSL | 297.39º | 0.13% | 0.35% | - |
| HSV(B) | 297.39º | 0.23% | 0.39% | - |
| XYZ | 10.1 | 8.88 | 13.24 | - |
| YUV | 86.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 100 | 0.01 | 0.23 | 0 | 0.61 | 297.39 | 0.13 | 0.35 |
| Hex | 63 | 4D | 64 | 1 | 17 | 0 | 3D | 129 | D | 23 |
| Octal | 143 | 115 | 144 | 1 | 27 | 0 | 75 | 451 | 15 | 43 |
| Binary | 1100011 | 1001101 | 1100100 | 1 | 10111 | 0 | 111101 | 100101001 | 1101 | 100011 |
Color Harmonies of #634D64
Complementary color
Monochromatic Colors of #634D64
Black with #634D64
Text Example
Text Example
White with #634D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D64; }
p { color: rgb(99,77,100); }
H1.HeaderClassName
{
color: #634D64;
}
.AnyTagClassName
{
color: #634D64;
}
</style>
background-color css
<style>
a { background-color: #634D64; }
a { background-color: rgb(99,77,100); }
div.DivClassName
{
background-color: #634D64;
}
.BgClassName
{
background-color: #634D64;
}
</style>
border-color css
<style>
span { border-color: #634D64; }
span { border-color: rgb(99,77,100); }
td.TdClassName
{
border-color: #634D64;
}
.TagClassName
{
border-color: #634D64;
}
</style>