Shades of Fedora #634B69
Tints of Fedora #634B69
RGB
CMYK
RGB Variations
Color information
#634B69 (or 0x634B69) is known color: Fedora. HEX triplet: 63, 4B and 69. RGB value is (99,75,105). Sum of RGB (Red+Green+Blue) = 99+75+105=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 105 - color contains mainly: blue. Hex color #634B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B69 is #9CB496. Grayscale: #555555. Windows color (decimal): -10269847 or 6900579. OLE color: 6900579.
HSL color Cylindrical-coordinate representation of color #634B69: hue angle of 288º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #634B69 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 75 | 105 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.59 |
| HSL | 288º | 0.17% | 0.35% | - |
| HSV(B) | 288º | 0.29% | 0.41% | - |
| XYZ | 10.21 | 8.7 | 14.51 | - |
| YUV | 85.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 105 | 0.06 | 0.29 | 0 | 0.59 | 288 | 0.17 | 0.35 |
| Hex | 63 | 4B | 69 | 6 | 1D | 0 | 3B | 120 | 11 | 23 |
| Octal | 143 | 113 | 151 | 6 | 35 | 0 | 73 | 440 | 21 | 43 |
| Binary | 1100011 | 1001011 | 1101001 | 110 | 11101 | 0 | 111011 | 100100000 | 10001 | 100011 |
Color Harmonies of #634B69
Complementary color
Monochromatic Colors of #634B69
Black with #634B69
Text Example
Text Example
White with #634B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B69; }
p { color: rgb(99,75,105); }
H1.HeaderClassName
{
color: #634B69;
}
.AnyTagClassName
{
color: #634B69;
}
</style>
background-color css
<style>
a { background-color: #634B69; }
a { background-color: rgb(99,75,105); }
div.DivClassName
{
background-color: #634B69;
}
.BgClassName
{
background-color: #634B69;
}
</style>
border-color css
<style>
span { border-color: #634B69; }
span { border-color: rgb(99,75,105); }
td.TdClassName
{
border-color: #634B69;
}
.TagClassName
{
border-color: #634B69;
}
</style>