Shades of Fedora #645B68
Tints of Fedora #645B68
RGB
CMYK
RGB Variations
Color information
#645B68 (or 0x645B68) is known color: Fedora. HEX triplet: 64, 5B and 68. RGB value is (100,91,104). Sum of RGB (Red+Green+Blue) = 100+91+104=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #645B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B68 is #9BA497. Grayscale: #5F5F5F. Windows color (decimal): -10200216 or 6839140. OLE color: 6839140.
HSL color Cylindrical-coordinate representation of color #645B68: hue angle of 281.54º degrees, saturation: 0.07, 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 #645B68 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 91 | 104 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.59 |
| HSL | 281.54º | 0.07% | 0.38% | - |
| HSV(B) | 281.54º | 0.13% | 0.41% | - |
| XYZ | 11.5 | 11.19 | 14.65 | - |
| YUV | 95.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 104 | 0.04 | 0.12 | 0 | 0.59 | 281.54 | 0.07 | 0.38 |
| Hex | 64 | 5B | 68 | 4 | C | 0 | 3B | 11A | 7 | 26 |
| Octal | 144 | 133 | 150 | 4 | 14 | 0 | 73 | 432 | 7 | 46 |
| Binary | 1100100 | 1011011 | 1101000 | 100 | 1100 | 0 | 111011 | 100011010 | 111 | 100110 |
Color Harmonies of #645B68
Complementary color
Monochromatic Colors of #645B68
Black with #645B68
Text Example
Text Example
White with #645B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B68; }
p { color: rgb(100,91,104); }
H1.HeaderClassName
{
color: #645B68;
}
.AnyTagClassName
{
color: #645B68;
}
</style>
background-color css
<style>
a { background-color: #645B68; }
a { background-color: rgb(100,91,104); }
div.DivClassName
{
background-color: #645B68;
}
.BgClassName
{
background-color: #645B68;
}
</style>
border-color css
<style>
span { border-color: #645B68; }
span { border-color: rgb(100,91,104); }
td.TdClassName
{
border-color: #645B68;
}
.TagClassName
{
border-color: #645B68;
}
</style>