Shades of Daisy Bush #644586
Tints of Daisy Bush #644586
RGB
CMYK
RGB Variations
Color information
#644586 (or 0x644586) is known color: Daisy Bush. HEX triplet: 64, 45 and 86. RGB value is (100,69,134). Sum of RGB (Red+Green+Blue) = 100+69+134=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #644586 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644586 is #9BBA79. Grayscale: #555555. Windows color (decimal): -10205818 or 8799588. OLE color: 8799588.
HSL color Cylindrical-coordinate representation of color #644586: hue angle of 268.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #644586 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 69 | 134 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.47 |
| HSL | 268.62º | 0.32% | 0.4% | - |
| HSV(B) | 268.62º | 0.49% | 0.53% | - |
| XYZ | 11.69 | 8.69 | 23.62 | - |
| YUV | 85.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 134 | 0.25 | 0.49 | 0 | 0.47 | 268.62 | 0.32 | 0.4 |
| Hex | 64 | 45 | 86 | 19 | 31 | 0 | 2F | 10D | 20 | 28 |
| Octal | 144 | 105 | 206 | 31 | 61 | 0 | 57 | 415 | 40 | 50 |
| Binary | 1100100 | 1000101 | 10000110 | 11001 | 110001 | 0 | 101111 | 100001101 | 100000 | 101000 |
Color Harmonies of #644586
Complementary color
Monochromatic Colors of #644586
Black with #644586
Text Example
Text Example
White with #644586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644586; }
p { color: rgb(100,69,134); }
H1.HeaderClassName
{
color: #644586;
}
.AnyTagClassName
{
color: #644586;
}
</style>
background-color css
<style>
a { background-color: #644586; }
a { background-color: rgb(100,69,134); }
div.DivClassName
{
background-color: #644586;
}
.BgClassName
{
background-color: #644586;
}
</style>
border-color css
<style>
span { border-color: #644586; }
span { border-color: rgb(100,69,134); }
td.TdClassName
{
border-color: #644586;
}
.TagClassName
{
border-color: #644586;
}
</style>