#644493

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

Shades of Daisy Bush #644493

Tints of Daisy Bush #644493

Color information

#644493 (or 0x644493) is unknown color: approx Daisy Bush. HEX triplet: 64, 44 and 93. RGB value is (100,68,147). Sum of RGB (Red+Green+Blue) = 100+68+147=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #644493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644493 is #9BBB6C. Grayscale: #565656. Windows color (decimal): -10206061 or 9651300. OLE color: 9651300.

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

Color convert

RGB10068147-
CMYK0.320.5400.42
HSL264.3º36.74%42.16%-
HSV(B)264.3º53.74%57.65%-
XYZ12.598.9528.67-
YUV86.57162.1137.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=31.75%
G=21.59%
B=46.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100681470.320.5400.42264.336.7442.16
Hex644493203602A108252a
Octal14410422340660524104552
Binary11001001000100100100111000001101100101010100001000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644493; }

 p { color: rgb(100,68,147); }

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

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

 a { background-color: rgb(100,68,147); }

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

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

 span { border-color: rgb(100,68,147); }

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