#61549B

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

Shades of Butterfly Bush #61549B

Tints of Butterfly Bush #61549B

Color information

#61549B (or 0x61549B) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 9B. RGB value is (97,84,155). Sum of RGB (Red+Green+Blue) = 97+84+155=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #61549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61549B is #9EAB64. Grayscale: #5F5F5F. Windows color (decimal): -10398565 or 10179681. OLE color: 10179681.

HSL color Cylindrical-coordinate representation of color #61549B: hue angle of 250.99º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61549B is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9784155-
CMYK0.370.4600.39
HSL250.99º29.71%46.86%-
HSV(B)250.99º45.81%60.78%-
XYZ14.0211.2532.44-
YUV95.98161.31128.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.87%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 155 (60.94% from 255) = 46.13%
R=28.87%
G=25%
B=46.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97841550.370.4600.39250.9929.7146.86
Hex61549B252E027fb1e2f
Octal14112423345560473733657
Binary110000110101001001101110010110111001001111111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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