Shades of Fedora #634F65
Tints of Fedora #634F65
RGB
CMYK
RGB Variations
Color information
#634F65 (or 0x634F65) is known color: Fedora. HEX triplet: 63, 4F and 65. RGB value is (99,79,101). Sum of RGB (Red+Green+Blue) = 99+79+101=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #634F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634F65 is #9CB09A. Grayscale: #575757. Windows color (decimal): -10268827 or 6639459. OLE color: 6639459.
HSL color Cylindrical-coordinate representation of color #634F65: hue angle of 294.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #634F65 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 79 | 101 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.60 |
| HSL | 294.55º | 0.12% | 0.35% | - |
| HSV(B) | 294.55º | 0.22% | 0.4% | - |
| XYZ | 10.29 | 9.18 | 13.54 | - |
| YUV | 87.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 101 | 0.02 | 0.22 | 0 | 0.60 | 294.55 | 0.12 | 0.35 |
| Hex | 63 | 4F | 65 | 2 | 16 | 0 | 3C | 127 | C | 23 |
| Octal | 143 | 117 | 145 | 2 | 26 | 0 | 74 | 447 | 14 | 43 |
| Binary | 1100011 | 1001111 | 1100101 | 10 | 10110 | 0 | 111100 | 100100111 | 1100 | 100011 |
Color Harmonies of #634F65
Complementary color
Monochromatic Colors of #634F65
Black with #634F65
Text Example
Text Example
White with #634F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F65; }
p { color: rgb(99,79,101); }
H1.HeaderClassName
{
color: #634F65;
}
.AnyTagClassName
{
color: #634F65;
}
</style>
background-color css
<style>
a { background-color: #634F65; }
a { background-color: rgb(99,79,101); }
div.DivClassName
{
background-color: #634F65;
}
.BgClassName
{
background-color: #634F65;
}
</style>
border-color css
<style>
span { border-color: #634F65; }
span { border-color: rgb(99,79,101); }
td.TdClassName
{
border-color: #634F65;
}
.TagClassName
{
border-color: #634F65;
}
</style>