#644488

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

Shades of Daisy Bush #644488

Tints of Daisy Bush #644488

Color information

#644488 (or 0x644488) is unknown color: approx Daisy Bush. HEX triplet: 64, 44 and 88. RGB value is (100,68,136). Sum of RGB (Red+Green+Blue) = 100+68+136=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #644488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644488 is #9BBB77. Grayscale: #555555. Windows color (decimal): -10206072 or 8930404. OLE color: 8930404.

HSL color Cylindrical-coordinate representation of color #644488: hue angle of 268.24º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644488 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10068136-
CMYK0.260.5000.47
HSL268.24º33.33%40%-
HSV(B)268.24º50%53.33%-
XYZ11.778.6224.34-
YUV85.32156.6138.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=32.89%
G=22.37%
B=44.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100681360.260.5000.47268.2433.3340
Hex6444881A3202F10c2128
Octal14410421032620574144150
Binary1100100100010010001000110101100100101111100001100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644488; }

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

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

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

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

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

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

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

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