Shades of Fedora #635868
Tints of Fedora #635868
RGB
CMYK
RGB Variations
Color information
#635868 (or 0x635868) is known color: Fedora. HEX triplet: 63, 58 and 68. RGB value is (99,88,104). Sum of RGB (Red+Green+Blue) = 99+88+104=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 104 - color contains mainly: blue. Hex color #635868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635868 is #9CA797. Grayscale: #5D5D5D. Windows color (decimal): -10266520 or 6838371. OLE color: 6838371.
HSL color Cylindrical-coordinate representation of color #635868: hue angle of 281.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635868 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 88 | 104 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.59 |
| HSL | 281.25º | 0.08% | 0.38% | - |
| HSV(B) | 281.25º | 0.15% | 0.41% | - |
| XYZ | 11.13 | 10.63 | 14.56 | - |
| YUV | 93.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 104 | 0.05 | 0.15 | 0 | 0.59 | 281.25 | 0.08 | 0.38 |
| Hex | 63 | 58 | 68 | 5 | F | 0 | 3B | 119 | 8 | 26 |
| Octal | 143 | 130 | 150 | 5 | 17 | 0 | 73 | 431 | 10 | 46 |
| Binary | 1100011 | 1011000 | 1101000 | 101 | 1111 | 0 | 111011 | 100011001 | 1000 | 100110 |
Color Harmonies of #635868
Complementary color
Monochromatic Colors of #635868
Black with #635868
Text Example
Text Example
White with #635868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635868; }
p { color: rgb(99,88,104); }
H1.HeaderClassName
{
color: #635868;
}
.AnyTagClassName
{
color: #635868;
}
</style>
background-color css
<style>
a { background-color: #635868; }
a { background-color: rgb(99,88,104); }
div.DivClassName
{
background-color: #635868;
}
.BgClassName
{
background-color: #635868;
}
</style>
border-color css
<style>
span { border-color: #635868; }
span { border-color: rgb(99,88,104); }
td.TdClassName
{
border-color: #635868;
}
.TagClassName
{
border-color: #635868;
}
</style>