Shades of Blue Marguerite #644BAF
Tints of Blue Marguerite #644BAF
RGB
CMYK
RGB Variations
Color information
#644BAF (or 0x644BAF) is known color: Blue Marguerite. HEX triplet: 64, 4B and AF. RGB value is (100,75,175). Sum of RGB (Red+Green+Blue) = 100+75+175=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #644BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644BAF is #9BB450. Grayscale: #5D5D5D. Windows color (decimal): -10204241 or 11488100. OLE color: 11488100.
HSL color Cylindrical-coordinate representation of color #644BAF: hue angle of 255º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #644BAF is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 100 | 75 | 175 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.31 |
| HSL | 255º | 0.4% | 0.49% | - |
| HSV(B) | 255º | 0.57% | 0.69% | - |
| XYZ | 15.51 | 10.84 | 41.83 | - |
| YUV | 93.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 175 | 0.43 | 0.57 | 0 | 0.31 | 255 | 0.4 | 0.49 |
| Hex | 64 | 4B | AF | 2B | 39 | 0 | 1F | FF | 28 | 31 |
| Octal | 144 | 113 | 257 | 53 | 71 | 0 | 37 | 377 | 50 | 61 |
| Binary | 1100100 | 1001011 | 10101111 | 101011 | 111001 | 0 | 11111 | 11111111 | 101000 | 110001 |
Color Harmonies of #644BAF
Complementary color
Monochromatic Colors of #644BAF
Black with #644BAF
Text Example
Text Example
White with #644BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BAF; }
p { color: rgb(100,75,175); }
H1.HeaderClassName
{
color: #644BAF;
}
.AnyTagClassName
{
color: #644BAF;
}
</style>
background-color css
<style>
a { background-color: #644BAF; }
a { background-color: rgb(100,75,175); }
div.DivClassName
{
background-color: #644BAF;
}
.BgClassName
{
background-color: #644BAF;
}
</style>
border-color css
<style>
span { border-color: #644BAF; }
span { border-color: rgb(100,75,175); }
td.TdClassName
{
border-color: #644BAF;
}
.TagClassName
{
border-color: #644BAF;
}
</style>