Shades of Fedora #635866
Tints of Fedora #635866
RGB
CMYK
RGB Variations
Color information
#635866 (or 0x635866) is known color: Fedora. HEX triplet: 63, 58 and 66. RGB value is (99,88,102). Sum of RGB (Red+Green+Blue) = 99+88+102=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 102 - color contains mainly: blue. Hex color #635866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635866 is #9CA799. Grayscale: #5C5C5C. Windows color (decimal): -10266522 or 6707299. OLE color: 6707299.
HSL color Cylindrical-coordinate representation of color #635866: hue angle of 287.14º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #635866 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 88 | 102 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.6 |
| HSL | 287.14º | 0.07% | 0.37% | - |
| HSV(B) | 287.14º | 0.14% | 0.4% | - |
| XYZ | 11.03 | 10.59 | 14.03 | - |
| YUV | 92.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 102 | 0.03 | 0.14 | 0 | 0.6 | 287.14 | 0.07 | 0.37 |
| Hex | 63 | 58 | 66 | 3 | E | 0 | 3C | 11F | 7 | 25 |
| Octal | 143 | 130 | 146 | 3 | 16 | 0 | 74 | 437 | 7 | 45 |
| Binary | 1100011 | 1011000 | 1100110 | 11 | 1110 | 0 | 111100 | 100011111 | 111 | 100101 |
Color Harmonies of #635866
Complementary color
Monochromatic Colors of #635866
Black with #635866
Text Example
Text Example
White with #635866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635866; }
p { color: rgb(99,88,102); }
H1.HeaderClassName
{
color: #635866;
}
.AnyTagClassName
{
color: #635866;
}
</style>
background-color css
<style>
a { background-color: #635866; }
a { background-color: rgb(99,88,102); }
div.DivClassName
{
background-color: #635866;
}
.BgClassName
{
background-color: #635866;
}
</style>
border-color css
<style>
span { border-color: #635866; }
span { border-color: rgb(99,88,102); }
td.TdClassName
{
border-color: #635866;
}
.TagClassName
{
border-color: #635866;
}
</style>