Shades of Blue Marguerite #644BBB
Tints of Blue Marguerite #644BBB
RGB
CMYK
RGB Variations
Color information
#644BBB (or 0x644BBB) is known color: Blue Marguerite. HEX triplet: 64, 4B and BB. RGB value is (100,75,187). Sum of RGB (Red+Green+Blue) = 100+75+187=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #644BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BBB is #9BB444. Grayscale: #5E5E5E. Windows color (decimal): -10204229 or 12274532. OLE color: 12274532.
HSL color Cylindrical-coordinate representation of color #644BBB: hue angle of 253.39º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644BBB is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 75 | 187 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.27 |
| HSL | 253.39º | 0.45% | 0.51% | - |
| HSV(B) | 253.39º | 0.6% | 0.73% | - |
| XYZ | 16.74 | 11.33 | 48.32 | - |
| YUV | 95.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 187 | 0.47 | 0.60 | 0 | 0.27 | 253.39 | 0.45 | 0.51 |
| Hex | 64 | 4B | BB | 2F | 3C | 0 | 1B | FD | 2D | 33 |
| Octal | 144 | 113 | 273 | 57 | 74 | 0 | 33 | 375 | 55 | 63 |
| Binary | 1100100 | 1001011 | 10111011 | 101111 | 111100 | 0 | 11011 | 11111101 | 101101 | 110011 |
Color Harmonies of #644BBB
Complementary color
Monochromatic Colors of #644BBB
Black with #644BBB
Text Example
Text Example
White with #644BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BBB; }
p { color: rgb(100,75,187); }
H1.HeaderClassName
{
color: #644BBB;
}
.AnyTagClassName
{
color: #644BBB;
}
</style>
background-color css
<style>
a { background-color: #644BBB; }
a { background-color: rgb(100,75,187); }
div.DivClassName
{
background-color: #644BBB;
}
.BgClassName
{
background-color: #644BBB;
}
</style>
border-color css
<style>
span { border-color: #644BBB; }
span { border-color: rgb(100,75,187); }
td.TdClassName
{
border-color: #644BBB;
}
.TagClassName
{
border-color: #644BBB;
}
</style>