Shades of Blue Marguerite #644FA1
Tints of Blue Marguerite #644FA1
RGB
CMYK
RGB Variations
Color information
#644FA1 (or 0x644FA1) is known color: Blue Marguerite. HEX triplet: 64, 4F and A1. RGB value is (100,79,161). Sum of RGB (Red+Green+Blue) = 100+79+161=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 161 (63.28% from 255 or 47.35% from 340); Max value from RGB is 161 - color contains mainly: blue. Hex color #644FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644FA1 is #9BB05E. Grayscale: #5E5E5E. Windows color (decimal): -10203231 or 10571620. OLE color: 10571620.
HSL color Cylindrical-coordinate representation of color #644FA1: hue angle of 255.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #644FA1 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 79 | 161 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.37 |
| HSL | 255.37º | 0.34% | 0.47% | - |
| HSV(B) | 255.37º | 0.51% | 0.63% | - |
| XYZ | 14.48 | 10.87 | 35.05 | - |
| YUV | 94.63 | 165.46 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 161 | 0.38 | 0.51 | 0 | 0.37 | 255.37 | 0.34 | 0.47 |
| Hex | 64 | 4F | A1 | 26 | 33 | 0 | 25 | FF | 22 | 2F |
| Octal | 144 | 117 | 241 | 46 | 63 | 0 | 45 | 377 | 42 | 57 |
| Binary | 1100100 | 1001111 | 10100001 | 100110 | 110011 | 0 | 100101 | 11111111 | 100010 | 101111 |
Color Harmonies of #644FA1
Complementary color
Monochromatic Colors of #644FA1
Black with #644FA1
Text Example
Text Example
White with #644FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644FA1; }
p { color: rgb(100,79,161); }
H1.HeaderClassName
{
color: #644FA1;
}
.AnyTagClassName
{
color: #644FA1;
}
</style>
background-color css
<style>
a { background-color: #644FA1; }
a { background-color: rgb(100,79,161); }
div.DivClassName
{
background-color: #644FA1;
}
.BgClassName
{
background-color: #644FA1;
}
</style>
border-color css
<style>
span { border-color: #644FA1; }
span { border-color: rgb(100,79,161); }
td.TdClassName
{
border-color: #644FA1;
}
.TagClassName
{
border-color: #644FA1;
}
</style>