#615586

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

Shades of Butterfly Bush #615586

Tints of Butterfly Bush #615586

Color information

#615586 (or 0x615586) is unknown color: approx Butterfly Bush. HEX triplet: 61, 55 and 86. RGB value is (97,85,134). Sum of RGB (Red+Green+Blue) = 97+85+134=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: blue. Hex color #615586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615586 is #9EAA79. Grayscale: #5D5D5D. Windows color (decimal): -10398330 or 8803681. OLE color: 8803681.

HSL color Cylindrical-coordinate representation of color #615586: hue angle of 254.69º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #615586 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9785134-
CMYK0.280.3700.47
HSL254.69º22.37%42.94%-
HSV(B)254.69º36.57%52.55%-
XYZ12.4810.7623.97-
YUV94.17150.48130.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=30.70%
G=26.90%
B=42.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97851340.280.3700.47254.6922.3742.94
Hex6155861C2502Fff162b
Octal14112520634450573772653
Binary11000011010101100001101110010010101011111111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615586; }

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

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

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

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

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

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

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

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