Shades of Blue Marguerite #644DAE
Tints of Blue Marguerite #644DAE
RGB
CMYK
RGB Variations
Color information
#644DAE (or 0x644DAE) is known color: Blue Marguerite. HEX triplet: 64, 4D and AE. RGB value is (100,77,174). Sum of RGB (Red+Green+Blue) = 100+77+174=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #644DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644DAE is #9BB251. Grayscale: #5E5E5E. Windows color (decimal): -10203730 or 11423076. OLE color: 11423076.
HSL color Cylindrical-coordinate representation of color #644DAE: hue angle of 254.23º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #644DAE is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 77 | 174 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.32 |
| HSL | 254.23º | 0.39% | 0.49% | - |
| HSV(B) | 254.23º | 0.56% | 0.68% | - |
| XYZ | 15.55 | 11.07 | 41.36 | - |
| YUV | 94.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 174 | 0.43 | 0.56 | 0 | 0.32 | 254.23 | 0.39 | 0.49 |
| Hex | 64 | 4D | AE | 2B | 38 | 0 | 20 | FE | 27 | 31 |
| Octal | 144 | 115 | 256 | 53 | 70 | 0 | 40 | 376 | 47 | 61 |
| Binary | 1100100 | 1001101 | 10101110 | 101011 | 111000 | 0 | 100000 | 11111110 | 100111 | 110001 |
Color Harmonies of #644DAE
Complementary color
Monochromatic Colors of #644DAE
Black with #644DAE
Text Example
Text Example
White with #644DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DAE; }
p { color: rgb(100,77,174); }
H1.HeaderClassName
{
color: #644DAE;
}
.AnyTagClassName
{
color: #644DAE;
}
</style>
background-color css
<style>
a { background-color: #644DAE; }
a { background-color: rgb(100,77,174); }
div.DivClassName
{
background-color: #644DAE;
}
.BgClassName
{
background-color: #644DAE;
}
</style>
border-color css
<style>
span { border-color: #644DAE; }
span { border-color: rgb(100,77,174); }
td.TdClassName
{
border-color: #644DAE;
}
.TagClassName
{
border-color: #644DAE;
}
</style>