Shades of Daisy Bush #66488D
Tints of Daisy Bush #66488D
RGB
CMYK
RGB Variations
Color information
#66488D (or 0x66488D) is known color: Daisy Bush. HEX triplet: 66, 48 and 8D. RGB value is (102,72,141). Sum of RGB (Red+Green+Blue) = 102+72+141=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #66488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66488D is #99B772. Grayscale: #585858. Windows color (decimal): -10073971 or 9259110. OLE color: 9259110.
HSL color Cylindrical-coordinate representation of color #66488D: hue angle of 266.09º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66488D is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 72 | 141 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.45 |
| HSL | 266.09º | 0.32% | 0.42% | - |
| HSV(B) | 266.09º | 0.49% | 0.55% | - |
| XYZ | 12.6 | 9.38 | 26.35 | - |
| YUV | 88.84 | 157.44 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 141 | 0.28 | 0.49 | 0 | 0.45 | 266.09 | 0.32 | 0.42 |
| Hex | 66 | 48 | 8D | 1C | 31 | 0 | 2D | 10A | 20 | 2A |
| Octal | 146 | 110 | 215 | 34 | 61 | 0 | 55 | 412 | 40 | 52 |
| Binary | 1100110 | 1001000 | 10001101 | 11100 | 110001 | 0 | 101101 | 100001010 | 100000 | 101010 |
Color Harmonies of #66488D
Complementary color
Monochromatic Colors of #66488D
Black with #66488D
Text Example
Text Example
White with #66488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66488D; }
p { color: rgb(102,72,141); }
H1.HeaderClassName
{
color: #66488D;
}
.AnyTagClassName
{
color: #66488D;
}
</style>
background-color css
<style>
a { background-color: #66488D; }
a { background-color: rgb(102,72,141); }
div.DivClassName
{
background-color: #66488D;
}
.BgClassName
{
background-color: #66488D;
}
</style>
border-color css
<style>
span { border-color: #66488D; }
span { border-color: rgb(102,72,141); }
td.TdClassName
{
border-color: #66488D;
}
.TagClassName
{
border-color: #66488D;
}
</style>