Shades of Blue Marguerite #644AAB
Tints of Blue Marguerite #644AAB
RGB
CMYK
RGB Variations
Color information
#644AAB (or 0x644AAB) is known color: Blue Marguerite. HEX triplet: 64, 4A and AB. RGB value is (100,74,171). Sum of RGB (Red+Green+Blue) = 100+74+171=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #644AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644AAB is #9BB554. Grayscale: #5C5C5C. Windows color (decimal): -10204501 or 11225700. OLE color: 11225700.
HSL color Cylindrical-coordinate representation of color #644AAB: hue angle of 256.08º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #644AAB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 74 | 171 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.33 |
| HSL | 256.08º | 0.4% | 0.48% | - |
| HSV(B) | 256.08º | 0.57% | 0.67% | - |
| XYZ | 15.05 | 10.55 | 39.77 | - |
| YUV | 92.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 171 | 0.42 | 0.57 | 0 | 0.33 | 256.08 | 0.4 | 0.48 |
| Hex | 64 | 4A | AB | 2A | 39 | 0 | 21 | 100 | 28 | 30 |
| Octal | 144 | 112 | 253 | 52 | 71 | 0 | 41 | 400 | 50 | 60 |
| Binary | 1100100 | 1001010 | 10101011 | 101010 | 111001 | 0 | 100001 | 100000000 | 101000 | 110000 |
Color Harmonies of #644AAB
Complementary color
Monochromatic Colors of #644AAB
Black with #644AAB
Text Example
Text Example
White with #644AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644AAB; }
p { color: rgb(100,74,171); }
H1.HeaderClassName
{
color: #644AAB;
}
.AnyTagClassName
{
color: #644AAB;
}
</style>
background-color css
<style>
a { background-color: #644AAB; }
a { background-color: rgb(100,74,171); }
div.DivClassName
{
background-color: #644AAB;
}
.BgClassName
{
background-color: #644AAB;
}
</style>
border-color css
<style>
span { border-color: #644AAB; }
span { border-color: rgb(100,74,171); }
td.TdClassName
{
border-color: #644AAB;
}
.TagClassName
{
border-color: #644AAB;
}
</style>