Shades of Daisy Bush #643F90
Tints of Daisy Bush #643F90
RGB
CMYK
RGB Variations
Color information
#643F90 (or 0x643F90) is known color: Daisy Bush. HEX triplet: 64, 3F and 90. RGB value is (100,63,144). Sum of RGB (Red+Green+Blue) = 100+63+144=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #643F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643F90 is #9BC06F. Grayscale: #535353. Windows color (decimal): -10207344 or 9453412. OLE color: 9453412.
HSL color Cylindrical-coordinate representation of color #643F90: hue angle of 267.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #643F90 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 63 | 144 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.44 |
| HSL | 267.41º | 0.39% | 0.41% | - |
| HSV(B) | 267.41º | 0.56% | 0.56% | - |
| XYZ | 12.07 | 8.28 | 27.35 | - |
| YUV | 83.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 144 | 0.31 | 0.56 | 0 | 0.44 | 267.41 | 0.39 | 0.41 |
| Hex | 64 | 3F | 90 | 1F | 38 | 0 | 2C | 10B | 27 | 29 |
| Octal | 144 | 77 | 220 | 37 | 70 | 0 | 54 | 413 | 47 | 51 |
| Binary | 1100100 | 111111 | 10010000 | 11111 | 111000 | 0 | 101100 | 100001011 | 100111 | 101001 |
Color Harmonies of #643F90
Complementary color
Monochromatic Colors of #643F90
Black with #643F90
Text Example
Text Example
White with #643F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F90; }
p { color: rgb(100,63,144); }
H1.HeaderClassName
{
color: #643F90;
}
.AnyTagClassName
{
color: #643F90;
}
</style>
background-color css
<style>
a { background-color: #643F90; }
a { background-color: rgb(100,63,144); }
div.DivClassName
{
background-color: #643F90;
}
.BgClassName
{
background-color: #643F90;
}
</style>
border-color css
<style>
span { border-color: #643F90; }
span { border-color: rgb(100,63,144); }
td.TdClassName
{
border-color: #643F90;
}
.TagClassName
{
border-color: #643F90;
}
</style>