Shades of Blue Marguerite #644DB0
Tints of Blue Marguerite #644DB0
RGB
CMYK
RGB Variations
Color information
#644DB0 (or 0x644DB0) is known color: Blue Marguerite. HEX triplet: 64, 4D and B0. RGB value is (100,77,176). Sum of RGB (Red+Green+Blue) = 100+77+176=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #644DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644DB0 is #9BB24F. Grayscale: #5E5E5E. Windows color (decimal): -10203728 or 11554148. OLE color: 11554148.
HSL color Cylindrical-coordinate representation of color #644DB0: hue angle of 253.94º 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 #644DB0 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 77 | 176 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.31 |
| HSL | 253.94º | 0.39% | 0.5% | - |
| HSV(B) | 253.94º | 0.56% | 0.69% | - |
| XYZ | 15.75 | 11.15 | 42.4 | - |
| YUV | 95.16 | 173.62 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 176 | 0.43 | 0.56 | 0 | 0.31 | 253.94 | 0.39 | 0.5 |
| Hex | 64 | 4D | B0 | 2B | 38 | 0 | 1F | FE | 27 | 32 |
| Octal | 144 | 115 | 260 | 53 | 70 | 0 | 37 | 376 | 47 | 62 |
| Binary | 1100100 | 1001101 | 10110000 | 101011 | 111000 | 0 | 11111 | 11111110 | 100111 | 110010 |
Color Harmonies of #644DB0
Complementary color
Monochromatic Colors of #644DB0
Black with #644DB0
Text Example
Text Example
White with #644DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DB0; }
p { color: rgb(100,77,176); }
H1.HeaderClassName
{
color: #644DB0;
}
.AnyTagClassName
{
color: #644DB0;
}
</style>
background-color css
<style>
a { background-color: #644DB0; }
a { background-color: rgb(100,77,176); }
div.DivClassName
{
background-color: #644DB0;
}
.BgClassName
{
background-color: #644DB0;
}
</style>
border-color css
<style>
span { border-color: #644DB0; }
span { border-color: rgb(100,77,176); }
td.TdClassName
{
border-color: #644DB0;
}
.TagClassName
{
border-color: #644DB0;
}
</style>