Shades of Daisy Bush #644896
Tints of Daisy Bush #644896
RGB
CMYK
RGB Variations
Color information
#644896 (or 0x644896) is known color: Daisy Bush. HEX triplet: 64, 48 and 96. RGB value is (100,72,150). Sum of RGB (Red+Green+Blue) = 100+72+150=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #644896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644896 is #9BB769. Grayscale: #585858. Windows color (decimal): -10205034 or 9848932. OLE color: 9848932.
HSL color Cylindrical-coordinate representation of color #644896: hue angle of 261.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #644896 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 72 | 150 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.41 |
| HSL | 261.54º | 0.35% | 0.44% | - |
| HSV(B) | 261.54º | 0.52% | 0.59% | - |
| XYZ | 13.08 | 9.55 | 30.01 | - |
| YUV | 89.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 150 | 0.33 | 0.52 | 0 | 0.41 | 261.54 | 0.35 | 0.44 |
| Hex | 64 | 48 | 96 | 21 | 34 | 0 | 29 | 106 | 23 | 2C |
| Octal | 144 | 110 | 226 | 41 | 64 | 0 | 51 | 406 | 43 | 54 |
| Binary | 1100100 | 1001000 | 10010110 | 100001 | 110100 | 0 | 101001 | 100000110 | 100011 | 101100 |
Color Harmonies of #644896
Complementary color
Monochromatic Colors of #644896
Black with #644896
Text Example
Text Example
White with #644896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644896; }
p { color: rgb(100,72,150); }
H1.HeaderClassName
{
color: #644896;
}
.AnyTagClassName
{
color: #644896;
}
</style>
background-color css
<style>
a { background-color: #644896; }
a { background-color: rgb(100,72,150); }
div.DivClassName
{
background-color: #644896;
}
.BgClassName
{
background-color: #644896;
}
</style>
border-color css
<style>
span { border-color: #644896; }
span { border-color: rgb(100,72,150); }
td.TdClassName
{
border-color: #644896;
}
.TagClassName
{
border-color: #644896;
}
</style>