#605795

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

Shades of Butterfly Bush #605795

Tints of Butterfly Bush #605795

Color information

#605795 (or 0x605795) is unknown color: approx Butterfly Bush. HEX triplet: 60, 57 and 95. RGB value is (96,87,149). Sum of RGB (Red+Green+Blue) = 96+87+149=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #605795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605795 is #9FA86A. Grayscale: #606060. Windows color (decimal): -10463339 or 9787232. OLE color: 9787232.

HSL color Cylindrical-coordinate representation of color #605795: hue angle of 248.71º degrees, saturation: 0.26, 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 #605795 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9687149-
CMYK0.360.4200.42
HSL248.71º26.27%46.27%-
HSV(B)248.71º41.61%58.43%-
XYZ13.6611.4729.93-
YUV96.76157.48127.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=28.92%
G=26.20%
B=44.88%

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
Decimal96871490.360.4200.42248.7126.2746.27
Hex605795242A02Af91a2e
Octal14012722544520523713256
Binary110000010101111001010110010010101001010101111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605795; }

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

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

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

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

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

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

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

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