Shades of Daisy Bush #64448C
Tints of Daisy Bush #64448C
RGB
CMYK
RGB Variations
Color information
#64448C (or 0x64448C) is known color: Daisy Bush. HEX triplet: 64, 44 and 8C. RGB value is (100,68,140). Sum of RGB (Red+Green+Blue) = 100+68+140=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #64448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64448C is #9BBB73. Grayscale: #555555. Windows color (decimal): -10206068 or 9192548. OLE color: 9192548.
HSL color Cylindrical-coordinate representation of color #64448C: hue angle of 266.67º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64448C is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 68 | 140 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.45 |
| HSL | 266.67º | 0.35% | 0.41% | - |
| HSV(B) | 266.67º | 0.51% | 0.55% | - |
| XYZ | 12.06 | 8.74 | 25.86 | - |
| YUV | 85.78 | 158.6 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 140 | 0.29 | 0.51 | 0 | 0.45 | 266.67 | 0.35 | 0.41 |
| Hex | 64 | 44 | 8C | 1D | 33 | 0 | 2D | 10B | 23 | 29 |
| Octal | 144 | 104 | 214 | 35 | 63 | 0 | 55 | 413 | 43 | 51 |
| Binary | 1100100 | 1000100 | 10001100 | 11101 | 110011 | 0 | 101101 | 100001011 | 100011 | 101001 |
Color Harmonies of #64448C
Complementary color
Monochromatic Colors of #64448C
Black with #64448C
Text Example
Text Example
White with #64448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64448C; }
p { color: rgb(100,68,140); }
H1.HeaderClassName
{
color: #64448C;
}
.AnyTagClassName
{
color: #64448C;
}
</style>
background-color css
<style>
a { background-color: #64448C; }
a { background-color: rgb(100,68,140); }
div.DivClassName
{
background-color: #64448C;
}
.BgClassName
{
background-color: #64448C;
}
</style>
border-color css
<style>
span { border-color: #64448C; }
span { border-color: rgb(100,68,140); }
td.TdClassName
{
border-color: #64448C;
}
.TagClassName
{
border-color: #64448C;
}
</style>