Shades of Blue Marguerite #644BAB
Tints of Blue Marguerite #644BAB
RGB
CMYK
RGB Variations
Color information
#644BAB (or 0x644BAB) is known color: Blue Marguerite. HEX triplet: 64, 4B and AB. RGB value is (100,75,171). Sum of RGB (Red+Green+Blue) = 100+75+171=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #644BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644BAB is #9BB454. Grayscale: #5D5D5D. Windows color (decimal): -10204245 or 11225956. OLE color: 11225956.
HSL color Cylindrical-coordinate representation of color #644BAB: hue angle of 255.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #644BAB is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 75 | 171 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.33 |
| HSL | 255.63º | 0.39% | 0.48% | - |
| HSV(B) | 255.63º | 0.56% | 0.67% | - |
| XYZ | 15.12 | 10.68 | 39.79 | - |
| YUV | 93.42 | 171.78 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 171 | 0.42 | 0.56 | 0 | 0.33 | 255.63 | 0.39 | 0.48 |
| Hex | 64 | 4B | AB | 2A | 38 | 0 | 21 | 100 | 27 | 30 |
| Octal | 144 | 113 | 253 | 52 | 70 | 0 | 41 | 400 | 47 | 60 |
| Binary | 1100100 | 1001011 | 10101011 | 101010 | 111000 | 0 | 100001 | 100000000 | 100111 | 110000 |
Color Harmonies of #644BAB
Complementary color
Monochromatic Colors of #644BAB
Black with #644BAB
Text Example
Text Example
White with #644BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BAB; }
p { color: rgb(100,75,171); }
H1.HeaderClassName
{
color: #644BAB;
}
.AnyTagClassName
{
color: #644BAB;
}
</style>
background-color css
<style>
a { background-color: #644BAB; }
a { background-color: rgb(100,75,171); }
div.DivClassName
{
background-color: #644BAB;
}
.BgClassName
{
background-color: #644BAB;
}
</style>
border-color css
<style>
span { border-color: #644BAB; }
span { border-color: rgb(100,75,171); }
td.TdClassName
{
border-color: #644BAB;
}
.TagClassName
{
border-color: #644BAB;
}
</style>