Shades of Blue Marguerite #644EA3
Tints of Blue Marguerite #644EA3
RGB
CMYK
RGB Variations
Color information
#644EA3 (or 0x644EA3) is known color: Blue Marguerite. HEX triplet: 64, 4E and A3. RGB value is (100,78,163). Sum of RGB (Red+Green+Blue) = 100+78+163=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 163 (64.06% from 255 or 47.80% from 341); Max value from RGB is 163 - color contains mainly: blue. Hex color #644EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644EA3 is #9BB15C. Grayscale: #5D5D5D. Windows color (decimal): -10203485 or 10702436. OLE color: 10702436.
HSL color Cylindrical-coordinate representation of color #644EA3: hue angle of 255.53º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #644EA3 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 78 | 163 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.36 |
| HSL | 255.53º | 0.35% | 0.47% | - |
| HSV(B) | 255.53º | 0.52% | 0.64% | - |
| XYZ | 14.59 | 10.8 | 35.97 | - |
| YUV | 94.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 163 | 0.39 | 0.52 | 0 | 0.36 | 255.53 | 0.35 | 0.47 |
| Hex | 64 | 4E | A3 | 27 | 34 | 0 | 24 | 100 | 23 | 2F |
| Octal | 144 | 116 | 243 | 47 | 64 | 0 | 44 | 400 | 43 | 57 |
| Binary | 1100100 | 1001110 | 10100011 | 100111 | 110100 | 0 | 100100 | 100000000 | 100011 | 101111 |
Color Harmonies of #644EA3
Complementary color
Monochromatic Colors of #644EA3
Black with #644EA3
Text Example
Text Example
White with #644EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644EA3; }
p { color: rgb(100,78,163); }
H1.HeaderClassName
{
color: #644EA3;
}
.AnyTagClassName
{
color: #644EA3;
}
</style>
background-color css
<style>
a { background-color: #644EA3; }
a { background-color: rgb(100,78,163); }
div.DivClassName
{
background-color: #644EA3;
}
.BgClassName
{
background-color: #644EA3;
}
</style>
border-color css
<style>
span { border-color: #644EA3; }
span { border-color: rgb(100,78,163); }
td.TdClassName
{
border-color: #644EA3;
}
.TagClassName
{
border-color: #644EA3;
}
</style>