#64408B

Color #64408B Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #64408B

Tints of Daisy Bush #64408B

Color information

#64408B (or 0x64408B) is unknown color: approx Daisy Bush. HEX triplet: 64, 40 and 8B. RGB value is (100,64,139). Sum of RGB (Red+Green+Blue) = 100+64+139=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #64408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64408B is #9BBF74. Grayscale: #535353. Windows color (decimal): -10207093 or 9125988. OLE color: 9125988.

HSL color Cylindrical-coordinate representation of color #64408B: hue angle of 268.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64408B is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10064139-
CMYK0.280.5400.45
HSL268.8º36.95%39.8%-
HSV(B)268.8º53.96%54.51%-
XYZ11.758.2425.4-
YUV83.31159.43139.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 33.00%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=33.00%
G=21.12%
B=45.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100641390.280.5400.45268.836.9539.8
Hex64408B1C3602D10d2528
Octal14410021334660554154550
Binary1100100100000010001011111001101100101101100001101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64408B; }

 p { color: rgb(100,64,139); }

 H1.HeaderClassName
 {
   color: #64408B;
 }
 .AnyTagClassName
 {
   color: #64408B;
 }
</style>
background-color css

<style>
 a { background-color: #64408B; }

 a { background-color: rgb(100,64,139); }

 div.DivClassName
 {
   background-color: #64408B;
 }
 .BgClassName
 {
   background-color: #64408B;
 }
</style>
border-color css

<style>
 span { border-color: #64408B; }

 span { border-color: rgb(100,64,139); }

 td.TdClassName
 {
   border-color: #64408B;
 }
 .TagClassName
 {
   border-color: #64408B;
 }
</style>