#645581

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

Shades of Butterfly Bush #645581

Tints of Butterfly Bush #645581

Color information

#645581 (or 0x645581) is unknown color: approx Butterfly Bush. HEX triplet: 64, 55 and 81. RGB value is (100,85,129). Sum of RGB (Red+Green+Blue) = 100+85+129=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 129 - color contains mainly: blue. Hex color #645581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645581 is #9BAA7E. Grayscale: #5E5E5E. Windows color (decimal): -10201727 or 8476004. OLE color: 8476004.

HSL color Cylindrical-coordinate representation of color #645581: hue angle of 260.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #645581 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10085129-
CMYK0.220.3400.49
HSL260.45º20.56%41.96%-
HSV(B)260.45º34.11%50.59%-
XYZ12.4710.7922.19-
YUV94.5147.47131.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=31.85%
G=27.07%
B=41.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100851290.220.3400.49260.4520.5641.96
Hex6455811622031104152a
Octal14412520126420614042552
Binary110010010101011000000110110100010011000110000010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645581; }

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

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

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

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

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

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

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

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