#644395

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

Shades of Daisy Bush #644395

Tints of Daisy Bush #644395

Color information

#644395 (or 0x644395) is unknown color: approx Daisy Bush. HEX triplet: 64, 43 and 95. RGB value is (100,67,149). Sum of RGB (Red+Green+Blue) = 100+67+149=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #644395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644395 is #9BBC6A. Grayscale: #555555. Windows color (decimal): -10206315 or 9782116. OLE color: 9782116.

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

Color convert

RGB10067149-
CMYK0.330.5500.42
HSL264.15º37.96%42.35%-
HSV(B)264.15º55.03%58.43%-
XYZ12.698.8929.48-
YUV86.22163.43137.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=31.65%
G=21.20%
B=47.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100671490.330.5500.42264.1537.9642.35
Hex644395213702A108262a
Octal14410322541670524104652
Binary11001001000011100101011000011101110101010100001000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644395; }

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

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

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

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

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

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

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

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