#615386

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

Shades of Butterfly Bush #615386

Tints of Butterfly Bush #615386

Color information

#615386 (or 0x615386) is unknown color: approx Butterfly Bush. HEX triplet: 61, 53 and 86. RGB value is (97,83,134). Sum of RGB (Red+Green+Blue) = 97+83+134=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #615386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615386 is #9EAC79. Grayscale: #5C5C5C. Windows color (decimal): -10398842 or 8803169. OLE color: 8803169.

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

Color convert

RGB9783134-
CMYK0.280.3800.47
HSL256.47º23.5%42.55%-
HSV(B)256.47º38.06%52.55%-
XYZ12.3310.4523.92-
YUV93151.14130.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=30.89%
G=26.43%
B=42.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97831340.280.3800.47256.4723.542.55
Hex6153861C2602F100182b
Octal14112320634460574003053
Binary110000110100111000011011100100110010111110000000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615386; }

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

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

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

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

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

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

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

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