Shades of Fedora #635468
Tints of Fedora #635468
RGB
CMYK
RGB Variations
Color information
#635468 (or 0x635468) is known color: Fedora. HEX triplet: 63, 54 and 68. RGB value is (99,84,104). Sum of RGB (Red+Green+Blue) = 99+84+104=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #635468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635468 is #9CAB97. Grayscale: #5A5A5A. Windows color (decimal): -10267544 or 6837347. OLE color: 6837347.
HSL color Cylindrical-coordinate representation of color #635468: hue angle of 285º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635468 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 84 | 104 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.59 |
| HSL | 285º | 0.11% | 0.37% | - |
| HSV(B) | 285º | 0.19% | 0.41% | - |
| XYZ | 10.81 | 9.99 | 14.46 | - |
| YUV | 90.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 104 | 0.05 | 0.19 | 0 | 0.59 | 285 | 0.11 | 0.37 |
| Hex | 63 | 54 | 68 | 5 | 13 | 0 | 3B | 11D | B | 25 |
| Octal | 143 | 124 | 150 | 5 | 23 | 0 | 73 | 435 | 13 | 45 |
| Binary | 1100011 | 1010100 | 1101000 | 101 | 10011 | 0 | 111011 | 100011101 | 1011 | 100101 |
Color Harmonies of #635468
Complementary color
Monochromatic Colors of #635468
Black with #635468
Text Example
Text Example
White with #635468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635468; }
p { color: rgb(99,84,104); }
H1.HeaderClassName
{
color: #635468;
}
.AnyTagClassName
{
color: #635468;
}
</style>
background-color css
<style>
a { background-color: #635468; }
a { background-color: rgb(99,84,104); }
div.DivClassName
{
background-color: #635468;
}
.BgClassName
{
background-color: #635468;
}
</style>
border-color css
<style>
span { border-color: #635468; }
span { border-color: rgb(99,84,104); }
td.TdClassName
{
border-color: #635468;
}
.TagClassName
{
border-color: #635468;
}
</style>