#644584

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

Shades of Daisy Bush #644584

Tints of Daisy Bush #644584

Color information

#644584 (or 0x644584) is unknown color: approx Daisy Bush. HEX triplet: 64, 45 and 84. RGB value is (100,69,132). Sum of RGB (Red+Green+Blue) = 100+69+132=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #644584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644584 is #9BBA7B. Grayscale: #555555. Windows color (decimal): -10205820 or 8668516. OLE color: 8668516.

HSL color Cylindrical-coordinate representation of color #644584: hue angle of 269.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #644584 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10069132-
CMYK0.240.4800.48
HSL269.52º31.34%39.41%-
HSV(B)269.52º47.73%51.76%-
XYZ11.558.6322.89-
YUV85.45154.27138.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=33.22%
G=22.92%
B=43.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100691320.240.4800.48269.5231.3439.41
Hex644584183003010e1f27
Octal14410520430600604163747
Binary110010010001011000010011000110000011000010000111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644584; }

 p { color: rgb(100,69,132); }

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

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

 a { background-color: rgb(100,69,132); }

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

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

 span { border-color: rgb(100,69,132); }

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