Shades of Blue Marguerite #644DB1
Tints of Blue Marguerite #644DB1
RGB
CMYK
RGB Variations
Color information
#644DB1 (or 0x644DB1) is known color: Blue Marguerite. HEX triplet: 64, 4D and B1. RGB value is (100,77,177). Sum of RGB (Red+Green+Blue) = 100+77+177=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #644DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644DB1 is #9BB24E. Grayscale: #5E5E5E. Windows color (decimal): -10203727 or 11619684. OLE color: 11619684.
HSL color Cylindrical-coordinate representation of color #644DB1: hue angle of 253.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #644DB1 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 77 | 177 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.31 |
| HSL | 253.8º | 0.39% | 0.5% | - |
| HSV(B) | 253.8º | 0.56% | 0.69% | - |
| XYZ | 15.85 | 11.19 | 42.92 | - |
| YUV | 95.28 | 174.12 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 177 | 0.44 | 0.56 | 0 | 0.31 | 253.8 | 0.39 | 0.5 |
| Hex | 64 | 4D | B1 | 2C | 38 | 0 | 1F | FE | 27 | 32 |
| Octal | 144 | 115 | 261 | 54 | 70 | 0 | 37 | 376 | 47 | 62 |
| Binary | 1100100 | 1001101 | 10110001 | 101100 | 111000 | 0 | 11111 | 11111110 | 100111 | 110010 |
Color Harmonies of #644DB1
Complementary color
Monochromatic Colors of #644DB1
Black with #644DB1
Text Example
Text Example
White with #644DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DB1; }
p { color: rgb(100,77,177); }
H1.HeaderClassName
{
color: #644DB1;
}
.AnyTagClassName
{
color: #644DB1;
}
</style>
background-color css
<style>
a { background-color: #644DB1; }
a { background-color: rgb(100,77,177); }
div.DivClassName
{
background-color: #644DB1;
}
.BgClassName
{
background-color: #644DB1;
}
</style>
border-color css
<style>
span { border-color: #644DB1; }
span { border-color: rgb(100,77,177); }
td.TdClassName
{
border-color: #644DB1;
}
.TagClassName
{
border-color: #644DB1;
}
</style>