Shades of Daisy Bush #64368F
Tints of Daisy Bush #64368F
RGB
CMYK
RGB Variations
Color information
#64368F (or 0x64368F) is known color: Daisy Bush. HEX triplet: 64, 36 and 8F. RGB value is (100,54,143). Sum of RGB (Red+Green+Blue) = 100+54+143=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #64368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64368F is #9BC970. Grayscale: #4D4D4D. Windows color (decimal): -10209649 or 9385572. OLE color: 9385572.
HSL color Cylindrical-coordinate representation of color #64368F: hue angle of 271.01º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64368F is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 54 | 143 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.44 |
| HSL | 271.01º | 0.45% | 0.39% | - |
| HSV(B) | 271.01º | 0.62% | 0.56% | - |
| XYZ | 11.53 | 7.33 | 26.79 | - |
| YUV | 77.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 143 | 0.30 | 0.62 | 0 | 0.44 | 271.01 | 0.45 | 0.39 |
| Hex | 64 | 36 | 8F | 1E | 3E | 0 | 2C | 10F | 2D | 27 |
| Octal | 144 | 66 | 217 | 36 | 76 | 0 | 54 | 417 | 55 | 47 |
| Binary | 1100100 | 110110 | 10001111 | 11110 | 111110 | 0 | 101100 | 100001111 | 101101 | 100111 |
Color Harmonies of #64368F
Complementary color
Monochromatic Colors of #64368F
Black with #64368F
Text Example
Text Example
White with #64368F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64368F; }
p { color: rgb(100,54,143); }
H1.HeaderClassName
{
color: #64368F;
}
.AnyTagClassName
{
color: #64368F;
}
</style>
background-color css
<style>
a { background-color: #64368F; }
a { background-color: rgb(100,54,143); }
div.DivClassName
{
background-color: #64368F;
}
.BgClassName
{
background-color: #64368F;
}
</style>
border-color css
<style>
span { border-color: #64368F; }
span { border-color: rgb(100,54,143); }
td.TdClassName
{
border-color: #64368F;
}
.TagClassName
{
border-color: #64368F;
}
</style>