Shades of Blue Marguerite #644BBA
Tints of Blue Marguerite #644BBA
RGB
CMYK
RGB Variations
Color information
#644BBA (or 0x644BBA) is known color: Blue Marguerite. HEX triplet: 64, 4B and BA. RGB value is (100,75,186). Sum of RGB (Red+Green+Blue) = 100+75+186=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #644BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BBA is #9BB445. Grayscale: #5E5E5E. Windows color (decimal): -10204230 or 12208996. OLE color: 12208996.
HSL color Cylindrical-coordinate representation of color #644BBA: hue angle of 253.51º 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 #644BBA is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 75 | 186 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.27 |
| HSL | 253.51º | 0.45% | 0.51% | - |
| HSV(B) | 253.51º | 0.6% | 0.73% | - |
| XYZ | 16.63 | 11.29 | 47.76 | - |
| YUV | 95.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 186 | 0.46 | 0.60 | 0 | 0.27 | 253.51 | 0.45 | 0.51 |
| Hex | 64 | 4B | BA | 2E | 3C | 0 | 1B | FE | 2D | 33 |
| Octal | 144 | 113 | 272 | 56 | 74 | 0 | 33 | 376 | 55 | 63 |
| Binary | 1100100 | 1001011 | 10111010 | 101110 | 111100 | 0 | 11011 | 11111110 | 101101 | 110011 |
Color Harmonies of #644BBA
Complementary color
Monochromatic Colors of #644BBA
Black with #644BBA
Text Example
Text Example
White with #644BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644BBA; }
p { color: rgb(100,75,186); }
H1.HeaderClassName
{
color: #644BBA;
}
.AnyTagClassName
{
color: #644BBA;
}
</style>
background-color css
<style>
a { background-color: #644BBA; }
a { background-color: rgb(100,75,186); }
div.DivClassName
{
background-color: #644BBA;
}
.BgClassName
{
background-color: #644BBA;
}
</style>
border-color css
<style>
span { border-color: #644BBA; }
span { border-color: rgb(100,75,186); }
td.TdClassName
{
border-color: #644BBA;
}
.TagClassName
{
border-color: #644BBA;
}
</style>