#615585

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

Shades of Butterfly Bush #615585

Tints of Butterfly Bush #615585

Color information

#615585 (or 0x615585) is unknown color: approx Butterfly Bush. HEX triplet: 61, 55 and 85. RGB value is (97,85,133). Sum of RGB (Red+Green+Blue) = 97+85+133=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #615585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615585 is #9EAA7A. Grayscale: #5D5D5D. Windows color (decimal): -10398331 or 8738145. OLE color: 8738145.

HSL color Cylindrical-coordinate representation of color #615585: hue angle of 255º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #615585 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9785133-
CMYK0.270.3600.48
HSL255º22.02%42.75%-
HSV(B)255º36.09%52.16%-
XYZ12.4110.7323.61-
YUV94.06149.98130.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=30.79%
G=26.98%
B=42.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97851330.270.3600.4825522.0242.75
Hex6155851B24030ff162b
Octal14112520533440603772653
Binary11000011010101100001011101110010001100001111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615585; }

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

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

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

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

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

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

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

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