#645699

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

Shades of Butterfly Bush #645699

Tints of Butterfly Bush #645699

Color information

#645699 (or 0x645699) is unknown color: approx Butterfly Bush. HEX triplet: 64, 56 and 99. RGB value is (100,86,153). Sum of RGB (Red+Green+Blue) = 100+86+153=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #645699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645699 is #9BA966. Grayscale: #616161. Windows color (decimal): -10201447 or 10049124. OLE color: 10049124.

HSL color Cylindrical-coordinate representation of color #645699: hue angle of 252.54º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #645699 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10086153-
CMYK0.350.4400.4
HSL252.54º28.03%46.86%-
HSV(B)252.54º43.79%60%-
XYZ14.3311.6631.63-
YUV97.82159.14129.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=29.50%
G=25.37%
B=45.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100861530.350.4400.4252.5428.0346.86
Hex645699232C028fd1c2f
Octal14412623143540503753457
Binary110010010101101001100110001110110001010001111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645699; }

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

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

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

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

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

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

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

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