Shades of Fedora #634E67
Tints of Fedora #634E67
RGB
CMYK
RGB Variations
Color information
#634E67 (or 0x634E67) is known color: Fedora. HEX triplet: 63, 4E and 67. RGB value is (99,78,103). Sum of RGB (Red+Green+Blue) = 99+78+103=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #634E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634E67 is #9CB198. Grayscale: #575757. Windows color (decimal): -10269081 or 6770275. OLE color: 6770275.
HSL color Cylindrical-coordinate representation of color #634E67: hue angle of 290.4º degrees, saturation: 0.14, 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 #634E67 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 78 | 103 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.60 |
| HSL | 290.4º | 0.14% | 0.35% | - |
| HSV(B) | 290.4º | 0.24% | 0.4% | - |
| XYZ | 10.32 | 9.08 | 14.04 | - |
| YUV | 87.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 103 | 0.04 | 0.24 | 0 | 0.60 | 290.4 | 0.14 | 0.35 |
| Hex | 63 | 4E | 67 | 4 | 18 | 0 | 3C | 122 | E | 23 |
| Octal | 143 | 116 | 147 | 4 | 30 | 0 | 74 | 442 | 16 | 43 |
| Binary | 1100011 | 1001110 | 1100111 | 100 | 11000 | 0 | 111100 | 100100010 | 1110 | 100011 |
Color Harmonies of #634E67
Complementary color
Monochromatic Colors of #634E67
Black with #634E67
Text Example
Text Example
White with #634E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E67; }
p { color: rgb(99,78,103); }
H1.HeaderClassName
{
color: #634E67;
}
.AnyTagClassName
{
color: #634E67;
}
</style>
background-color css
<style>
a { background-color: #634E67; }
a { background-color: rgb(99,78,103); }
div.DivClassName
{
background-color: #634E67;
}
.BgClassName
{
background-color: #634E67;
}
</style>
border-color css
<style>
span { border-color: #634E67; }
span { border-color: rgb(99,78,103); }
td.TdClassName
{
border-color: #634E67;
}
.TagClassName
{
border-color: #634E67;
}
</style>