Shades of Fedora #635869
Tints of Fedora #635869
RGB
CMYK
RGB Variations
Color information
#635869 (or 0x635869) is known color: Fedora. HEX triplet: 63, 58 and 69. RGB value is (99,88,105). Sum of RGB (Red+Green+Blue) = 99+88+105=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #635869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635869 is #9CA796. Grayscale: #5D5D5D. Windows color (decimal): -10266519 or 6903907. OLE color: 6903907.
HSL color Cylindrical-coordinate representation of color #635869: hue angle of 278.82º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #635869 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 88 | 105 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.59 |
| HSL | 278.82º | 0.09% | 0.38% | - |
| HSV(B) | 278.82º | 0.16% | 0.41% | - |
| XYZ | 11.19 | 10.65 | 14.83 | - |
| YUV | 93.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 105 | 0.06 | 0.16 | 0 | 0.59 | 278.82 | 0.09 | 0.38 |
| Hex | 63 | 58 | 69 | 6 | 10 | 0 | 3B | 117 | 9 | 26 |
| Octal | 143 | 130 | 151 | 6 | 20 | 0 | 73 | 427 | 11 | 46 |
| Binary | 1100011 | 1011000 | 1101001 | 110 | 10000 | 0 | 111011 | 100010111 | 1001 | 100110 |
Color Harmonies of #635869
Complementary color
Monochromatic Colors of #635869
Black with #635869
Text Example
Text Example
White with #635869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635869; }
p { color: rgb(99,88,105); }
H1.HeaderClassName
{
color: #635869;
}
.AnyTagClassName
{
color: #635869;
}
</style>
background-color css
<style>
a { background-color: #635869; }
a { background-color: rgb(99,88,105); }
div.DivClassName
{
background-color: #635869;
}
.BgClassName
{
background-color: #635869;
}
</style>
border-color css
<style>
span { border-color: #635869; }
span { border-color: rgb(99,88,105); }
td.TdClassName
{
border-color: #635869;
}
.TagClassName
{
border-color: #635869;
}
</style>