Shades of Fedora #635267
Tints of Fedora #635267
RGB
CMYK
RGB Variations
Color information
#635267 (or 0x635267) is known color: Fedora. HEX triplet: 63, 52 and 67. RGB value is (99,82,103). Sum of RGB (Red+Green+Blue) = 99+82+103=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #635267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635267 is #9CAD98. Grayscale: #595959. Windows color (decimal): -10268057 or 6771299. OLE color: 6771299.
HSL color Cylindrical-coordinate representation of color #635267: hue angle of 288.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #635267 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 82 | 103 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.60 |
| HSL | 288.57º | 0.11% | 0.36% | - |
| HSV(B) | 288.57º | 0.2% | 0.4% | - |
| XYZ | 10.61 | 9.67 | 14.14 | - |
| YUV | 89.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 103 | 0.04 | 0.20 | 0 | 0.60 | 288.57 | 0.11 | 0.36 |
| Hex | 63 | 52 | 67 | 4 | 14 | 0 | 3C | 121 | B | 24 |
| Octal | 143 | 122 | 147 | 4 | 24 | 0 | 74 | 441 | 13 | 44 |
| Binary | 1100011 | 1010010 | 1100111 | 100 | 10100 | 0 | 111100 | 100100001 | 1011 | 100100 |
Color Harmonies of #635267
Complementary color
Monochromatic Colors of #635267
Black with #635267
Text Example
Text Example
White with #635267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635267; }
p { color: rgb(99,82,103); }
H1.HeaderClassName
{
color: #635267;
}
.AnyTagClassName
{
color: #635267;
}
</style>
background-color css
<style>
a { background-color: #635267; }
a { background-color: rgb(99,82,103); }
div.DivClassName
{
background-color: #635267;
}
.BgClassName
{
background-color: #635267;
}
</style>
border-color css
<style>
span { border-color: #635267; }
span { border-color: rgb(99,82,103); }
td.TdClassName
{
border-color: #635267;
}
.TagClassName
{
border-color: #635267;
}
</style>