Shades of Blue Marguerite #644DB7
Tints of Blue Marguerite #644DB7
RGB
CMYK
RGB Variations
Color information
#644DB7 (or 0x644DB7) is known color: Blue Marguerite. HEX triplet: 64, 4D and B7. RGB value is (100,77,183). Sum of RGB (Red+Green+Blue) = 100+77+183=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 183 (71.88% from 255 or 50.83% from 360); Max value from RGB is 183 - color contains mainly: blue. Hex color #644DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #644DB7 is #9BB248. Grayscale: #5F5F5F. Windows color (decimal): -10203721 or 12012900. OLE color: 12012900.
HSL color Cylindrical-coordinate representation of color #644DB7: hue angle of 253.02º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #644DB7 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 77 | 183 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.28 |
| HSL | 253.02º | 0.42% | 0.51% | - |
| HSV(B) | 253.02º | 0.58% | 0.72% | - |
| XYZ | 16.46 | 11.44 | 46.14 | - |
| YUV | 95.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 183 | 0.45 | 0.58 | 0 | 0.28 | 253.02 | 0.42 | 0.51 |
| Hex | 64 | 4D | B7 | 2D | 3A | 0 | 1C | FD | 2A | 33 |
| Octal | 144 | 115 | 267 | 55 | 72 | 0 | 34 | 375 | 52 | 63 |
| Binary | 1100100 | 1001101 | 10110111 | 101101 | 111010 | 0 | 11100 | 11111101 | 101010 | 110011 |
Color Harmonies of #644DB7
Complementary color
Monochromatic Colors of #644DB7
Black with #644DB7
Text Example
Text Example
White with #644DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644DB7; }
p { color: rgb(100,77,183); }
H1.HeaderClassName
{
color: #644DB7;
}
.AnyTagClassName
{
color: #644DB7;
}
</style>
background-color css
<style>
a { background-color: #644DB7; }
a { background-color: rgb(100,77,183); }
div.DivClassName
{
background-color: #644DB7;
}
.BgClassName
{
background-color: #644DB7;
}
</style>
border-color css
<style>
span { border-color: #644DB7; }
span { border-color: rgb(100,77,183); }
td.TdClassName
{
border-color: #644DB7;
}
.TagClassName
{
border-color: #644DB7;
}
</style>