Shades of Daisy Bush #644685
Tints of Daisy Bush #644685
RGB
CMYK
RGB Variations
Color information
#644685 (or 0x644685) is known color: Daisy Bush. HEX triplet: 64, 46 and 85. RGB value is (100,70,133). Sum of RGB (Red+Green+Blue) = 100+70+133=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #644685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644685 is #9BB97A. Grayscale: #555555. Windows color (decimal): -10205563 or 8734308. OLE color: 8734308.
HSL color Cylindrical-coordinate representation of color #644685: hue angle of 268.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #644685 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 70 | 133 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.48 |
| HSL | 268.57º | 0.31% | 0.4% | - |
| HSV(B) | 268.57º | 0.47% | 0.52% | - |
| XYZ | 11.68 | 8.78 | 23.27 | - |
| YUV | 86.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 133 | 0.25 | 0.47 | 0 | 0.48 | 268.57 | 0.31 | 0.4 |
| Hex | 64 | 46 | 85 | 19 | 2F | 0 | 30 | 10D | 1F | 28 |
| Octal | 144 | 106 | 205 | 31 | 57 | 0 | 60 | 415 | 37 | 50 |
| Binary | 1100100 | 1000110 | 10000101 | 11001 | 101111 | 0 | 110000 | 100001101 | 11111 | 101000 |
Color Harmonies of #644685
Complementary color
Monochromatic Colors of #644685
Black with #644685
Text Example
Text Example
White with #644685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644685; }
p { color: rgb(100,70,133); }
H1.HeaderClassName
{
color: #644685;
}
.AnyTagClassName
{
color: #644685;
}
</style>
background-color css
<style>
a { background-color: #644685; }
a { background-color: rgb(100,70,133); }
div.DivClassName
{
background-color: #644685;
}
.BgClassName
{
background-color: #644685;
}
</style>
border-color css
<style>
span { border-color: #644685; }
span { border-color: rgb(100,70,133); }
td.TdClassName
{
border-color: #644685;
}
.TagClassName
{
border-color: #644685;
}
</style>