#605695

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

Shades of Butterfly Bush #605695

Tints of Butterfly Bush #605695

Color information

#605695 (or 0x605695) is unknown color: approx Butterfly Bush. HEX triplet: 60, 56 and 95. RGB value is (96,86,149). Sum of RGB (Red+Green+Blue) = 96+86+149=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #605695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605695 is #9FA96A. Grayscale: #5F5F5F. Windows color (decimal): -10463595 or 9786976. OLE color: 9786976.

HSL color Cylindrical-coordinate representation of color #605695: hue angle of 249.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #605695 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9686149-
CMYK0.360.4200.42
HSL249.52º26.81%46.08%-
HSV(B)249.52º42.28%58.43%-
XYZ13.5811.3129.9-
YUV96.17157.81127.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=29.00%
G=25.98%
B=45.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96861490.360.4200.42249.5226.8146.08
Hex605695242A02Afa1b2e
Octal14012622544520523723356
Binary110000010101101001010110010010101001010101111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605695; }

 p { color: rgb(96,86,149); }

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

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

 a { background-color: rgb(96,86,149); }

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

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

 span { border-color: rgb(96,86,149); }

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