#644991

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

Shades of Daisy Bush #644991

Tints of Daisy Bush #644991

Color information

#644991 (or 0x644991) is unknown color: approx Daisy Bush. HEX triplet: 64, 49 and 91. RGB value is (100,73,145). Sum of RGB (Red+Green+Blue) = 100+73+145=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #644991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644991 is #9BB66E. Grayscale: #595959. Windows color (decimal): -10204783 or 9521508. OLE color: 9521508.

HSL color Cylindrical-coordinate representation of color #644991: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644991 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10073145-
CMYK0.310.5000.43
HSL262.5º33.03%42.75%-
HSV(B)262.5º49.66%56.86%-
XYZ12.759.5227.95-
YUV89.28159.45135.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=31.45%
G=22.96%
B=45.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100731450.310.5000.43262.533.0342.75
Hex6449911F3202B106212b
Octal14411122137620534064153
Binary1100100100100110010001111111100100101011100000110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644991; }

 p { color: rgb(100,73,145); }

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

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

 a { background-color: rgb(100,73,145); }

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

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

 span { border-color: rgb(100,73,145); }

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