Shades of Blue Marguerite #644DB6
Tints of Blue Marguerite #644DB6
RGB
CMYK
RGB Variations
Color information
#644DB6 (or 0x644DB6) is known color: Blue Marguerite. HEX triplet: 64, 4D and B6. RGB value is (100,77,182). Sum of RGB (Red+Green+Blue) = 100+77+182=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #644DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DB6 is #9BB249. Grayscale: #5F5F5F. Windows color (decimal): -10203722 or 11947364. OLE color: 11947364.
HSL color Cylindrical-coordinate representation of color #644DB6: hue angle of 253.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644DB6 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 77 | 182 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.29 |
| HSL | 253.14º | 0.42% | 0.51% | - |
| HSV(B) | 253.14º | 0.58% | 0.71% | - |
| XYZ | 16.35 | 11.39 | 45.59 | - |
| YUV | 95.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 182 | 0.45 | 0.58 | 0 | 0.29 | 253.14 | 0.42 | 0.51 |
| Hex | 64 | 4D | B6 | 2D | 3A | 0 | 1D | FD | 2A | 33 |
| Octal | 144 | 115 | 266 | 55 | 72 | 0 | 35 | 375 | 52 | 63 |
| Binary | 1100100 | 1001101 | 10110110 | 101101 | 111010 | 0 | 11101 | 11111101 | 101010 | 110011 |
Color Harmonies of #644DB6
Complementary color
Monochromatic Colors of #644DB6
Black with #644DB6
Text Example
Text Example
White with #644DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DB6; }
p { color: rgb(100,77,182); }
H1.HeaderClassName
{
color: #644DB6;
}
.AnyTagClassName
{
color: #644DB6;
}
</style>
background-color css
<style>
a { background-color: #644DB6; }
a { background-color: rgb(100,77,182); }
div.DivClassName
{
background-color: #644DB6;
}
.BgClassName
{
background-color: #644DB6;
}
</style>
border-color css
<style>
span { border-color: #644DB6; }
span { border-color: rgb(100,77,182); }
td.TdClassName
{
border-color: #644DB6;
}
.TagClassName
{
border-color: #644DB6;
}
</style>