#644995

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

Shades of Daisy Bush #644995

Tints of Daisy Bush #644995

Color information

#644995 (or 0x644995) is unknown color: approx Daisy Bush. HEX triplet: 64, 49 and 95. RGB value is (100,73,149). Sum of RGB (Red+Green+Blue) = 100+73+149=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #644995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644995 is #9BB66A. Grayscale: #595959. Windows color (decimal): -10204779 or 9783652. OLE color: 9783652.

HSL color Cylindrical-coordinate representation of color #644995: hue angle of 261.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #644995 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10073149-
CMYK0.330.5100.42
HSL261.32º34.23%43.53%-
HSV(B)261.32º51.01%58.43%-
XYZ13.069.6429.61-
YUV89.74161.45135.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=31.06%
G=22.67%
B=46.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100731490.330.5100.42261.3234.2343.53
Hex644995213302A105222c
Octal14411122541630524054254
Binary11001001001001100101011000011100110101010100000101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644995; }

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

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

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

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

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

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

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

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