Shades of Blue Marguerite #644AAC
Tints of Blue Marguerite #644AAC
RGB
CMYK
RGB Variations
Color information
#644AAC (or 0x644AAC) is known color: Blue Marguerite. HEX triplet: 64, 4A and AC. RGB value is (100,74,172). Sum of RGB (Red+Green+Blue) = 100+74+172=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #644AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644AAC is #9BB553. Grayscale: #5C5C5C. Windows color (decimal): -10204500 or 11291236. OLE color: 11291236.
HSL color Cylindrical-coordinate representation of color #644AAC: hue angle of 255.92º 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 #644AAC is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 74 | 172 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.33 |
| HSL | 255.92º | 0.4% | 0.48% | - |
| HSV(B) | 255.92º | 0.57% | 0.67% | - |
| XYZ | 15.15 | 10.59 | 40.27 | - |
| YUV | 92.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 172 | 0.42 | 0.57 | 0 | 0.33 | 255.92 | 0.4 | 0.48 |
| Hex | 64 | 4A | AC | 2A | 39 | 0 | 21 | 100 | 28 | 30 |
| Octal | 144 | 112 | 254 | 52 | 71 | 0 | 41 | 400 | 50 | 60 |
| Binary | 1100100 | 1001010 | 10101100 | 101010 | 111001 | 0 | 100001 | 100000000 | 101000 | 110000 |
Color Harmonies of #644AAC
Complementary color
Monochromatic Colors of #644AAC
Black with #644AAC
Text Example
Text Example
White with #644AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644AAC; }
p { color: rgb(100,74,172); }
H1.HeaderClassName
{
color: #644AAC;
}
.AnyTagClassName
{
color: #644AAC;
}
</style>
background-color css
<style>
a { background-color: #644AAC; }
a { background-color: rgb(100,74,172); }
div.DivClassName
{
background-color: #644AAC;
}
.BgClassName
{
background-color: #644AAC;
}
</style>
border-color css
<style>
span { border-color: #644AAC; }
span { border-color: rgb(100,74,172); }
td.TdClassName
{
border-color: #644AAC;
}
.TagClassName
{
border-color: #644AAC;
}
</style>