Shades of Daisy Bush #644093
Tints of Daisy Bush #644093
RGB
CMYK
RGB Variations
Color information
#644093 (or 0x644093) is known color: Daisy Bush. HEX triplet: 64, 40 and 93. RGB value is (100,64,147). Sum of RGB (Red+Green+Blue) = 100+64+147=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #644093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644093 is #9BBF6C. Grayscale: #535353. Windows color (decimal): -10207085 or 9650276. OLE color: 9650276.
HSL color Cylindrical-coordinate representation of color #644093: hue angle of 266.02º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #644093 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 64 | 147 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.42 |
| HSL | 266.02º | 0.39% | 0.41% | - |
| HSV(B) | 266.02º | 0.56% | 0.58% | - |
| XYZ | 12.36 | 8.48 | 28.59 | - |
| YUV | 84.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 147 | 0.32 | 0.56 | 0 | 0.42 | 266.02 | 0.39 | 0.41 |
| Hex | 64 | 40 | 93 | 20 | 38 | 0 | 2A | 10A | 27 | 29 |
| Octal | 144 | 100 | 223 | 40 | 70 | 0 | 52 | 412 | 47 | 51 |
| Binary | 1100100 | 1000000 | 10010011 | 100000 | 111000 | 0 | 101010 | 100001010 | 100111 | 101001 |
Color Harmonies of #644093
Complementary color
Monochromatic Colors of #644093
Black with #644093
Text Example
Text Example
White with #644093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644093; }
p { color: rgb(100,64,147); }
H1.HeaderClassName
{
color: #644093;
}
.AnyTagClassName
{
color: #644093;
}
</style>
background-color css
<style>
a { background-color: #644093; }
a { background-color: rgb(100,64,147); }
div.DivClassName
{
background-color: #644093;
}
.BgClassName
{
background-color: #644093;
}
</style>
border-color css
<style>
span { border-color: #644093; }
span { border-color: rgb(100,64,147); }
td.TdClassName
{
border-color: #644093;
}
.TagClassName
{
border-color: #644093;
}
</style>