#644A8E

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

Shades of Butterfly Bush #644A8E

Tints of Butterfly Bush #644A8E

Color information

#644A8E (or 0x644A8E) is unknown color: approx Butterfly Bush. HEX triplet: 64, 4A and 8E. RGB value is (100,74,142). Sum of RGB (Red+Green+Blue) = 100+74+142=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #644A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644A8E is #9BB571. Grayscale: #595959. Windows color (decimal): -10204530 or 9325156. OLE color: 9325156.

HSL color Cylindrical-coordinate representation of color #644A8E: hue angle of 262.94º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #644A8E is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10074142-
CMYK0.300.4800.44
HSL262.94º31.48%42.35%-
HSV(B)262.94º47.89%55.69%-
XYZ12.599.5626.77-
YUV89.53157.61135.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 74 (29.30% from 255) = 23.42%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=31.65%
G=23.42%
B=44.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100741420.300.4800.44262.9431.4842.35
Hex644A8E1E3002C1071f2a
Octal14411221636600544073752
Binary110010010010101000111011110110000010110010000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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