Shades of Fedora #645A68
Tints of Fedora #645A68
RGB
CMYK
RGB Variations
Color information
#645A68 (or 0x645A68) is known color: Fedora. HEX triplet: 64, 5A and 68. RGB value is (100,90,104). Sum of RGB (Red+Green+Blue) = 100+90+104=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 104 - color contains mainly: blue. Hex color #645A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A68 is #9BA597. Grayscale: #5E5E5E. Windows color (decimal): -10200472 or 6838884. OLE color: 6838884.
HSL color Cylindrical-coordinate representation of color #645A68: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #645A68 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 90 | 104 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.59 |
| HSL | 282.86º | 0.07% | 0.38% | - |
| HSV(B) | 282.86º | 0.13% | 0.41% | - |
| XYZ | 11.41 | 11.02 | 14.62 | - |
| YUV | 94.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 104 | 0.04 | 0.13 | 0 | 0.59 | 282.86 | 0.07 | 0.38 |
| Hex | 64 | 5A | 68 | 4 | D | 0 | 3B | 11B | 7 | 26 |
| Octal | 144 | 132 | 150 | 4 | 15 | 0 | 73 | 433 | 7 | 46 |
| Binary | 1100100 | 1011010 | 1101000 | 100 | 1101 | 0 | 111011 | 100011011 | 111 | 100110 |
Color Harmonies of #645A68
Complementary color
Monochromatic Colors of #645A68
Black with #645A68
Text Example
Text Example
White with #645A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A68; }
p { color: rgb(100,90,104); }
H1.HeaderClassName
{
color: #645A68;
}
.AnyTagClassName
{
color: #645A68;
}
</style>
background-color css
<style>
a { background-color: #645A68; }
a { background-color: rgb(100,90,104); }
div.DivClassName
{
background-color: #645A68;
}
.BgClassName
{
background-color: #645A68;
}
</style>
border-color css
<style>
span { border-color: #645A68; }
span { border-color: rgb(100,90,104); }
td.TdClassName
{
border-color: #645A68;
}
.TagClassName
{
border-color: #645A68;
}
</style>