Shades of Blue Marguerite #644DBB
Tints of Blue Marguerite #644DBB
RGB
CMYK
RGB Variations
Color information
#644DBB (or 0x644DBB) is known color: Blue Marguerite. HEX triplet: 64, 4D and BB. RGB value is (100,77,187). Sum of RGB (Red+Green+Blue) = 100+77+187=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #644DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DBB is #9BB244. Grayscale: #606060. Windows color (decimal): -10203717 or 12275044. OLE color: 12275044.
HSL color Cylindrical-coordinate representation of color #644DBB: hue angle of 252.55º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #644DBB is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 77 | 187 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.27 |
| HSL | 252.55º | 0.45% | 0.52% | - |
| HSV(B) | 252.55º | 0.59% | 0.73% | - |
| XYZ | 16.88 | 11.6 | 48.36 | - |
| YUV | 96.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 187 | 0.47 | 0.59 | 0 | 0.27 | 252.55 | 0.45 | 0.52 |
| Hex | 64 | 4D | BB | 2F | 3B | 0 | 1B | FD | 2D | 34 |
| Octal | 144 | 115 | 273 | 57 | 73 | 0 | 33 | 375 | 55 | 64 |
| Binary | 1100100 | 1001101 | 10111011 | 101111 | 111011 | 0 | 11011 | 11111101 | 101101 | 110100 |
Color Harmonies of #644DBB
Complementary color
Monochromatic Colors of #644DBB
Black with #644DBB
Text Example
Text Example
White with #644DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DBB; }
p { color: rgb(100,77,187); }
H1.HeaderClassName
{
color: #644DBB;
}
.AnyTagClassName
{
color: #644DBB;
}
</style>
background-color css
<style>
a { background-color: #644DBB; }
a { background-color: rgb(100,77,187); }
div.DivClassName
{
background-color: #644DBB;
}
.BgClassName
{
background-color: #644DBB;
}
</style>
border-color css
<style>
span { border-color: #644DBB; }
span { border-color: rgb(100,77,187); }
td.TdClassName
{
border-color: #644DBB;
}
.TagClassName
{
border-color: #644DBB;
}
</style>