Shades of Daisy Bush #64498E
Tints of Daisy Bush #64498E
RGB
CMYK
RGB Variations
Color information
#64498E (or 0x64498E) is known color: Daisy Bush. HEX triplet: 64, 49 and 8E. RGB value is (100,73,142). Sum of RGB (Red+Green+Blue) = 100+73+142=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #64498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64498E is #9BB671. Grayscale: #585858. Windows color (decimal): -10204786 or 9324900. OLE color: 9324900.
HSL color Cylindrical-coordinate representation of color #64498E: hue angle of 263.48º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64498E is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 73 | 142 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.44 |
| HSL | 263.48º | 0.32% | 0.42% | - |
| HSV(B) | 263.48º | 0.49% | 0.56% | - |
| XYZ | 12.52 | 9.43 | 26.75 | - |
| YUV | 88.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 142 | 0.30 | 0.49 | 0 | 0.44 | 263.48 | 0.32 | 0.42 |
| Hex | 64 | 49 | 8E | 1E | 31 | 0 | 2C | 107 | 20 | 2A |
| Octal | 144 | 111 | 216 | 36 | 61 | 0 | 54 | 407 | 40 | 52 |
| Binary | 1100100 | 1001001 | 10001110 | 11110 | 110001 | 0 | 101100 | 100000111 | 100000 | 101010 |
Color Harmonies of #64498E
Complementary color
Monochromatic Colors of #64498E
Black with #64498E
Text Example
Text Example
White with #64498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64498E; }
p { color: rgb(100,73,142); }
H1.HeaderClassName
{
color: #64498E;
}
.AnyTagClassName
{
color: #64498E;
}
</style>
background-color css
<style>
a { background-color: #64498E; }
a { background-color: rgb(100,73,142); }
div.DivClassName
{
background-color: #64498E;
}
.BgClassName
{
background-color: #64498E;
}
</style>
border-color css
<style>
span { border-color: #64498E; }
span { border-color: rgb(100,73,142); }
td.TdClassName
{
border-color: #64498E;
}
.TagClassName
{
border-color: #64498E;
}
</style>