Shades of Fedora #645168
Tints of Fedora #645168
RGB
CMYK
RGB Variations
Color information
#645168 (or 0x645168) is known color: Fedora. HEX triplet: 64, 51 and 68. RGB value is (100,81,104). Sum of RGB (Red+Green+Blue) = 100+81+104=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #645168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645168 is #9BAE97. Grayscale: #595959. Windows color (decimal): -10202776 or 6836580. OLE color: 6836580.
HSL color Cylindrical-coordinate representation of color #645168: hue angle of 289.57º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #645168 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 81 | 104 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.59 |
| HSL | 289.57º | 0.12% | 0.36% | - |
| HSV(B) | 289.57º | 0.22% | 0.41% | - |
| XYZ | 10.7 | 9.59 | 14.38 | - |
| YUV | 89.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 104 | 0.04 | 0.22 | 0 | 0.59 | 289.57 | 0.12 | 0.36 |
| Hex | 64 | 51 | 68 | 4 | 16 | 0 | 3B | 122 | C | 24 |
| Octal | 144 | 121 | 150 | 4 | 26 | 0 | 73 | 442 | 14 | 44 |
| Binary | 1100100 | 1010001 | 1101000 | 100 | 10110 | 0 | 111011 | 100100010 | 1100 | 100100 |
Color Harmonies of #645168
Complementary color
Monochromatic Colors of #645168
Black with #645168
Text Example
Text Example
White with #645168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645168; }
p { color: rgb(100,81,104); }
H1.HeaderClassName
{
color: #645168;
}
.AnyTagClassName
{
color: #645168;
}
</style>
background-color css
<style>
a { background-color: #645168; }
a { background-color: rgb(100,81,104); }
div.DivClassName
{
background-color: #645168;
}
.BgClassName
{
background-color: #645168;
}
</style>
border-color css
<style>
span { border-color: #645168; }
span { border-color: rgb(100,81,104); }
td.TdClassName
{
border-color: #645168;
}
.TagClassName
{
border-color: #645168;
}
</style>