Shades of Fedora #634C62
Tints of Fedora #634C62
RGB
CMYK
RGB Variations
Color information
#634C62 (or 0x634C62) is known color: Fedora. HEX triplet: 63, 4C and 62. RGB value is (99,76,98). Sum of RGB (Red+Green+Blue) = 99+76+98=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #634C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634C62 is #9CB39D. Grayscale: #555555. Windows color (decimal): -10269598 or 6442083. OLE color: 6442083.
HSL color Cylindrical-coordinate representation of color #634C62: hue angle of 302.61º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634C62 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 98 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.61 |
| HSL | 302.61º | 0.13% | 0.34% | - |
| HSV(B) | 302.61º | 0.23% | 0.39% | - |
| XYZ | 9.93 | 8.7 | 12.71 | - |
| YUV | 85.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 98 | 0 | 0.23 | 0.01 | 0.61 | 302.61 | 0.13 | 0.34 |
| Hex | 63 | 4C | 62 | 0 | 17 | 1 | 3D | 12F | D | 22 |
| Octal | 143 | 114 | 142 | 0 | 27 | 1 | 75 | 457 | 15 | 42 |
| Binary | 1100011 | 1001100 | 1100010 | 0 | 10111 | 1 | 111101 | 100101111 | 1101 | 100010 |
Color Harmonies of #634C62
Complementary color
Monochromatic Colors of #634C62
Black with #634C62
Text Example
Text Example
White with #634C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C62; }
p { color: rgb(99,76,98); }
H1.HeaderClassName
{
color: #634C62;
}
.AnyTagClassName
{
color: #634C62;
}
</style>
background-color css
<style>
a { background-color: #634C62; }
a { background-color: rgb(99,76,98); }
div.DivClassName
{
background-color: #634C62;
}
.BgClassName
{
background-color: #634C62;
}
</style>
border-color css
<style>
span { border-color: #634C62; }
span { border-color: rgb(99,76,98); }
td.TdClassName
{
border-color: #634C62;
}
.TagClassName
{
border-color: #634C62;
}
</style>