Shades of Fedora #645969
Tints of Fedora #645969
RGB
CMYK
RGB Variations
Color information
#645969 (or 0x645969) is known color: Fedora. HEX triplet: 64, 59 and 69. RGB value is (100,89,105). Sum of RGB (Red+Green+Blue) = 100+89+105=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 105 - color contains mainly: blue. Hex color #645969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645969 is #9BA696. Grayscale: #5E5E5E. Windows color (decimal): -10200727 or 6904164. OLE color: 6904164.
HSL color Cylindrical-coordinate representation of color #645969: hue angle of 281.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #645969 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 89 | 105 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.59 |
| HSL | 281.25º | 0.08% | 0.38% | - |
| HSV(B) | 281.25º | 0.15% | 0.41% | - |
| XYZ | 11.38 | 10.87 | 14.86 | - |
| YUV | 94.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 105 | 0.05 | 0.15 | 0 | 0.59 | 281.25 | 0.08 | 0.38 |
| Hex | 64 | 59 | 69 | 5 | F | 0 | 3B | 119 | 8 | 26 |
| Octal | 144 | 131 | 151 | 5 | 17 | 0 | 73 | 431 | 10 | 46 |
| Binary | 1100100 | 1011001 | 1101001 | 101 | 1111 | 0 | 111011 | 100011001 | 1000 | 100110 |
Color Harmonies of #645969
Complementary color
Monochromatic Colors of #645969
Black with #645969
Text Example
Text Example
White with #645969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645969; }
p { color: rgb(100,89,105); }
H1.HeaderClassName
{
color: #645969;
}
.AnyTagClassName
{
color: #645969;
}
</style>
background-color css
<style>
a { background-color: #645969; }
a { background-color: rgb(100,89,105); }
div.DivClassName
{
background-color: #645969;
}
.BgClassName
{
background-color: #645969;
}
</style>
border-color css
<style>
span { border-color: #645969; }
span { border-color: rgb(100,89,105); }
td.TdClassName
{
border-color: #645969;
}
.TagClassName
{
border-color: #645969;
}
</style>