#644A93

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

Shades of Daisy Bush #644A93

Tints of Daisy Bush #644A93

Color information

#644A93 (or 0x644A93) is unknown color: approx Daisy Bush. HEX triplet: 64, 4A and 93. RGB value is (100,74,147). Sum of RGB (Red+Green+Blue) = 100+74+147=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #644A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644A93 is #9BB56C. Grayscale: #595959. Windows color (decimal): -10204525 or 9652836. OLE color: 9652836.

HSL color Cylindrical-coordinate representation of color #644A93: hue angle of 261.37º degrees, saturation: 0.33, 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 #644A93 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10074147-
CMYK0.320.5000.42
HSL261.37º33.03%43.33%-
HSV(B)261.37º49.66%57.65%-
XYZ12.979.7128.8-
YUV90.1160.11135.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 147 (57.81% from 255) = 45.79%
R=31.15%
G=23.05%
B=45.79%

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
Decimal100741470.320.5000.42261.3733.0343.33
Hex644A93203202A105212b
Octal14411222340620524054153
Binary11001001001010100100111000001100100101010100000101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644A93; }

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

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

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

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

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

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

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

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