Shades of Fedora #634E66
Tints of Fedora #634E66
RGB
CMYK
RGB Variations
Color information
#634E66 (or 0x634E66) is known color: Fedora. HEX triplet: 63, 4E and 66. RGB value is (99,78,102). Sum of RGB (Red+Green+Blue) = 99+78+102=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 102 - color contains mainly: blue. Hex color #634E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E66 is #9CB199. Grayscale: #565656. Windows color (decimal): -10269082 or 6704739. OLE color: 6704739.
HSL color Cylindrical-coordinate representation of color #634E66: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #634E66 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 78 | 102 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.6 |
| HSL | 292.5º | 0.13% | 0.35% | - |
| HSV(B) | 292.5º | 0.24% | 0.4% | - |
| XYZ | 10.27 | 9.06 | 13.78 | - |
| YUV | 87.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 102 | 0.03 | 0.24 | 0 | 0.6 | 292.5 | 0.13 | 0.35 |
| Hex | 63 | 4E | 66 | 3 | 18 | 0 | 3C | 124 | D | 23 |
| Octal | 143 | 116 | 146 | 3 | 30 | 0 | 74 | 444 | 15 | 43 |
| Binary | 1100011 | 1001110 | 1100110 | 11 | 11000 | 0 | 111100 | 100100100 | 1101 | 100011 |
Color Harmonies of #634E66
Complementary color
Monochromatic Colors of #634E66
Black with #634E66
Text Example
Text Example
White with #634E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E66; }
p { color: rgb(99,78,102); }
H1.HeaderClassName
{
color: #634E66;
}
.AnyTagClassName
{
color: #634E66;
}
</style>
background-color css
<style>
a { background-color: #634E66; }
a { background-color: rgb(99,78,102); }
div.DivClassName
{
background-color: #634E66;
}
.BgClassName
{
background-color: #634E66;
}
</style>
border-color css
<style>
span { border-color: #634E66; }
span { border-color: rgb(99,78,102); }
td.TdClassName
{
border-color: #634E66;
}
.TagClassName
{
border-color: #634E66;
}
</style>