Shades of Fedora #634A69
Tints of Fedora #634A69
RGB
CMYK
RGB Variations
Color information
#634A69 (or 0x634A69) is known color: Fedora. HEX triplet: 63, 4A and 69. RGB value is (99,74,105). Sum of RGB (Red+Green+Blue) = 99+74+105=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 105 - color contains mainly: blue. Hex color #634A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634A69 is #9CB596. Grayscale: #545454. Windows color (decimal): -10270103 or 6900323. OLE color: 6900323.
HSL color Cylindrical-coordinate representation of color #634A69: hue angle of 288.39º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #634A69 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 74 | 105 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.59 |
| HSL | 288.39º | 0.17% | 0.35% | - |
| HSV(B) | 288.39º | 0.3% | 0.41% | - |
| XYZ | 10.14 | 8.57 | 14.48 | - |
| YUV | 85.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 105 | 0.06 | 0.30 | 0 | 0.59 | 288.39 | 0.17 | 0.35 |
| Hex | 63 | 4A | 69 | 6 | 1E | 0 | 3B | 120 | 11 | 23 |
| Octal | 143 | 112 | 151 | 6 | 36 | 0 | 73 | 440 | 21 | 43 |
| Binary | 1100011 | 1001010 | 1101001 | 110 | 11110 | 0 | 111011 | 100100000 | 10001 | 100011 |
Color Harmonies of #634A69
Complementary color
Monochromatic Colors of #634A69
Black with #634A69
Text Example
Text Example
White with #634A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A69; }
p { color: rgb(99,74,105); }
H1.HeaderClassName
{
color: #634A69;
}
.AnyTagClassName
{
color: #634A69;
}
</style>
background-color css
<style>
a { background-color: #634A69; }
a { background-color: rgb(99,74,105); }
div.DivClassName
{
background-color: #634A69;
}
.BgClassName
{
background-color: #634A69;
}
</style>
border-color css
<style>
span { border-color: #634A69; }
span { border-color: rgb(99,74,105); }
td.TdClassName
{
border-color: #634A69;
}
.TagClassName
{
border-color: #634A69;
}
</style>