Shades of Fedora #634E65
Tints of Fedora #634E65
RGB
CMYK
RGB Variations
Color information
#634E65 (or 0x634E65) is known color: Fedora. HEX triplet: 63, 4E and 65. RGB value is (99,78,101). Sum of RGB (Red+Green+Blue) = 99+78+101=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: blue. Hex color #634E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E65 is #9CB19A. Grayscale: #565656. Windows color (decimal): -10269083 or 6639203. OLE color: 6639203.
HSL color Cylindrical-coordinate representation of color #634E65: hue angle of 294.78º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #634E65 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 78 | 101 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.60 |
| HSL | 294.78º | 0.13% | 0.35% | - |
| HSV(B) | 294.78º | 0.23% | 0.4% | - |
| XYZ | 10.22 | 9.04 | 13.52 | - |
| YUV | 86.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 101 | 0.02 | 0.23 | 0 | 0.60 | 294.78 | 0.13 | 0.35 |
| Hex | 63 | 4E | 65 | 2 | 17 | 0 | 3C | 127 | D | 23 |
| Octal | 143 | 116 | 145 | 2 | 27 | 0 | 74 | 447 | 15 | 43 |
| Binary | 1100011 | 1001110 | 1100101 | 10 | 10111 | 0 | 111100 | 100100111 | 1101 | 100011 |
Color Harmonies of #634E65
Complementary color
Monochromatic Colors of #634E65
Black with #634E65
Text Example
Text Example
White with #634E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E65; }
p { color: rgb(99,78,101); }
H1.HeaderClassName
{
color: #634E65;
}
.AnyTagClassName
{
color: #634E65;
}
</style>
background-color css
<style>
a { background-color: #634E65; }
a { background-color: rgb(99,78,101); }
div.DivClassName
{
background-color: #634E65;
}
.BgClassName
{
background-color: #634E65;
}
</style>
border-color css
<style>
span { border-color: #634E65; }
span { border-color: rgb(99,78,101); }
td.TdClassName
{
border-color: #634E65;
}
.TagClassName
{
border-color: #634E65;
}
</style>