#61549A

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

Shades of Butterfly Bush #61549A

Tints of Butterfly Bush #61549A

Color information

#61549A (or 0x61549A) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 9A. RGB value is (97,84,154). Sum of RGB (Red+Green+Blue) = 97+84+154=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #61549A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61549A is #9EAB65. Grayscale: #5F5F5F. Windows color (decimal): -10398566 or 10114145. OLE color: 10114145.

HSL color Cylindrical-coordinate representation of color #61549A: hue angle of 251.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61549A is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9784154-
CMYK0.370.4500.40
HSL251.14º29.41%46.67%-
HSV(B)251.14º45.45%60.39%-
XYZ13.9311.2232-
YUV95.87160.81128.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=28.96%
G=25.07%
B=45.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97841540.370.4500.40251.1429.4146.67
Hex61549A252D028fb1d2f
Octal14112423245550503733557
Binary110000110101001001101010010110110101010001111101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61549A; }

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

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

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

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

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

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

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

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