#645686

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

Shades of Butterfly Bush #645686

Tints of Butterfly Bush #645686

Color information

#645686 (or 0x645686) is unknown color: approx Butterfly Bush. HEX triplet: 64, 56 and 86. RGB value is (100,86,134). Sum of RGB (Red+Green+Blue) = 100+86+134=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #645686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645686 is #9BA979. Grayscale: #5F5F5F. Windows color (decimal): -10201466 or 8803940. OLE color: 8803940.

HSL color Cylindrical-coordinate representation of color #645686: hue angle of 257.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645686 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10086134-
CMYK0.250.3600.47
HSL257.5º21.82%43.14%-
HSV(B)257.5º35.82%52.55%-
XYZ12.8911.0924.01-
YUV95.66149.64131.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=31.25%
G=26.88%
B=41.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100861340.250.3600.47257.521.8243.14
Hex645686192402F102162b
Octal14412620631440574022653
Binary110010010101101000011011001100100010111110000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645686; }

 p { color: rgb(100,86,134); }

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

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

 a { background-color: rgb(100,86,134); }

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

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

 span { border-color: rgb(100,86,134); }

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