Shades of Blue Marguerite #644AB5
Tints of Blue Marguerite #644AB5
RGB
CMYK
RGB Variations
Color information
#644AB5 (or 0x644AB5) is known color: Blue Marguerite. HEX triplet: 64, 4A and B5. RGB value is (100,74,181). Sum of RGB (Red+Green+Blue) = 100+74+181=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #644AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644AB5 is #9BB54A. Grayscale: #5D5D5D. Windows color (decimal): -10204491 or 11881060. OLE color: 11881060.
HSL color Cylindrical-coordinate representation of color #644AB5: hue angle of 254.58º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #644AB5 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 74 | 181 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.29 |
| HSL | 254.58º | 0.42% | 0.5% | - |
| HSV(B) | 254.58º | 0.59% | 0.71% | - |
| XYZ | 16.04 | 10.94 | 44.98 | - |
| YUV | 93.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 181 | 0.45 | 0.59 | 0 | 0.29 | 254.58 | 0.42 | 0.5 |
| Hex | 64 | 4A | B5 | 2D | 3B | 0 | 1D | FF | 2A | 32 |
| Octal | 144 | 112 | 265 | 55 | 73 | 0 | 35 | 377 | 52 | 62 |
| Binary | 1100100 | 1001010 | 10110101 | 101101 | 111011 | 0 | 11101 | 11111111 | 101010 | 110010 |
Color Harmonies of #644AB5
Complementary color
Monochromatic Colors of #644AB5
Black with #644AB5
Text Example
Text Example
White with #644AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644AB5; }
p { color: rgb(100,74,181); }
H1.HeaderClassName
{
color: #644AB5;
}
.AnyTagClassName
{
color: #644AB5;
}
</style>
background-color css
<style>
a { background-color: #644AB5; }
a { background-color: rgb(100,74,181); }
div.DivClassName
{
background-color: #644AB5;
}
.BgClassName
{
background-color: #644AB5;
}
</style>
border-color css
<style>
span { border-color: #644AB5; }
span { border-color: rgb(100,74,181); }
td.TdClassName
{
border-color: #644AB5;
}
.TagClassName
{
border-color: #644AB5;
}
</style>