Shades of Daisy Bush #66408B
Tints of Daisy Bush #66408B
RGB
CMYK
RGB Variations
Color information
#66408B (or 0x66408B) is known color: Daisy Bush. HEX triplet: 66, 40 and 8B. RGB value is (102,64,139). Sum of RGB (Red+Green+Blue) = 102+64+139=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #66408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66408B is #99BF74. Grayscale: #535353. Windows color (decimal): -10076021 or 9125990. OLE color: 9125990.
HSL color Cylindrical-coordinate representation of color #66408B: hue angle of 270.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66408B is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 64 | 139 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.45 |
| HSL | 270.4º | 0.37% | 0.4% | - |
| HSV(B) | 270.4º | 0.54% | 0.55% | - |
| XYZ | 11.97 | 8.36 | 25.41 | - |
| YUV | 83.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 139 | 0.27 | 0.54 | 0 | 0.45 | 270.4 | 0.37 | 0.4 |
| Hex | 66 | 40 | 8B | 1B | 36 | 0 | 2D | 10E | 25 | 28 |
| Octal | 146 | 100 | 213 | 33 | 66 | 0 | 55 | 416 | 45 | 50 |
| Binary | 1100110 | 1000000 | 10001011 | 11011 | 110110 | 0 | 101101 | 100001110 | 100101 | 101000 |
Color Harmonies of #66408B
Complementary color
Monochromatic Colors of #66408B
Black with #66408B
Text Example
Text Example
White with #66408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66408B; }
p { color: rgb(102,64,139); }
H1.HeaderClassName
{
color: #66408B;
}
.AnyTagClassName
{
color: #66408B;
}
</style>
background-color css
<style>
a { background-color: #66408B; }
a { background-color: rgb(102,64,139); }
div.DivClassName
{
background-color: #66408B;
}
.BgClassName
{
background-color: #66408B;
}
</style>
border-color css
<style>
span { border-color: #66408B; }
span { border-color: rgb(102,64,139); }
td.TdClassName
{
border-color: #66408B;
}
.TagClassName
{
border-color: #66408B;
}
</style>