Shades of Blue Marguerite #644BAC
Tints of Blue Marguerite #644BAC
RGB
CMYK
RGB Variations
Color information
#644BAC (or 0x644BAC) is known color: Blue Marguerite. HEX triplet: 64, 4B and AC. RGB value is (100,75,172). Sum of RGB (Red+Green+Blue) = 100+75+172=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #644BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644BAC is #9BB453. Grayscale: #5D5D5D. Windows color (decimal): -10204244 or 11291492. OLE color: 11291492.
HSL color Cylindrical-coordinate representation of color #644BAC: hue angle of 255.46º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #644BAC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 75 | 172 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.33 |
| HSL | 255.46º | 0.39% | 0.48% | - |
| HSV(B) | 255.46º | 0.56% | 0.67% | - |
| XYZ | 15.22 | 10.72 | 40.3 | - |
| YUV | 93.53 | 172.28 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 172 | 0.42 | 0.56 | 0 | 0.33 | 255.46 | 0.39 | 0.48 |
| Hex | 64 | 4B | AC | 2A | 38 | 0 | 21 | FF | 27 | 30 |
| Octal | 144 | 113 | 254 | 52 | 70 | 0 | 41 | 377 | 47 | 60 |
| Binary | 1100100 | 1001011 | 10101100 | 101010 | 111000 | 0 | 100001 | 11111111 | 100111 | 110000 |
Color Harmonies of #644BAC
Complementary color
Monochromatic Colors of #644BAC
Black with #644BAC
Text Example
Text Example
White with #644BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BAC; }
p { color: rgb(100,75,172); }
H1.HeaderClassName
{
color: #644BAC;
}
.AnyTagClassName
{
color: #644BAC;
}
</style>
background-color css
<style>
a { background-color: #644BAC; }
a { background-color: rgb(100,75,172); }
div.DivClassName
{
background-color: #644BAC;
}
.BgClassName
{
background-color: #644BAC;
}
</style>
border-color css
<style>
span { border-color: #644BAC; }
span { border-color: rgb(100,75,172); }
td.TdClassName
{
border-color: #644BAC;
}
.TagClassName
{
border-color: #644BAC;
}
</style>