Shades of Fedora #635367
Tints of Fedora #635367
RGB
CMYK
RGB Variations
Color information
#635367 (or 0x635367) is known color: Fedora. HEX triplet: 63, 53 and 67. RGB value is (99,83,103). Sum of RGB (Red+Green+Blue) = 99+83+103=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 103 - color contains mainly: blue. Hex color #635367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635367 is #9CAC98. Grayscale: #5A5A5A. Windows color (decimal): -10267801 or 6771555. OLE color: 6771555.
HSL color Cylindrical-coordinate representation of color #635367: hue angle of 288º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635367 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 83 | 103 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.60 |
| HSL | 288º | 0.11% | 0.36% | - |
| HSV(B) | 288º | 0.19% | 0.4% | - |
| XYZ | 10.69 | 9.82 | 14.16 | - |
| YUV | 90.06 | 135.3 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 103 | 0.04 | 0.19 | 0 | 0.60 | 288 | 0.11 | 0.36 |
| Hex | 63 | 53 | 67 | 4 | 13 | 0 | 3C | 120 | B | 24 |
| Octal | 143 | 123 | 147 | 4 | 23 | 0 | 74 | 440 | 13 | 44 |
| Binary | 1100011 | 1010011 | 1100111 | 100 | 10011 | 0 | 111100 | 100100000 | 1011 | 100100 |
Color Harmonies of #635367
Complementary color
Monochromatic Colors of #635367
Black with #635367
Text Example
Text Example
White with #635367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635367; }
p { color: rgb(99,83,103); }
H1.HeaderClassName
{
color: #635367;
}
.AnyTagClassName
{
color: #635367;
}
</style>
background-color css
<style>
a { background-color: #635367; }
a { background-color: rgb(99,83,103); }
div.DivClassName
{
background-color: #635367;
}
.BgClassName
{
background-color: #635367;
}
</style>
border-color css
<style>
span { border-color: #635367; }
span { border-color: rgb(99,83,103); }
td.TdClassName
{
border-color: #635367;
}
.TagClassName
{
border-color: #635367;
}
</style>