Shades of Daisy Bush #663F90
Tints of Daisy Bush #663F90
RGB
CMYK
RGB Variations
Color information
#663F90 (or 0x663F90) is known color: Daisy Bush. HEX triplet: 66, 3F and 90. RGB value is (102,63,144). Sum of RGB (Red+Green+Blue) = 102+63+144=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #663F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663F90 is #99C06F. Grayscale: #535353. Windows color (decimal): -10076272 or 9453414. OLE color: 9453414.
HSL color Cylindrical-coordinate representation of color #663F90: hue angle of 268.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663F90 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 63 | 144 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.44 |
| HSL | 268.89º | 0.39% | 0.41% | - |
| HSV(B) | 268.89º | 0.56% | 0.56% | - |
| XYZ | 12.29 | 8.39 | 27.36 | - |
| YUV | 83.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 144 | 0.29 | 0.56 | 0 | 0.44 | 268.89 | 0.39 | 0.41 |
| Hex | 66 | 3F | 90 | 1D | 38 | 0 | 2C | 10D | 27 | 29 |
| Octal | 146 | 77 | 220 | 35 | 70 | 0 | 54 | 415 | 47 | 51 |
| Binary | 1100110 | 111111 | 10010000 | 11101 | 111000 | 0 | 101100 | 100001101 | 100111 | 101001 |
Color Harmonies of #663F90
Complementary color
Monochromatic Colors of #663F90
Black with #663F90
Text Example
Text Example
White with #663F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F90; }
p { color: rgb(102,63,144); }
H1.HeaderClassName
{
color: #663F90;
}
.AnyTagClassName
{
color: #663F90;
}
</style>
background-color css
<style>
a { background-color: #663F90; }
a { background-color: rgb(102,63,144); }
div.DivClassName
{
background-color: #663F90;
}
.BgClassName
{
background-color: #663F90;
}
</style>
border-color css
<style>
span { border-color: #663F90; }
span { border-color: rgb(102,63,144); }
td.TdClassName
{
border-color: #663F90;
}
.TagClassName
{
border-color: #663F90;
}
</style>