Shades of Daisy Bush #64488A
Tints of Daisy Bush #64488A
RGB
CMYK
RGB Variations
Color information
#64488A (or 0x64488A) is known color: Daisy Bush. HEX triplet: 64, 48 and 8A. RGB value is (100,72,138). Sum of RGB (Red+Green+Blue) = 100+72+138=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #64488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64488A is #9BB775. Grayscale: #575757. Windows color (decimal): -10205046 or 9062500. OLE color: 9062500.
HSL color Cylindrical-coordinate representation of color #64488A: hue angle of 265.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64488A is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 72 | 138 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.46 |
| HSL | 265.45º | 0.31% | 0.41% | - |
| HSV(B) | 265.45º | 0.48% | 0.54% | - |
| XYZ | 12.16 | 9.18 | 25.18 | - |
| YUV | 87.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 138 | 0.28 | 0.48 | 0 | 0.46 | 265.45 | 0.31 | 0.41 |
| Hex | 64 | 48 | 8A | 1C | 30 | 0 | 2E | 109 | 1F | 29 |
| Octal | 144 | 110 | 212 | 34 | 60 | 0 | 56 | 411 | 37 | 51 |
| Binary | 1100100 | 1001000 | 10001010 | 11100 | 110000 | 0 | 101110 | 100001001 | 11111 | 101001 |
Color Harmonies of #64488A
Complementary color
Monochromatic Colors of #64488A
Black with #64488A
Text Example
Text Example
White with #64488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64488A; }
p { color: rgb(100,72,138); }
H1.HeaderClassName
{
color: #64488A;
}
.AnyTagClassName
{
color: #64488A;
}
</style>
background-color css
<style>
a { background-color: #64488A; }
a { background-color: rgb(100,72,138); }
div.DivClassName
{
background-color: #64488A;
}
.BgClassName
{
background-color: #64488A;
}
</style>
border-color css
<style>
span { border-color: #64488A; }
span { border-color: rgb(100,72,138); }
td.TdClassName
{
border-color: #64488A;
}
.TagClassName
{
border-color: #64488A;
}
</style>