Shades of Daisy Bush #644495
Tints of Daisy Bush #644495
RGB
CMYK
RGB Variations
Color information
#644495 (or 0x644495) is known color: Daisy Bush. HEX triplet: 64, 44 and 95. RGB value is (100,68,149). Sum of RGB (Red+Green+Blue) = 100+68+149=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #644495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644495 is #9BBB6A. Grayscale: #565656. Windows color (decimal): -10206059 or 9782372. OLE color: 9782372.
HSL color Cylindrical-coordinate representation of color #644495: hue angle of 263.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #644495 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 68 | 149 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.42 |
| HSL | 263.7º | 0.37% | 0.43% | - |
| HSV(B) | 263.7º | 0.54% | 0.58% | - |
| XYZ | 12.75 | 9.01 | 29.5 | - |
| YUV | 86.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 149 | 0.33 | 0.54 | 0 | 0.42 | 263.7 | 0.37 | 0.43 |
| Hex | 64 | 44 | 95 | 21 | 36 | 0 | 2A | 108 | 25 | 2B |
| Octal | 144 | 104 | 225 | 41 | 66 | 0 | 52 | 410 | 45 | 53 |
| Binary | 1100100 | 1000100 | 10010101 | 100001 | 110110 | 0 | 101010 | 100001000 | 100101 | 101011 |
Color Harmonies of #644495
Complementary color
Monochromatic Colors of #644495
Black with #644495
Text Example
Text Example
White with #644495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644495; }
p { color: rgb(100,68,149); }
H1.HeaderClassName
{
color: #644495;
}
.AnyTagClassName
{
color: #644495;
}
</style>
background-color css
<style>
a { background-color: #644495; }
a { background-color: rgb(100,68,149); }
div.DivClassName
{
background-color: #644495;
}
.BgClassName
{
background-color: #644495;
}
</style>
border-color css
<style>
span { border-color: #644495; }
span { border-color: rgb(100,68,149); }
td.TdClassName
{
border-color: #644495;
}
.TagClassName
{
border-color: #644495;
}
</style>