Shades of Daisy Bush #644493
Tints of Daisy Bush #644493
RGB
CMYK
RGB Variations
Color information
#644493 (or 0x644493) is known color: Daisy Bush. HEX triplet: 64, 44 and 93. RGB value is (100,68,147). Sum of RGB (Red+Green+Blue) = 100+68+147=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #644493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644493 is #9BBB6C. Grayscale: #565656. Windows color (decimal): -10206061 or 9651300. OLE color: 9651300.
HSL color Cylindrical-coordinate representation of color #644493: hue angle of 264.3º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #644493 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 68 | 147 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.42 |
| HSL | 264.3º | 0.37% | 0.42% | - |
| HSV(B) | 264.3º | 0.54% | 0.58% | - |
| XYZ | 12.59 | 8.95 | 28.67 | - |
| YUV | 86.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 147 | 0.32 | 0.54 | 0 | 0.42 | 264.3 | 0.37 | 0.42 |
| Hex | 64 | 44 | 93 | 20 | 36 | 0 | 2A | 108 | 25 | 2A |
| Octal | 144 | 104 | 223 | 40 | 66 | 0 | 52 | 410 | 45 | 52 |
| Binary | 1100100 | 1000100 | 10010011 | 100000 | 110110 | 0 | 101010 | 100001000 | 100101 | 101010 |
Color Harmonies of #644493
Complementary color
Monochromatic Colors of #644493
Black with #644493
Text Example
Text Example
White with #644493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644493; }
p { color: rgb(100,68,147); }
H1.HeaderClassName
{
color: #644493;
}
.AnyTagClassName
{
color: #644493;
}
</style>
background-color css
<style>
a { background-color: #644493; }
a { background-color: rgb(100,68,147); }
div.DivClassName
{
background-color: #644493;
}
.BgClassName
{
background-color: #644493;
}
</style>
border-color css
<style>
span { border-color: #644493; }
span { border-color: rgb(100,68,147); }
td.TdClassName
{
border-color: #644493;
}
.TagClassName
{
border-color: #644493;
}
</style>