#64408E

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

Shades of Daisy Bush #64408E

Tints of Daisy Bush #64408E

Color information

#64408E (or 0x64408E) is unknown color: approx Daisy Bush. HEX triplet: 64, 40 and 8E. RGB value is (100,64,142). Sum of RGB (Red+Green+Blue) = 100+64+142=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #64408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64408E is #9BBF71. Grayscale: #535353. Windows color (decimal): -10207090 or 9322596. OLE color: 9322596.

HSL color Cylindrical-coordinate representation of color #64408E: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64408E is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10064142-
CMYK0.300.5500.44
HSL267.69º37.86%40.39%-
HSV(B)267.69º54.93%55.69%-
XYZ11.978.3326.57-
YUV83.66160.93139.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.68%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=32.68%
G=20.92%
B=46.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100641420.300.5500.44267.6937.8640.39
Hex64408E1E3702C10c2628
Octal14410021636670544144650
Binary1100100100000010001110111101101110101100100001100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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