Shades of Daisy Bush #644489
Tints of Daisy Bush #644489
RGB
CMYK
RGB Variations
Color information
#644489 (or 0x644489) is known color: Daisy Bush. HEX triplet: 64, 44 and 89. RGB value is (100,68,137). Sum of RGB (Red+Green+Blue) = 100+68+137=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 137 (53.91% from 255 or 44.92% from 305); Max value from RGB is 137 - color contains mainly: blue. Hex color #644489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644489 is #9BBB76. Grayscale: #555555. Windows color (decimal): -10206071 or 8995940. OLE color: 8995940.
HSL color Cylindrical-coordinate representation of color #644489: hue angle of 267.83º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644489 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 68 | 137 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.46 |
| HSL | 267.83º | 0.34% | 0.4% | - |
| HSV(B) | 267.83º | 0.5% | 0.54% | - |
| XYZ | 11.84 | 8.65 | 24.71 | - |
| YUV | 85.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 137 | 0.27 | 0.50 | 0 | 0.46 | 267.83 | 0.34 | 0.4 |
| Hex | 64 | 44 | 89 | 1B | 32 | 0 | 2E | 10C | 22 | 28 |
| Octal | 144 | 104 | 211 | 33 | 62 | 0 | 56 | 414 | 42 | 50 |
| Binary | 1100100 | 1000100 | 10001001 | 11011 | 110010 | 0 | 101110 | 100001100 | 100010 | 101000 |
Color Harmonies of #644489
Complementary color
Monochromatic Colors of #644489
Black with #644489
Text Example
Text Example
White with #644489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644489; }
p { color: rgb(100,68,137); }
H1.HeaderClassName
{
color: #644489;
}
.AnyTagClassName
{
color: #644489;
}
</style>
background-color css
<style>
a { background-color: #644489; }
a { background-color: rgb(100,68,137); }
div.DivClassName
{
background-color: #644489;
}
.BgClassName
{
background-color: #644489;
}
</style>
border-color css
<style>
span { border-color: #644489; }
span { border-color: rgb(100,68,137); }
td.TdClassName
{
border-color: #644489;
}
.TagClassName
{
border-color: #644489;
}
</style>