Shades of Fedora #634E62
Tints of Fedora #634E62
RGB
CMYK
RGB Variations
Color information
#634E62 (or 0x634E62) is known color: Fedora. HEX triplet: 63, 4E and 62. RGB value is (99,78,98). Sum of RGB (Red+Green+Blue) = 99+78+98=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #634E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E62 is #9CB19D. Grayscale: #565656. Windows color (decimal): -10269086 or 6442595. OLE color: 6442595.
HSL color Cylindrical-coordinate representation of color #634E62: hue angle of 302.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #634E62 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 98 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.61 |
| HSL | 302.86º | 0.12% | 0.35% | - |
| HSV(B) | 302.86º | 0.21% | 0.39% | - |
| XYZ | 10.07 | 8.98 | 12.76 | - |
| YUV | 86.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 98 | 0 | 0.21 | 0.01 | 0.61 | 302.86 | 0.12 | 0.35 |
| Hex | 63 | 4E | 62 | 0 | 15 | 1 | 3D | 12F | C | 23 |
| Octal | 143 | 116 | 142 | 0 | 25 | 1 | 75 | 457 | 14 | 43 |
| Binary | 1100011 | 1001110 | 1100010 | 0 | 10101 | 1 | 111101 | 100101111 | 1100 | 100011 |
Color Harmonies of #634E62
Complementary color
Monochromatic Colors of #634E62
Black with #634E62
Text Example
Text Example
White with #634E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E62; }
p { color: rgb(99,78,98); }
H1.HeaderClassName
{
color: #634E62;
}
.AnyTagClassName
{
color: #634E62;
}
</style>
background-color css
<style>
a { background-color: #634E62; }
a { background-color: rgb(99,78,98); }
div.DivClassName
{
background-color: #634E62;
}
.BgClassName
{
background-color: #634E62;
}
</style>
border-color css
<style>
span { border-color: #634E62; }
span { border-color: rgb(99,78,98); }
td.TdClassName
{
border-color: #634E62;
}
.TagClassName
{
border-color: #634E62;
}
</style>