Shades of Fedora #635768
Tints of Fedora #635768
RGB
CMYK
RGB Variations
Color information
#635768 (or 0x635768) is known color: Fedora. HEX triplet: 63, 57 and 68. RGB value is (99,87,104). Sum of RGB (Red+Green+Blue) = 99+87+104=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #635768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635768 is #9CA897. Grayscale: #5C5C5C. Windows color (decimal): -10266776 or 6838115. OLE color: 6838115.
HSL color Cylindrical-coordinate representation of color #635768: hue angle of 282.35º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #635768 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 87 | 104 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.59 |
| HSL | 282.35º | 0.09% | 0.37% | - |
| HSV(B) | 282.35º | 0.16% | 0.41% | - |
| XYZ | 11.05 | 10.47 | 14.53 | - |
| YUV | 92.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 104 | 0.05 | 0.16 | 0 | 0.59 | 282.35 | 0.09 | 0.37 |
| Hex | 63 | 57 | 68 | 5 | 10 | 0 | 3B | 11A | 9 | 25 |
| Octal | 143 | 127 | 150 | 5 | 20 | 0 | 73 | 432 | 11 | 45 |
| Binary | 1100011 | 1010111 | 1101000 | 101 | 10000 | 0 | 111011 | 100011010 | 1001 | 100101 |
Color Harmonies of #635768
Complementary color
Monochromatic Colors of #635768
Black with #635768
Text Example
Text Example
White with #635768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635768; }
p { color: rgb(99,87,104); }
H1.HeaderClassName
{
color: #635768;
}
.AnyTagClassName
{
color: #635768;
}
</style>
background-color css
<style>
a { background-color: #635768; }
a { background-color: rgb(99,87,104); }
div.DivClassName
{
background-color: #635768;
}
.BgClassName
{
background-color: #635768;
}
</style>
border-color css
<style>
span { border-color: #635768; }
span { border-color: rgb(99,87,104); }
td.TdClassName
{
border-color: #635768;
}
.TagClassName
{
border-color: #635768;
}
</style>