Shades of Fedora #635867
Tints of Fedora #635867
RGB
CMYK
RGB Variations
Color information
#635867 (or 0x635867) is known color: Fedora. HEX triplet: 63, 58 and 67. RGB value is (99,88,103). Sum of RGB (Red+Green+Blue) = 99+88+103=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 103 - color contains mainly: blue. Hex color #635867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635867 is #9CA798. Grayscale: #5C5C5C. Windows color (decimal): -10266521 or 6772835. OLE color: 6772835.
HSL color Cylindrical-coordinate representation of color #635867: hue angle of 284º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635867 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 88 | 103 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.60 |
| HSL | 284º | 0.08% | 0.37% | - |
| HSV(B) | 284º | 0.15% | 0.4% | - |
| XYZ | 11.08 | 10.61 | 14.3 | - |
| YUV | 93 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 103 | 0.04 | 0.15 | 0 | 0.60 | 284 | 0.08 | 0.37 |
| Hex | 63 | 58 | 67 | 4 | F | 0 | 3C | 11C | 8 | 25 |
| Octal | 143 | 130 | 147 | 4 | 17 | 0 | 74 | 434 | 10 | 45 |
| Binary | 1100011 | 1011000 | 1100111 | 100 | 1111 | 0 | 111100 | 100011100 | 1000 | 100101 |
Color Harmonies of #635867
Complementary color
Monochromatic Colors of #635867
Black with #635867
Text Example
Text Example
White with #635867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635867; }
p { color: rgb(99,88,103); }
H1.HeaderClassName
{
color: #635867;
}
.AnyTagClassName
{
color: #635867;
}
</style>
background-color css
<style>
a { background-color: #635867; }
a { background-color: rgb(99,88,103); }
div.DivClassName
{
background-color: #635867;
}
.BgClassName
{
background-color: #635867;
}
</style>
border-color css
<style>
span { border-color: #635867; }
span { border-color: rgb(99,88,103); }
td.TdClassName
{
border-color: #635867;
}
.TagClassName
{
border-color: #635867;
}
</style>