Shades of Fedora #645C68
Tints of Fedora #645C68
RGB
CMYK
RGB Variations
Color information
#645C68 (or 0x645C68) is known color: Fedora. HEX triplet: 64, 5C and 68. RGB value is (100,92,104). Sum of RGB (Red+Green+Blue) = 100+92+104=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 104 - color contains mainly: blue. Hex color #645C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C68 is #9BA397. Grayscale: #5F5F5F. Windows color (decimal): -10199960 or 6839396. OLE color: 6839396.
HSL color Cylindrical-coordinate representation of color #645C68: hue angle of 280º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #645C68 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 92 | 104 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.59 |
| HSL | 280º | 0.06% | 0.38% | - |
| HSV(B) | 280º | 0.12% | 0.41% | - |
| XYZ | 11.58 | 11.36 | 14.68 | - |
| YUV | 95.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 104 | 0.04 | 0.12 | 0 | 0.59 | 280 | 0.06 | 0.38 |
| Hex | 64 | 5C | 68 | 4 | C | 0 | 3B | 118 | 6 | 26 |
| Octal | 144 | 134 | 150 | 4 | 14 | 0 | 73 | 430 | 6 | 46 |
| Binary | 1100100 | 1011100 | 1101000 | 100 | 1100 | 0 | 111011 | 100011000 | 110 | 100110 |
Color Harmonies of #645C68
Complementary color
Monochromatic Colors of #645C68
Black with #645C68
Text Example
Text Example
White with #645C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C68; }
p { color: rgb(100,92,104); }
H1.HeaderClassName
{
color: #645C68;
}
.AnyTagClassName
{
color: #645C68;
}
</style>
background-color css
<style>
a { background-color: #645C68; }
a { background-color: rgb(100,92,104); }
div.DivClassName
{
background-color: #645C68;
}
.BgClassName
{
background-color: #645C68;
}
</style>
border-color css
<style>
span { border-color: #645C68; }
span { border-color: rgb(100,92,104); }
td.TdClassName
{
border-color: #645C68;
}
.TagClassName
{
border-color: #645C68;
}
</style>