Shades of Fedora #635A67
Tints of Fedora #635A67
RGB
CMYK
RGB Variations
Color information
#635A67 (or 0x635A67) is known color: Fedora. HEX triplet: 63, 5A and 67. RGB value is (99,90,103). Sum of RGB (Red+Green+Blue) = 99+90+103=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 103 - color contains mainly: blue. Hex color #635A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A67 is #9CA598. Grayscale: #5E5E5E. Windows color (decimal): -10266009 or 6773347. OLE color: 6773347.
HSL color Cylindrical-coordinate representation of color #635A67: hue angle of 281.54º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #635A67 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 90 | 103 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.60 |
| HSL | 281.54º | 0.07% | 0.38% | - |
| HSV(B) | 281.54º | 0.13% | 0.4% | - |
| XYZ | 11.25 | 10.94 | 14.35 | - |
| YUV | 94.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 103 | 0.04 | 0.13 | 0 | 0.60 | 281.54 | 0.07 | 0.38 |
| Hex | 63 | 5A | 67 | 4 | D | 0 | 3C | 11A | 7 | 26 |
| Octal | 143 | 132 | 147 | 4 | 15 | 0 | 74 | 432 | 7 | 46 |
| Binary | 1100011 | 1011010 | 1100111 | 100 | 1101 | 0 | 111100 | 100011010 | 111 | 100110 |
Color Harmonies of #635A67
Complementary color
Monochromatic Colors of #635A67
Black with #635A67
Text Example
Text Example
White with #635A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A67; }
p { color: rgb(99,90,103); }
H1.HeaderClassName
{
color: #635A67;
}
.AnyTagClassName
{
color: #635A67;
}
</style>
background-color css
<style>
a { background-color: #635A67; }
a { background-color: rgb(99,90,103); }
div.DivClassName
{
background-color: #635A67;
}
.BgClassName
{
background-color: #635A67;
}
</style>
border-color css
<style>
span { border-color: #635A67; }
span { border-color: rgb(99,90,103); }
td.TdClassName
{
border-color: #635A67;
}
.TagClassName
{
border-color: #635A67;
}
</style>