#605992

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

Shades of Butterfly Bush #605992

Tints of Butterfly Bush #605992

Color information

#605992 (or 0x605992) is unknown color: approx Butterfly Bush. HEX triplet: 60, 59 and 92. RGB value is (96,89,146). Sum of RGB (Red+Green+Blue) = 96+89+146=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #605992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #605992 is #9FA66D. Grayscale: #616161. Windows color (decimal): -10462830 or 9591136. OLE color: 9591136.

HSL color Cylindrical-coordinate representation of color #605992: hue angle of 247.37º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #605992 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9689146-
CMYK0.340.3900.43
HSL247.37º24.26%46.08%-
HSV(B)247.37º39.04%57.25%-
XYZ13.5811.7128.74-
YUV97.59155.32126.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=29.00%
G=26.89%
B=44.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal96891460.340.3900.43247.3724.2646.08
Hex605992222702Bf7182e
Octal14013122242470533673056
Binary110000010110011001001010001010011101010111111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605992; }

 p { color: rgb(96,89,146); }

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

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

 a { background-color: rgb(96,89,146); }

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

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

 span { border-color: rgb(96,89,146); }

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