Shades of Fedora #635A68
Tints of Fedora #635A68
RGB
CMYK
RGB Variations
Color information
#635A68 (or 0x635A68) is known color: Fedora. HEX triplet: 63, 5A and 68. RGB value is (99,90,104). Sum of RGB (Red+Green+Blue) = 99+90+104=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #635A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A68 is #9CA597. Grayscale: #5E5E5E. Windows color (decimal): -10266008 or 6838883. OLE color: 6838883.
HSL color Cylindrical-coordinate representation of color #635A68: hue angle of 278.57º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #635A68 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 90 | 104 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.59 |
| HSL | 278.57º | 0.07% | 0.38% | - |
| HSV(B) | 278.57º | 0.13% | 0.41% | - |
| XYZ | 11.3 | 10.96 | 14.62 | - |
| YUV | 94.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 104 | 0.05 | 0.13 | 0 | 0.59 | 278.57 | 0.07 | 0.38 |
| Hex | 63 | 5A | 68 | 5 | D | 0 | 3B | 117 | 7 | 26 |
| Octal | 143 | 132 | 150 | 5 | 15 | 0 | 73 | 427 | 7 | 46 |
| Binary | 1100011 | 1011010 | 1101000 | 101 | 1101 | 0 | 111011 | 100010111 | 111 | 100110 |
Color Harmonies of #635A68
Complementary color
Monochromatic Colors of #635A68
Black with #635A68
Text Example
Text Example
White with #635A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A68; }
p { color: rgb(99,90,104); }
H1.HeaderClassName
{
color: #635A68;
}
.AnyTagClassName
{
color: #635A68;
}
</style>
background-color css
<style>
a { background-color: #635A68; }
a { background-color: rgb(99,90,104); }
div.DivClassName
{
background-color: #635A68;
}
.BgClassName
{
background-color: #635A68;
}
</style>
border-color css
<style>
span { border-color: #635A68; }
span { border-color: rgb(99,90,104); }
td.TdClassName
{
border-color: #635A68;
}
.TagClassName
{
border-color: #635A68;
}
</style>