Shades of Daisy Bush #66428E
Tints of Daisy Bush #66428E
RGB
CMYK
RGB Variations
Color information
#66428E (or 0x66428E) is known color: Daisy Bush. HEX triplet: 66, 42 and 8E. RGB value is (102,66,142). Sum of RGB (Red+Green+Blue) = 102+66+142=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #66428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66428E is #99BD71. Grayscale: #555555. Windows color (decimal): -10075506 or 9323110. OLE color: 9323110.
HSL color Cylindrical-coordinate representation of color #66428E: hue angle of 268.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66428E is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 66 | 142 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.44 |
| HSL | 268.42º | 0.37% | 0.41% | - |
| HSV(B) | 268.42º | 0.54% | 0.56% | - |
| XYZ | 12.31 | 8.67 | 26.62 | - |
| YUV | 85.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 142 | 0.28 | 0.54 | 0 | 0.44 | 268.42 | 0.37 | 0.41 |
| Hex | 66 | 42 | 8E | 1C | 36 | 0 | 2C | 10C | 25 | 29 |
| Octal | 146 | 102 | 216 | 34 | 66 | 0 | 54 | 414 | 45 | 51 |
| Binary | 1100110 | 1000010 | 10001110 | 11100 | 110110 | 0 | 101100 | 100001100 | 100101 | 101001 |
Color Harmonies of #66428E
Complementary color
Monochromatic Colors of #66428E
Black with #66428E
Text Example
Text Example
White with #66428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66428E; }
p { color: rgb(102,66,142); }
H1.HeaderClassName
{
color: #66428E;
}
.AnyTagClassName
{
color: #66428E;
}
</style>
background-color css
<style>
a { background-color: #66428E; }
a { background-color: rgb(102,66,142); }
div.DivClassName
{
background-color: #66428E;
}
.BgClassName
{
background-color: #66428E;
}
</style>
border-color css
<style>
span { border-color: #66428E; }
span { border-color: rgb(102,66,142); }
td.TdClassName
{
border-color: #66428E;
}
.TagClassName
{
border-color: #66428E;
}
</style>