#644490

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

Shades of Daisy Bush #644490

Tints of Daisy Bush #644490

Color information

#644490 (or 0x644490) is unknown color: approx Daisy Bush. HEX triplet: 64, 44 and 90. RGB value is (100,68,144). Sum of RGB (Red+Green+Blue) = 100+68+144=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #644490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644490 is #9BBB6F. Grayscale: #555555. Windows color (decimal): -10206064 or 9454692. OLE color: 9454692.

HSL color Cylindrical-coordinate representation of color #644490: hue angle of 265.26º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #644490 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10068144-
CMYK0.310.5300.44
HSL265.26º35.85%41.57%-
HSV(B)265.26º52.78%56.47%-
XYZ12.368.8627.44-
YUV86.23160.6137.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 68 (26.95% from 255) = 21.79%
BLUE value IS 144 (56.64% from 255) = 46.15%
R=32.05%
G=21.79%
B=46.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100681440.310.5300.44265.2635.8541.57
Hex6444901F3502C109242a
Octal14410422037650544114452
Binary1100100100010010010000111111101010101100100001001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644490; }

 p { color: rgb(100,68,144); }

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

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

 a { background-color: rgb(100,68,144); }

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

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

 span { border-color: rgb(100,68,144); }

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