Shades of Daisy Bush #644595
Tints of Daisy Bush #644595
RGB
CMYK
RGB Variations
Color information
#644595 (or 0x644595) is known color: Daisy Bush. HEX triplet: 64, 45 and 95. RGB value is (100,69,149). Sum of RGB (Red+Green+Blue) = 100+69+149=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #644595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644595 is #9BBA6A. Grayscale: #575757. Windows color (decimal): -10205803 or 9782628. OLE color: 9782628.
HSL color Cylindrical-coordinate representation of color #644595: hue angle of 263.25º 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 #644595 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 69 | 149 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.42 |
| HSL | 263.25º | 0.37% | 0.43% | - |
| HSV(B) | 263.25º | 0.54% | 0.58% | - |
| XYZ | 12.81 | 9.14 | 29.52 | - |
| YUV | 87.39 | 162.77 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 149 | 0.33 | 0.54 | 0 | 0.42 | 263.25 | 0.37 | 0.43 |
| Hex | 64 | 45 | 95 | 21 | 36 | 0 | 2A | 107 | 25 | 2B |
| Octal | 144 | 105 | 225 | 41 | 66 | 0 | 52 | 407 | 45 | 53 |
| Binary | 1100100 | 1000101 | 10010101 | 100001 | 110110 | 0 | 101010 | 100000111 | 100101 | 101011 |
Color Harmonies of #644595
Complementary color
Monochromatic Colors of #644595
Black with #644595
Text Example
Text Example
White with #644595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644595; }
p { color: rgb(100,69,149); }
H1.HeaderClassName
{
color: #644595;
}
.AnyTagClassName
{
color: #644595;
}
</style>
background-color css
<style>
a { background-color: #644595; }
a { background-color: rgb(100,69,149); }
div.DivClassName
{
background-color: #644595;
}
.BgClassName
{
background-color: #644595;
}
</style>
border-color css
<style>
span { border-color: #644595; }
span { border-color: rgb(100,69,149); }
td.TdClassName
{
border-color: #644595;
}
.TagClassName
{
border-color: #644595;
}
</style>