#644993

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

Shades of Daisy Bush #644993

Tints of Daisy Bush #644993

Color information

#644993 (or 0x644993) is unknown color: approx Daisy Bush. HEX triplet: 64, 49 and 93. RGB value is (100,73,147). Sum of RGB (Red+Green+Blue) = 100+73+147=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #644993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644993 is #9BB66C. Grayscale: #595959. Windows color (decimal): -10204781 or 9652580. OLE color: 9652580.

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

Color convert

RGB10073147-
CMYK0.320.5000.42
HSL261.89º33.64%43.14%-
HSV(B)261.89º50.34%57.65%-
XYZ12.99.5828.77-
YUV89.51160.45135.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 73 (28.91% from 255) = 22.81%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=31.25%
G=22.81%
B=45.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100731470.320.5000.42261.8933.6443.14
Hex644993203202A106222b
Octal14411122340620524064253
Binary11001001001001100100111000001100100101010100000110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644993; }

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

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

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

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

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

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

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

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