#644988

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

Shades of Daisy Bush #644988

Tints of Daisy Bush #644988

Color information

#644988 (or 0x644988) is unknown color: approx Daisy Bush. HEX triplet: 64, 49 and 88. RGB value is (100,73,136). Sum of RGB (Red+Green+Blue) = 100+73+136=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #644988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644988 is #9BB677. Grayscale: #585858. Windows color (decimal): -10204792 or 8931684. OLE color: 8931684.

HSL color Cylindrical-coordinate representation of color #644988: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644988 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10073136-
CMYK0.260.4600.47
HSL265.71º30.14%40.98%-
HSV(B)265.71º46.32%53.33%-
XYZ12.089.2524.44-
YUV88.26154.95136.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=32.36%
G=23.62%
B=44.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100731360.260.4600.47265.7130.1440.98
Hex6449881A2E02F10a1e29
Octal14411121032560574123651
Binary110010010010011000100011010101110010111110000101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644988; }

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

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

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

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

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

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

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

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