Shades of Blue Marguerite #644DAC
Tints of Blue Marguerite #644DAC
RGB
CMYK
RGB Variations
Color information
#644DAC (or 0x644DAC) is known color: Blue Marguerite. HEX triplet: 64, 4D and AC. RGB value is (100,77,172). Sum of RGB (Red+Green+Blue) = 100+77+172=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #644DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644DAC is #9BB253. Grayscale: #5E5E5E. Windows color (decimal): -10203732 or 11292004. OLE color: 11292004.
HSL color Cylindrical-coordinate representation of color #644DAC: hue angle of 254.53º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #644DAC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 77 | 172 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.33 |
| HSL | 254.53º | 0.38% | 0.49% | - |
| HSV(B) | 254.53º | 0.55% | 0.67% | - |
| XYZ | 15.36 | 11 | 40.34 | - |
| YUV | 94.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 172 | 0.42 | 0.55 | 0 | 0.33 | 254.53 | 0.38 | 0.49 |
| Hex | 64 | 4D | AC | 2A | 37 | 0 | 21 | FF | 26 | 31 |
| Octal | 144 | 115 | 254 | 52 | 67 | 0 | 41 | 377 | 46 | 61 |
| Binary | 1100100 | 1001101 | 10101100 | 101010 | 110111 | 0 | 100001 | 11111111 | 100110 | 110001 |
Color Harmonies of #644DAC
Complementary color
Monochromatic Colors of #644DAC
Black with #644DAC
Text Example
Text Example
White with #644DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DAC; }
p { color: rgb(100,77,172); }
H1.HeaderClassName
{
color: #644DAC;
}
.AnyTagClassName
{
color: #644DAC;
}
</style>
background-color css
<style>
a { background-color: #644DAC; }
a { background-color: rgb(100,77,172); }
div.DivClassName
{
background-color: #644DAC;
}
.BgClassName
{
background-color: #644DAC;
}
</style>
border-color css
<style>
span { border-color: #644DAC; }
span { border-color: rgb(100,77,172); }
td.TdClassName
{
border-color: #644DAC;
}
.TagClassName
{
border-color: #644DAC;
}
</style>