#645590

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

Shades of Butterfly Bush #645590

Tints of Butterfly Bush #645590

Color information

#645590 (or 0x645590) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 90. RGB value is (100,85,144). Sum of RGB (Red+Green+Blue) = 100+85+144=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #645590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645590 is #9BAA6F. Grayscale: #5F5F5F. Windows color (decimal): -10201712 or 9459044. OLE color: 9459044.

HSL color Cylindrical-coordinate representation of color #645590: hue angle of 255.25º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #645590 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10085144-
CMYK0.310.4100.44
HSL255.25º25.76%44.9%-
HSV(B)255.25º40.97%56.47%-
XYZ13.5411.2227.84-
YUV96.21154.97130.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.40%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=30.40%
G=25.84%
B=43.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100851440.310.4100.44255.2525.7644.9
Hex6455901F2902Cff1a2d
Octal14412522037510543773255
Binary11001001010101100100001111110100101011001111111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645590; }

 p { color: rgb(100,85,144); }

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

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

 a { background-color: rgb(100,85,144); }

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

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

 span { border-color: rgb(100,85,144); }

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