#644E95

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

Shades of Butterfly Bush #644E95

Tints of Butterfly Bush #644E95

Color information

#644E95 (or 0x644E95) is unknown color: approx Butterfly Bush. HEX triplet: 64, 4E and 95. RGB value is (100,78,149). Sum of RGB (Red+Green+Blue) = 100+78+149=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #644E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644E95 is #9BB16A. Grayscale: #5C5C5C. Windows color (decimal): -10203499 or 9784932. OLE color: 9784932.

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

Color convert

RGB10078149-
CMYK0.330.4800.42
HSL258.59º31.28%44.51%-
HSV(B)258.59º47.65%58.43%-
XYZ13.410.3329.72-
YUV92.67159.79133.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=30.58%
G=23.85%
B=45.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100781490.330.4800.42258.5931.2844.51
Hex644E95213002A1031f2d
Octal14411622541600524033755
Binary1100100100111010010101100001110000010101010000001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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