#644B85

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

Shades of Butterfly Bush #644B85

Tints of Butterfly Bush #644B85

Color information

#644B85 (or 0x644B85) is unknown color: approx Butterfly Bush. HEX triplet: 64, 4B and 85. RGB value is (100,75,133). Sum of RGB (Red+Green+Blue) = 100+75+133=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #644B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644B85 is #9BB47A. Grayscale: #585858. Windows color (decimal): -10204283 or 8735588. OLE color: 8735588.

HSL color Cylindrical-coordinate representation of color #644B85: hue angle of 265.86º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #644B85 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10075133-
CMYK0.250.4400.48
HSL265.86º27.88%40.78%-
HSV(B)265.86º43.61%52.16%-
XYZ12.019.4323.38-
YUV89.09152.78135.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=32.47%
G=24.35%
B=43.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100751330.250.4400.48265.8627.8840.78
Hex644B85192C03010a1c29
Octal14411320531540604123451
Binary110010010010111000010111001101100011000010000101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,75,133); }

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

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

 a { background-color: rgb(100,75,133); }

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

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

 span { border-color: rgb(100,75,133); }

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