#615494

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

Shades of Butterfly Bush #615494

Tints of Butterfly Bush #615494

Color information

#615494 (or 0x615494) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 94. RGB value is (97,84,148). Sum of RGB (Red+Green+Blue) = 97+84+148=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #615494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615494 is #9EAB6B. Grayscale: #5E5E5E. Windows color (decimal): -10398572 or 9720929. OLE color: 9720929.

HSL color Cylindrical-coordinate representation of color #615494: hue angle of 252.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #615494 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9784148-
CMYK0.340.4300.42
HSL252.19º27.59%45.49%-
HSV(B)252.19º43.24%58.04%-
XYZ13.4511.0229.44-
YUV95.18157.81129.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=29.48%
G=25.53%
B=44.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97841480.340.4300.42252.1927.5945.49
Hex615494222B02Afc1c2d
Octal14112422442530523743455
Binary110000110101001001010010001010101101010101111110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615494; }

 p { color: rgb(97,84,148); }

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

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

 a { background-color: rgb(97,84,148); }

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

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

 span { border-color: rgb(97,84,148); }

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