Shades of Fedora #644669
Tints of Fedora #644669
RGB
CMYK
RGB Variations
Color information
#644669 (or 0x644669) is known color: Fedora. HEX triplet: 64, 46 and 69. RGB value is (100,70,105). Sum of RGB (Red+Green+Blue) = 100+70+105=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 105 - color contains mainly: blue. Hex color #644669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644669 is #9BB996. Grayscale: #525252. Windows color (decimal): -10205591 or 6899300. OLE color: 6899300.
HSL color Cylindrical-coordinate representation of color #644669: hue angle of 291.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #644669 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 70 | 105 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.59 |
| HSL | 291.43º | 0.2% | 0.34% | - |
| HSV(B) | 291.43º | 0.33% | 0.41% | - |
| XYZ | 10 | 8.11 | 14.4 | - |
| YUV | 82.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 105 | 0.05 | 0.33 | 0 | 0.59 | 291.43 | 0.2 | 0.34 |
| Hex | 64 | 46 | 69 | 5 | 21 | 0 | 3B | 123 | 14 | 22 |
| Octal | 144 | 106 | 151 | 5 | 41 | 0 | 73 | 443 | 24 | 42 |
| Binary | 1100100 | 1000110 | 1101001 | 101 | 100001 | 0 | 111011 | 100100011 | 10100 | 100010 |
Color Harmonies of #644669
Complementary color
Monochromatic Colors of #644669
Black with #644669
Text Example
Text Example
White with #644669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644669; }
p { color: rgb(100,70,105); }
H1.HeaderClassName
{
color: #644669;
}
.AnyTagClassName
{
color: #644669;
}
</style>
background-color css
<style>
a { background-color: #644669; }
a { background-color: rgb(100,70,105); }
div.DivClassName
{
background-color: #644669;
}
.BgClassName
{
background-color: #644669;
}
</style>
border-color css
<style>
span { border-color: #644669; }
span { border-color: rgb(100,70,105); }
td.TdClassName
{
border-color: #644669;
}
.TagClassName
{
border-color: #644669;
}
</style>