Shades of Daisy Bush #643B8E
Tints of Daisy Bush #643B8E
RGB
CMYK
RGB Variations
Color information
#643B8E (or 0x643B8E) is known color: Daisy Bush. HEX triplet: 64, 3B and 8E. RGB value is (100,59,142). Sum of RGB (Red+Green+Blue) = 100+59+142=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #643B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643B8E is #9BC471. Grayscale: #505050. Windows color (decimal): -10208370 or 9321316. OLE color: 9321316.
HSL color Cylindrical-coordinate representation of color #643B8E: hue angle of 269.64º 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 #643B8E is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 59 | 142 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.44 |
| HSL | 269.64º | 0.41% | 0.39% | - |
| HSV(B) | 269.64º | 0.58% | 0.56% | - |
| XYZ | 11.7 | 7.79 | 26.48 | - |
| YUV | 80.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 142 | 0.30 | 0.58 | 0 | 0.44 | 269.64 | 0.41 | 0.39 |
| Hex | 64 | 3B | 8E | 1E | 3A | 0 | 2C | 10E | 29 | 27 |
| Octal | 144 | 73 | 216 | 36 | 72 | 0 | 54 | 416 | 51 | 47 |
| Binary | 1100100 | 111011 | 10001110 | 11110 | 111010 | 0 | 101100 | 100001110 | 101001 | 100111 |
Color Harmonies of #643B8E
Complementary color
Monochromatic Colors of #643B8E
Black with #643B8E
Text Example
Text Example
White with #643B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B8E; }
p { color: rgb(100,59,142); }
H1.HeaderClassName
{
color: #643B8E;
}
.AnyTagClassName
{
color: #643B8E;
}
</style>
background-color css
<style>
a { background-color: #643B8E; }
a { background-color: rgb(100,59,142); }
div.DivClassName
{
background-color: #643B8E;
}
.BgClassName
{
background-color: #643B8E;
}
</style>
border-color css
<style>
span { border-color: #643B8E; }
span { border-color: rgb(100,59,142); }
td.TdClassName
{
border-color: #643B8E;
}
.TagClassName
{
border-color: #643B8E;
}
</style>