Shades of Daisy Bush #663D91
Tints of Daisy Bush #663D91
RGB
CMYK
RGB Variations
Color information
#663D91 (or 0x663D91) is known color: Daisy Bush. HEX triplet: 66, 3D and 91. RGB value is (102,61,145). Sum of RGB (Red+Green+Blue) = 102+61+145=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #663D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D91 is #99C26E. Grayscale: #525252. Windows color (decimal): -10076783 or 9518438. OLE color: 9518438.
HSL color Cylindrical-coordinate representation of color #663D91: hue angle of 269.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663D91 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 61 | 145 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.43 |
| HSL | 269.29º | 0.41% | 0.4% | - |
| HSV(B) | 269.29º | 0.58% | 0.57% | - |
| XYZ | 12.26 | 8.21 | 27.73 | - |
| YUV | 82.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 145 | 0.30 | 0.58 | 0 | 0.43 | 269.29 | 0.41 | 0.4 |
| Hex | 66 | 3D | 91 | 1E | 3A | 0 | 2B | 10D | 29 | 28 |
| Octal | 146 | 75 | 221 | 36 | 72 | 0 | 53 | 415 | 51 | 50 |
| Binary | 1100110 | 111101 | 10010001 | 11110 | 111010 | 0 | 101011 | 100001101 | 101001 | 101000 |
Color Harmonies of #663D91
Complementary color
Monochromatic Colors of #663D91
Black with #663D91
Text Example
Text Example
White with #663D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D91; }
p { color: rgb(102,61,145); }
H1.HeaderClassName
{
color: #663D91;
}
.AnyTagClassName
{
color: #663D91;
}
</style>
background-color css
<style>
a { background-color: #663D91; }
a { background-color: rgb(102,61,145); }
div.DivClassName
{
background-color: #663D91;
}
.BgClassName
{
background-color: #663D91;
}
</style>
border-color css
<style>
span { border-color: #663D91; }
span { border-color: rgb(102,61,145); }
td.TdClassName
{
border-color: #663D91;
}
.TagClassName
{
border-color: #663D91;
}
</style>