Shades of Blue Marguerite #644DB8
Tints of Blue Marguerite #644DB8
RGB
CMYK
RGB Variations
Color information
#644DB8 (or 0x644DB8) is known color: Blue Marguerite. HEX triplet: 64, 4D and B8. RGB value is (100,77,184). Sum of RGB (Red+Green+Blue) = 100+77+184=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 184 (72.27% from 255 or 50.97% from 361); Max value from RGB is 184 - color contains mainly: blue. Hex color #644DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DB8 is #9BB247. Grayscale: #5F5F5F. Windows color (decimal): -10203720 or 12078436. OLE color: 12078436.
HSL color Cylindrical-coordinate representation of color #644DB8: hue angle of 252.9º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644DB8 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 77 | 184 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.28 |
| HSL | 252.9º | 0.43% | 0.51% | - |
| HSV(B) | 252.9º | 0.58% | 0.72% | - |
| XYZ | 16.56 | 11.48 | 46.69 | - |
| YUV | 96.08 | 177.62 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 184 | 0.46 | 0.58 | 0 | 0.28 | 252.9 | 0.43 | 0.51 |
| Hex | 64 | 4D | B8 | 2E | 3A | 0 | 1C | FD | 2B | 33 |
| Octal | 144 | 115 | 270 | 56 | 72 | 0 | 34 | 375 | 53 | 63 |
| Binary | 1100100 | 1001101 | 10111000 | 101110 | 111010 | 0 | 11100 | 11111101 | 101011 | 110011 |
Color Harmonies of #644DB8
Complementary color
Monochromatic Colors of #644DB8
Black with #644DB8
Text Example
Text Example
White with #644DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DB8; }
p { color: rgb(100,77,184); }
H1.HeaderClassName
{
color: #644DB8;
}
.AnyTagClassName
{
color: #644DB8;
}
</style>
background-color css
<style>
a { background-color: #644DB8; }
a { background-color: rgb(100,77,184); }
div.DivClassName
{
background-color: #644DB8;
}
.BgClassName
{
background-color: #644DB8;
}
</style>
border-color css
<style>
span { border-color: #644DB8; }
span { border-color: rgb(100,77,184); }
td.TdClassName
{
border-color: #644DB8;
}
.TagClassName
{
border-color: #644DB8;
}
</style>