Shades of Daisy Bush #66468F
Tints of Daisy Bush #66468F
RGB
CMYK
RGB Variations
Color information
#66468F (or 0x66468F) is known color: Daisy Bush. HEX triplet: 66, 46 and 8F. RGB value is (102,70,143). Sum of RGB (Red+Green+Blue) = 102+70+143=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #66468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66468F is #99B970. Grayscale: #575757. Windows color (decimal): -10074481 or 9389670. OLE color: 9389670.
HSL color Cylindrical-coordinate representation of color #66468F: hue angle of 266.3º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66468F is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 70 | 143 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.44 |
| HSL | 266.3º | 0.34% | 0.42% | - |
| HSV(B) | 266.3º | 0.51% | 0.56% | - |
| XYZ | 12.63 | 9.19 | 27.09 | - |
| YUV | 87.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 143 | 0.29 | 0.51 | 0 | 0.44 | 266.3 | 0.34 | 0.42 |
| Hex | 66 | 46 | 8F | 1D | 33 | 0 | 2C | 10A | 22 | 2A |
| Octal | 146 | 106 | 217 | 35 | 63 | 0 | 54 | 412 | 42 | 52 |
| Binary | 1100110 | 1000110 | 10001111 | 11101 | 110011 | 0 | 101100 | 100001010 | 100010 | 101010 |
Color Harmonies of #66468F
Complementary color
Monochromatic Colors of #66468F
Black with #66468F
Text Example
Text Example
White with #66468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66468F; }
p { color: rgb(102,70,143); }
H1.HeaderClassName
{
color: #66468F;
}
.AnyTagClassName
{
color: #66468F;
}
</style>
background-color css
<style>
a { background-color: #66468F; }
a { background-color: rgb(102,70,143); }
div.DivClassName
{
background-color: #66468F;
}
.BgClassName
{
background-color: #66468F;
}
</style>
border-color css
<style>
span { border-color: #66468F; }
span { border-color: rgb(102,70,143); }
td.TdClassName
{
border-color: #66468F;
}
.TagClassName
{
border-color: #66468F;
}
</style>