Shades of Daisy Bush #663B8E
Tints of Daisy Bush #663B8E
RGB
CMYK
RGB Variations
Color information
#663B8E (or 0x663B8E) is known color: Daisy Bush. HEX triplet: 66, 3B and 8E. RGB value is (102,59,142). Sum of RGB (Red+Green+Blue) = 102+59+142=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #663B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663B8E is #99C471. Grayscale: #515151. Windows color (decimal): -10077298 or 9321318. OLE color: 9321318.
HSL color Cylindrical-coordinate representation of color #663B8E: hue angle of 271.08º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663B8E is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 59 | 142 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.44 |
| HSL | 271.08º | 0.41% | 0.39% | - |
| HSV(B) | 271.08º | 0.58% | 0.56% | - |
| XYZ | 11.93 | 7.91 | 26.49 | - |
| YUV | 81.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 142 | 0.28 | 0.58 | 0 | 0.44 | 271.08 | 0.41 | 0.39 |
| Hex | 66 | 3B | 8E | 1C | 3A | 0 | 2C | 10F | 29 | 27 |
| Octal | 146 | 73 | 216 | 34 | 72 | 0 | 54 | 417 | 51 | 47 |
| Binary | 1100110 | 111011 | 10001110 | 11100 | 111010 | 0 | 101100 | 100001111 | 101001 | 100111 |
Color Harmonies of #663B8E
Complementary color
Monochromatic Colors of #663B8E
Black with #663B8E
Text Example
Text Example
White with #663B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B8E; }
p { color: rgb(102,59,142); }
H1.HeaderClassName
{
color: #663B8E;
}
.AnyTagClassName
{
color: #663B8E;
}
</style>
background-color css
<style>
a { background-color: #663B8E; }
a { background-color: rgb(102,59,142); }
div.DivClassName
{
background-color: #663B8E;
}
.BgClassName
{
background-color: #663B8E;
}
</style>
border-color css
<style>
span { border-color: #663B8E; }
span { border-color: rgb(102,59,142); }
td.TdClassName
{
border-color: #663B8E;
}
.TagClassName
{
border-color: #663B8E;
}
</style>