Shades of Fedora #635865
Tints of Fedora #635865
RGB
CMYK
RGB Variations
Color information
#635865 (or 0x635865) is known color: Fedora. HEX triplet: 63, 58 and 65. RGB value is (99,88,101). Sum of RGB (Red+Green+Blue) = 99+88+101=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 101 - color contains mainly: blue. Hex color #635865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635865 is #9CA79A. Grayscale: #5C5C5C. Windows color (decimal): -10266523 or 6641763. OLE color: 6641763.
HSL color Cylindrical-coordinate representation of color #635865: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #635865 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 88 | 101 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.60 |
| HSL | 290.77º | 0.07% | 0.37% | - |
| HSV(B) | 290.77º | 0.13% | 0.4% | - |
| XYZ | 10.98 | 10.57 | 13.77 | - |
| YUV | 92.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 101 | 0.02 | 0.13 | 0 | 0.60 | 290.77 | 0.07 | 0.37 |
| Hex | 63 | 58 | 65 | 2 | D | 0 | 3C | 123 | 7 | 25 |
| Octal | 143 | 130 | 145 | 2 | 15 | 0 | 74 | 443 | 7 | 45 |
| Binary | 1100011 | 1011000 | 1100101 | 10 | 1101 | 0 | 111100 | 100100011 | 111 | 100101 |
Color Harmonies of #635865
Complementary color
Monochromatic Colors of #635865
Black with #635865
Text Example
Text Example
White with #635865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635865; }
p { color: rgb(99,88,101); }
H1.HeaderClassName
{
color: #635865;
}
.AnyTagClassName
{
color: #635865;
}
</style>
background-color css
<style>
a { background-color: #635865; }
a { background-color: rgb(99,88,101); }
div.DivClassName
{
background-color: #635865;
}
.BgClassName
{
background-color: #635865;
}
</style>
border-color css
<style>
span { border-color: #635865; }
span { border-color: rgb(99,88,101); }
td.TdClassName
{
border-color: #635865;
}
.TagClassName
{
border-color: #635865;
}
</style>