#645481

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

Shades of Butterfly Bush #645481

Tints of Butterfly Bush #645481

Color information

#645481 (or 0x645481) is unknown color: approx Butterfly Bush. HEX triplet: 64, 54 and 81. RGB value is (100,84,129). Sum of RGB (Red+Green+Blue) = 100+84+129=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #645481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645481 is #9BAB7E. Grayscale: #5D5D5D. Windows color (decimal): -10201983 or 8475748. OLE color: 8475748.

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

Color convert

RGB10084129-
CMYK0.220.3500.49
HSL261.33º21.13%41.76%-
HSV(B)261.33º34.88%50.59%-
XYZ12.3910.6322.17-
YUV93.91147.8132.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=31.95%
G=26.84%
B=41.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100841290.220.3500.49261.3321.1341.76
Hex6454811623031105152a
Octal14412420126430614052552
Binary110010010101001000000110110100011011000110000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645481; }

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

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

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

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

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

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

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

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