#644999

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

Shades of Daisy Bush #644999

Tints of Daisy Bush #644999

Color information

#644999 (or 0x644999) is unknown color: approx Daisy Bush. HEX triplet: 64, 49 and 99. RGB value is (100,73,153). Sum of RGB (Red+Green+Blue) = 100+73+153=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #644999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644999 is #9BB666. Grayscale: #595959. Windows color (decimal): -10204775 or 10045796. OLE color: 10045796.

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

Color convert

RGB10073153-
CMYK0.350.5200.4
HSL260.25º35.4%44.31%-
HSV(B)260.25º52.29%60%-
XYZ13.399.7731.32-
YUV90.19163.45135-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.67%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=30.67%
G=22.39%
B=46.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100731530.350.5200.4260.2535.444.31
Hex6449992334028104232c
Octal14411123143640504044354
Binary11001001001001100110011000111101000101000100000100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644999; }

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

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

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

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

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

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

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

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