#605097

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

Shades of Butterfly Bush #605097

Tints of Butterfly Bush #605097

Color information

#605097 (or 0x605097) is unknown color: approx Butterfly Bush. HEX triplet: 60, 50 and 97. RGB value is (96,80,151). Sum of RGB (Red+Green+Blue) = 96+80+151=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #605097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605097 is #9FAF68. Grayscale: #5C5C5C. Windows color (decimal): -10465129 or 9916512. OLE color: 9916512.

HSL color Cylindrical-coordinate representation of color #605097: hue angle of 253.52º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #605097 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9680151-
CMYK0.360.4700.41
HSL253.52º30.74%45.29%-
HSV(B)253.52º47.02%59.22%-
XYZ13.2810.4630.6-
YUV92.88160.8130.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 151 (59.38% from 255) = 46.18%
R=29.36%
G=24.46%
B=46.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96801510.360.4700.41253.5230.7445.29
Hex605097242F029fe1f2d
Octal14012022744570513763755
Binary110000010100001001011110010010111101010011111111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605097; }

 p { color: rgb(96,80,151); }

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

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

 a { background-color: rgb(96,80,151); }

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

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

 span { border-color: rgb(96,80,151); }

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