Shades of Blue Marguerite #644CAA
Tints of Blue Marguerite #644CAA
RGB
CMYK
RGB Variations
Color information
#644CAA (or 0x644CAA) is known color: Blue Marguerite. HEX triplet: 64, 4C and AA. RGB value is (100,76,170). Sum of RGB (Red+Green+Blue) = 100+76+170=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #644CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644CAA is #9BB355. Grayscale: #5D5D5D. Windows color (decimal): -10203990 or 11160676. OLE color: 11160676.
HSL color Cylindrical-coordinate representation of color #644CAA: hue angle of 255.32º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #644CAA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 76 | 170 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.33 |
| HSL | 255.32º | 0.38% | 0.48% | - |
| HSV(B) | 255.32º | 0.55% | 0.67% | - |
| XYZ | 15.1 | 10.78 | 39.32 | - |
| YUV | 93.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 170 | 0.41 | 0.55 | 0 | 0.33 | 255.32 | 0.38 | 0.48 |
| Hex | 64 | 4C | AA | 29 | 37 | 0 | 21 | FF | 26 | 30 |
| Octal | 144 | 114 | 252 | 51 | 67 | 0 | 41 | 377 | 46 | 60 |
| Binary | 1100100 | 1001100 | 10101010 | 101001 | 110111 | 0 | 100001 | 11111111 | 100110 | 110000 |
Color Harmonies of #644CAA
Complementary color
Monochromatic Colors of #644CAA
Black with #644CAA
Text Example
Text Example
White with #644CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644CAA; }
p { color: rgb(100,76,170); }
H1.HeaderClassName
{
color: #644CAA;
}
.AnyTagClassName
{
color: #644CAA;
}
</style>
background-color css
<style>
a { background-color: #644CAA; }
a { background-color: rgb(100,76,170); }
div.DivClassName
{
background-color: #644CAA;
}
.BgClassName
{
background-color: #644CAA;
}
</style>
border-color css
<style>
span { border-color: #644CAA; }
span { border-color: rgb(100,76,170); }
td.TdClassName
{
border-color: #644CAA;
}
.TagClassName
{
border-color: #644CAA;
}
</style>