#61558D

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

Shades of Butterfly Bush #61558D

Tints of Butterfly Bush #61558D

Color information

#61558D (or 0x61558D) is unknown color: approx Butterfly Bush. HEX triplet: 61, 55 and 8D. RGB value is (97,85,141). Sum of RGB (Red+Green+Blue) = 97+85+141=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #61558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61558D is #9EAA72. Grayscale: #5E5E5E. Windows color (decimal): -10398323 or 9262433. OLE color: 9262433.

HSL color Cylindrical-coordinate representation of color #61558D: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61558D is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9785141-
CMYK0.310.4000.45
HSL252.86º24.78%44.31%-
HSV(B)252.86º39.72%55.29%-
XYZ12.9910.9626.63-
YUV94.97153.98129.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 141 (55.47% from 255) = 43.65%
R=30.03%
G=26.32%
B=43.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97851410.310.4000.45252.8624.7844.31
Hex61558D1F2802Dfd192c
Octal14112521537500553753154
Binary11000011010101100011011111110100001011011111110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61558D; }

 p { color: rgb(97,85,141); }

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

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

 a { background-color: rgb(97,85,141); }

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

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

 span { border-color: rgb(97,85,141); }

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