#644F95

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

Shades of Butterfly Bush #644F95

Tints of Butterfly Bush #644F95

Color information

#644F95 (or 0x644F95) is unknown color: approx Butterfly Bush. HEX triplet: 64, 4F and 95. RGB value is (100,79,149). Sum of RGB (Red+Green+Blue) = 100+79+149=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #644F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644F95 is #9BB06A. Grayscale: #5D5D5D. Windows color (decimal): -10203243 or 9785188. OLE color: 9785188.

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

Color convert

RGB10079149-
CMYK0.330.4700.42
HSL258º30.7%44.71%-
HSV(B)258º46.98%58.43%-
XYZ13.4810.4729.74-
YUV93.26159.46132.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 79 (31.25% from 255) = 24.09%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=30.49%
G=24.09%
B=45.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100791490.330.4700.4225830.744.71
Hex644F95212F02A1021f2d
Octal14411722541570524023755
Binary1100100100111110010101100001101111010101010000001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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