Shades of Daisy Bush #66438D
Tints of Daisy Bush #66438D
RGB
CMYK
RGB Variations
Color information
#66438D (or 0x66438D) is known color: Daisy Bush. HEX triplet: 66, 43 and 8D. RGB value is (102,67,141). Sum of RGB (Red+Green+Blue) = 102+67+141=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #66438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66438D is #99BC72. Grayscale: #555555. Windows color (decimal): -10075251 or 9257830. OLE color: 9257830.
HSL color Cylindrical-coordinate representation of color #66438D: hue angle of 268.38º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66438D is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 67 | 141 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.45 |
| HSL | 268.38º | 0.36% | 0.41% | - |
| HSV(B) | 268.38º | 0.52% | 0.55% | - |
| XYZ | 12.29 | 8.76 | 26.24 | - |
| YUV | 85.9 | 159.1 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 141 | 0.28 | 0.52 | 0 | 0.45 | 268.38 | 0.36 | 0.41 |
| Hex | 66 | 43 | 8D | 1C | 34 | 0 | 2D | 10C | 24 | 29 |
| Octal | 146 | 103 | 215 | 34 | 64 | 0 | 55 | 414 | 44 | 51 |
| Binary | 1100110 | 1000011 | 10001101 | 11100 | 110100 | 0 | 101101 | 100001100 | 100100 | 101001 |
Color Harmonies of #66438D
Complementary color
Monochromatic Colors of #66438D
Black with #66438D
Text Example
Text Example
White with #66438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66438D; }
p { color: rgb(102,67,141); }
H1.HeaderClassName
{
color: #66438D;
}
.AnyTagClassName
{
color: #66438D;
}
</style>
background-color css
<style>
a { background-color: #66438D; }
a { background-color: rgb(102,67,141); }
div.DivClassName
{
background-color: #66438D;
}
.BgClassName
{
background-color: #66438D;
}
</style>
border-color css
<style>
span { border-color: #66438D; }
span { border-color: rgb(102,67,141); }
td.TdClassName
{
border-color: #66438D;
}
.TagClassName
{
border-color: #66438D;
}
</style>