Shades of Daisy Bush #64498D
Tints of Daisy Bush #64498D
RGB
CMYK
RGB Variations
Color information
#64498D (or 0x64498D) is known color: Daisy Bush. HEX triplet: 64, 49 and 8D. RGB value is (100,73,141). Sum of RGB (Red+Green+Blue) = 100+73+141=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #64498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64498D is #9BB672. Grayscale: #585858. Windows color (decimal): -10204787 or 9259364. OLE color: 9259364.
HSL color Cylindrical-coordinate representation of color #64498D: hue angle of 263.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64498D is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 73 | 141 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.45 |
| HSL | 263.82º | 0.32% | 0.42% | - |
| HSV(B) | 263.82º | 0.48% | 0.55% | - |
| XYZ | 12.45 | 9.4 | 26.36 | - |
| YUV | 88.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 141 | 0.29 | 0.48 | 0 | 0.45 | 263.82 | 0.32 | 0.42 |
| Hex | 64 | 49 | 8D | 1D | 30 | 0 | 2D | 108 | 20 | 2A |
| Octal | 144 | 111 | 215 | 35 | 60 | 0 | 55 | 410 | 40 | 52 |
| Binary | 1100100 | 1001001 | 10001101 | 11101 | 110000 | 0 | 101101 | 100001000 | 100000 | 101010 |
Color Harmonies of #64498D
Complementary color
Monochromatic Colors of #64498D
Black with #64498D
Text Example
Text Example
White with #64498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64498D; }
p { color: rgb(100,73,141); }
H1.HeaderClassName
{
color: #64498D;
}
.AnyTagClassName
{
color: #64498D;
}
</style>
background-color css
<style>
a { background-color: #64498D; }
a { background-color: rgb(100,73,141); }
div.DivClassName
{
background-color: #64498D;
}
.BgClassName
{
background-color: #64498D;
}
</style>
border-color css
<style>
span { border-color: #64498D; }
span { border-color: rgb(100,73,141); }
td.TdClassName
{
border-color: #64498D;
}
.TagClassName
{
border-color: #64498D;
}
</style>