Shades of Fedora #635D66
Tints of Fedora #635D66
RGB
CMYK
RGB Variations
Color information
#635D66 (or 0x635D66) is known color: Fedora. HEX triplet: 63, 5D and 66. RGB value is (99,93,102). Sum of RGB (Red+Green+Blue) = 99+93+102=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 102 - color contains mainly: blue. Hex color #635D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D66 is #9CA299. Grayscale: #5F5F5F. Windows color (decimal): -10265242 or 6708579. OLE color: 6708579.
HSL color Cylindrical-coordinate representation of color #635D66: hue angle of 280º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635D66 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 93 | 102 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.6 |
| HSL | 280º | 0.05% | 0.38% | - |
| HSV(B) | 280º | 0.09% | 0.4% | - |
| XYZ | 11.46 | 11.44 | 14.17 | - |
| YUV | 95.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 102 | 0.03 | 0.09 | 0 | 0.6 | 280 | 0.05 | 0.38 |
| Hex | 63 | 5D | 66 | 3 | 9 | 0 | 3C | 118 | 5 | 26 |
| Octal | 143 | 135 | 146 | 3 | 11 | 0 | 74 | 430 | 5 | 46 |
| Binary | 1100011 | 1011101 | 1100110 | 11 | 1001 | 0 | 111100 | 100011000 | 101 | 100110 |
Color Harmonies of #635D66
Complementary color
Monochromatic Colors of #635D66
Black with #635D66
Text Example
Text Example
White with #635D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D66; }
p { color: rgb(99,93,102); }
H1.HeaderClassName
{
color: #635D66;
}
.AnyTagClassName
{
color: #635D66;
}
</style>
background-color css
<style>
a { background-color: #635D66; }
a { background-color: rgb(99,93,102); }
div.DivClassName
{
background-color: #635D66;
}
.BgClassName
{
background-color: #635D66;
}
</style>
border-color css
<style>
span { border-color: #635D66; }
span { border-color: rgb(99,93,102); }
td.TdClassName
{
border-color: #635D66;
}
.TagClassName
{
border-color: #635D66;
}
</style>