Shades of Fedora #634D69
Tints of Fedora #634D69
RGB
CMYK
RGB Variations
Color information
#634D69 (or 0x634D69) is known color: Fedora. HEX triplet: 63, 4D and 69. RGB value is (99,77,105). Sum of RGB (Red+Green+Blue) = 99+77+105=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 105 - color contains mainly: blue. Hex color #634D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D69 is #9CB296. Grayscale: #565656. Windows color (decimal): -10269335 or 6901091. OLE color: 6901091.
HSL color Cylindrical-coordinate representation of color #634D69: hue angle of 287.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #634D69 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 77 | 105 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.59 |
| HSL | 287.14º | 0.15% | 0.36% | - |
| HSV(B) | 287.14º | 0.27% | 0.41% | - |
| XYZ | 10.35 | 8.98 | 14.55 | - |
| YUV | 86.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 105 | 0.06 | 0.27 | 0 | 0.59 | 287.14 | 0.15 | 0.36 |
| Hex | 63 | 4D | 69 | 6 | 1B | 0 | 3B | 11F | F | 24 |
| Octal | 143 | 115 | 151 | 6 | 33 | 0 | 73 | 437 | 17 | 44 |
| Binary | 1100011 | 1001101 | 1101001 | 110 | 11011 | 0 | 111011 | 100011111 | 1111 | 100100 |
Color Harmonies of #634D69
Complementary color
Monochromatic Colors of #634D69
Black with #634D69
Text Example
Text Example
White with #634D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D69; }
p { color: rgb(99,77,105); }
H1.HeaderClassName
{
color: #634D69;
}
.AnyTagClassName
{
color: #634D69;
}
</style>
background-color css
<style>
a { background-color: #634D69; }
a { background-color: rgb(99,77,105); }
div.DivClassName
{
background-color: #634D69;
}
.BgClassName
{
background-color: #634D69;
}
</style>
border-color css
<style>
span { border-color: #634D69; }
span { border-color: rgb(99,77,105); }
td.TdClassName
{
border-color: #634D69;
}
.TagClassName
{
border-color: #634D69;
}
</style>