Shades of Daisy Bush #643D93
Tints of Daisy Bush #643D93
RGB
CMYK
RGB Variations
Color information
#643D93 (or 0x643D93) is known color: Daisy Bush. HEX triplet: 64, 3D and 93. RGB value is (100,61,147). Sum of RGB (Red+Green+Blue) = 100+61+147=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #643D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643D93 is #9BC26C. Grayscale: #525252. Windows color (decimal): -10207853 or 9649508. OLE color: 9649508.
HSL color Cylindrical-coordinate representation of color #643D93: hue angle of 267.21º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #643D93 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 61 | 147 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.42 |
| HSL | 267.21º | 0.41% | 0.41% | - |
| HSV(B) | 267.21º | 0.59% | 0.58% | - |
| XYZ | 12.19 | 8.15 | 28.54 | - |
| YUV | 82.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 147 | 0.32 | 0.59 | 0 | 0.42 | 267.21 | 0.41 | 0.41 |
| Hex | 64 | 3D | 93 | 20 | 3B | 0 | 2A | 10B | 29 | 29 |
| Octal | 144 | 75 | 223 | 40 | 73 | 0 | 52 | 413 | 51 | 51 |
| Binary | 1100100 | 111101 | 10010011 | 100000 | 111011 | 0 | 101010 | 100001011 | 101001 | 101001 |
Color Harmonies of #643D93
Complementary color
Monochromatic Colors of #643D93
Black with #643D93
Text Example
Text Example
White with #643D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643D93; }
p { color: rgb(100,61,147); }
H1.HeaderClassName
{
color: #643D93;
}
.AnyTagClassName
{
color: #643D93;
}
</style>
background-color css
<style>
a { background-color: #643D93; }
a { background-color: rgb(100,61,147); }
div.DivClassName
{
background-color: #643D93;
}
.BgClassName
{
background-color: #643D93;
}
</style>
border-color css
<style>
span { border-color: #643D93; }
span { border-color: rgb(100,61,147); }
td.TdClassName
{
border-color: #643D93;
}
.TagClassName
{
border-color: #643D93;
}
</style>