Shades of Fedora #644B6F
Tints of Fedora #644B6F
RGB
CMYK
RGB Variations
Color information
#644B6F (or 0x644B6F) is known color: Fedora. HEX triplet: 64, 4B and 6F. RGB value is (100,75,111). Sum of RGB (Red+Green+Blue) = 100+75+111=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #644B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B6F is #9BB490. Grayscale: #565656. Windows color (decimal): -10204305 or 7293796. OLE color: 7293796.
HSL color Cylindrical-coordinate representation of color #644B6F: hue angle of 281.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644B6F is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 75 | 111 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.56 |
| HSL | 281.67º | 0.19% | 0.36% | - |
| HSV(B) | 281.67º | 0.32% | 0.44% | - |
| XYZ | 10.64 | 8.89 | 16.19 | - |
| YUV | 86.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 111 | 0.10 | 0.32 | 0 | 0.56 | 281.67 | 0.19 | 0.36 |
| Hex | 64 | 4B | 6F | A | 20 | 0 | 38 | 11A | 13 | 24 |
| Octal | 144 | 113 | 157 | 12 | 40 | 0 | 70 | 432 | 23 | 44 |
| Binary | 1100100 | 1001011 | 1101111 | 1010 | 100000 | 0 | 111000 | 100011010 | 10011 | 100100 |
Color Harmonies of #644B6F
Complementary color
Monochromatic Colors of #644B6F
Black with #644B6F
Text Example
Text Example
White with #644B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B6F; }
p { color: rgb(100,75,111); }
H1.HeaderClassName
{
color: #644B6F;
}
.AnyTagClassName
{
color: #644B6F;
}
</style>
background-color css
<style>
a { background-color: #644B6F; }
a { background-color: rgb(100,75,111); }
div.DivClassName
{
background-color: #644B6F;
}
.BgClassName
{
background-color: #644B6F;
}
</style>
border-color css
<style>
span { border-color: #644B6F; }
span { border-color: rgb(100,75,111); }
td.TdClassName
{
border-color: #644B6F;
}
.TagClassName
{
border-color: #644B6F;
}
</style>