Shades of Daisy Bush #64428A
Tints of Daisy Bush #64428A
RGB
CMYK
RGB Variations
Color information
#64428A (or 0x64428A) is known color: Daisy Bush. HEX triplet: 64, 42 and 8A. RGB value is (100,66,138). Sum of RGB (Red+Green+Blue) = 100+66+138=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #64428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64428A is #9BBD75. Grayscale: #545454. Windows color (decimal): -10206582 or 9060964. OLE color: 9060964.
HSL color Cylindrical-coordinate representation of color #64428A: hue angle of 268.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64428A is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 66 | 138 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.46 |
| HSL | 268.33º | 0.35% | 0.4% | - |
| HSV(B) | 268.33º | 0.52% | 0.54% | - |
| XYZ | 11.79 | 8.44 | 25.05 | - |
| YUV | 84.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 138 | 0.28 | 0.52 | 0 | 0.46 | 268.33 | 0.35 | 0.4 |
| Hex | 64 | 42 | 8A | 1C | 34 | 0 | 2E | 10C | 23 | 28 |
| Octal | 144 | 102 | 212 | 34 | 64 | 0 | 56 | 414 | 43 | 50 |
| Binary | 1100100 | 1000010 | 10001010 | 11100 | 110100 | 0 | 101110 | 100001100 | 100011 | 101000 |
Color Harmonies of #64428A
Complementary color
Monochromatic Colors of #64428A
Black with #64428A
Text Example
Text Example
White with #64428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64428A; }
p { color: rgb(100,66,138); }
H1.HeaderClassName
{
color: #64428A;
}
.AnyTagClassName
{
color: #64428A;
}
</style>
background-color css
<style>
a { background-color: #64428A; }
a { background-color: rgb(100,66,138); }
div.DivClassName
{
background-color: #64428A;
}
.BgClassName
{
background-color: #64428A;
}
</style>
border-color css
<style>
span { border-color: #64428A; }
span { border-color: rgb(100,66,138); }
td.TdClassName
{
border-color: #64428A;
}
.TagClassName
{
border-color: #64428A;
}
</style>