Shades of Fedora #645769
Tints of Fedora #645769
RGB
CMYK
RGB Variations
Color information
#645769 (or 0x645769) is known color: Fedora. HEX triplet: 64, 57 and 69. RGB value is (100,87,105). Sum of RGB (Red+Green+Blue) = 100+87+105=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #645769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645769 is #9BA896. Grayscale: #5C5C5C. Windows color (decimal): -10201239 or 6903652. OLE color: 6903652.
HSL color Cylindrical-coordinate representation of color #645769: hue angle of 283.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645769 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 87 | 105 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.59 |
| HSL | 283.33º | 0.09% | 0.38% | - |
| HSV(B) | 283.33º | 0.17% | 0.41% | - |
| XYZ | 11.21 | 10.55 | 14.81 | - |
| YUV | 92.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 105 | 0.05 | 0.17 | 0 | 0.59 | 283.33 | 0.09 | 0.38 |
| Hex | 64 | 57 | 69 | 5 | 11 | 0 | 3B | 11B | 9 | 26 |
| Octal | 144 | 127 | 151 | 5 | 21 | 0 | 73 | 433 | 11 | 46 |
| Binary | 1100100 | 1010111 | 1101001 | 101 | 10001 | 0 | 111011 | 100011011 | 1001 | 100110 |
Color Harmonies of #645769
Complementary color
Monochromatic Colors of #645769
Black with #645769
Text Example
Text Example
White with #645769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645769; }
p { color: rgb(100,87,105); }
H1.HeaderClassName
{
color: #645769;
}
.AnyTagClassName
{
color: #645769;
}
</style>
background-color css
<style>
a { background-color: #645769; }
a { background-color: rgb(100,87,105); }
div.DivClassName
{
background-color: #645769;
}
.BgClassName
{
background-color: #645769;
}
</style>
border-color css
<style>
span { border-color: #645769; }
span { border-color: rgb(100,87,105); }
td.TdClassName
{
border-color: #645769;
}
.TagClassName
{
border-color: #645769;
}
</style>