#644585

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

Shades of Daisy Bush #644585

Tints of Daisy Bush #644585

Color information

#644585 (or 0x644585) is unknown color: approx Daisy Bush. HEX triplet: 64, 45 and 85. RGB value is (100,69,133). Sum of RGB (Red+Green+Blue) = 100+69+133=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #644585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644585 is #9BBA7A. Grayscale: #555555. Windows color (decimal): -10205819 or 8734052. OLE color: 8734052.

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

Color convert

RGB10069133-
CMYK0.250.4800.48
HSL269.06º31.68%39.61%-
HSV(B)269.06º48.12%52.16%-
XYZ11.628.6623.25-
YUV85.56154.77138.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=33.11%
G=22.85%
B=44.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100691330.250.4800.48269.0631.6839.61
Hex644585193003010d2028
Octal14410520531600604154050
Binary1100100100010110000101110011100000110000100001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644585; }

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

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

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

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

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

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

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

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