Shades of Blue Marguerite #644BA8
Tints of Blue Marguerite #644BA8
RGB
CMYK
RGB Variations
Color information
#644BA8 (or 0x644BA8) is known color: Blue Marguerite. HEX triplet: 64, 4B and A8. RGB value is (100,75,168). Sum of RGB (Red+Green+Blue) = 100+75+168=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #644BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644BA8 is #9BB457. Grayscale: #5C5C5C. Windows color (decimal): -10204248 or 11029348. OLE color: 11029348.
HSL color Cylindrical-coordinate representation of color #644BA8: hue angle of 256.13º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #644BA8 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 100 | 75 | 168 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.34 |
| HSL | 256.13º | 0.38% | 0.48% | - |
| HSV(B) | 256.13º | 0.55% | 0.66% | - |
| XYZ | 14.84 | 10.57 | 38.3 | - |
| YUV | 93.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 168 | 0.40 | 0.55 | 0 | 0.34 | 256.13 | 0.38 | 0.48 |
| Hex | 64 | 4B | A8 | 28 | 37 | 0 | 22 | 100 | 26 | 30 |
| Octal | 144 | 113 | 250 | 50 | 67 | 0 | 42 | 400 | 46 | 60 |
| Binary | 1100100 | 1001011 | 10101000 | 101000 | 110111 | 0 | 100010 | 100000000 | 100110 | 110000 |
Color Harmonies of #644BA8
Complementary color
Monochromatic Colors of #644BA8
Black with #644BA8
Text Example
Text Example
White with #644BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BA8; }
p { color: rgb(100,75,168); }
H1.HeaderClassName
{
color: #644BA8;
}
.AnyTagClassName
{
color: #644BA8;
}
</style>
background-color css
<style>
a { background-color: #644BA8; }
a { background-color: rgb(100,75,168); }
div.DivClassName
{
background-color: #644BA8;
}
.BgClassName
{
background-color: #644BA8;
}
</style>
border-color css
<style>
span { border-color: #644BA8; }
span { border-color: rgb(100,75,168); }
td.TdClassName
{
border-color: #644BA8;
}
.TagClassName
{
border-color: #644BA8;
}
</style>