Shades of Fedora #634861
Tints of Fedora #634861
RGB
CMYK
RGB Variations
Color information
#634861 (or 0x634861) is known color: Fedora. HEX triplet: 63, 48 and 61. RGB value is (99,72,97). Sum of RGB (Red+Green+Blue) = 99+72+97=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #634861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634861 is #9CB79E. Grayscale: #525252. Windows color (decimal): -10270623 or 6375523. OLE color: 6375523.
HSL color Cylindrical-coordinate representation of color #634861: hue angle of 304.44º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #634861 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 72 | 97 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.61 |
| HSL | 304.44º | 0.16% | 0.34% | - |
| HSV(B) | 304.44º | 0.27% | 0.39% | - |
| XYZ | 9.62 | 8.15 | 12.38 | - |
| YUV | 82.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 97 | 0 | 0.27 | 0.02 | 0.61 | 304.44 | 0.16 | 0.34 |
| Hex | 63 | 48 | 61 | 0 | 1B | 2 | 3D | 130 | 10 | 22 |
| Octal | 143 | 110 | 141 | 0 | 33 | 2 | 75 | 460 | 20 | 42 |
| Binary | 1100011 | 1001000 | 1100001 | 0 | 11011 | 10 | 111101 | 100110000 | 10000 | 100010 |
Color Harmonies of #634861
Complementary color
Monochromatic Colors of #634861
Black with #634861
Text Example
Text Example
White with #634861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634861; }
p { color: rgb(99,72,97); }
H1.HeaderClassName
{
color: #634861;
}
.AnyTagClassName
{
color: #634861;
}
</style>
background-color css
<style>
a { background-color: #634861; }
a { background-color: rgb(99,72,97); }
div.DivClassName
{
background-color: #634861;
}
.BgClassName
{
background-color: #634861;
}
</style>
border-color css
<style>
span { border-color: #634861; }
span { border-color: rgb(99,72,97); }
td.TdClassName
{
border-color: #634861;
}
.TagClassName
{
border-color: #634861;
}
</style>