#615483

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

Shades of Butterfly Bush #615483

Tints of Butterfly Bush #615483

Color information

#615483 (or 0x615483) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 83. RGB value is (97,84,131). Sum of RGB (Red+Green+Blue) = 97+84+131=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 131 - color contains mainly: blue. Hex color #615483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615483 is #9EAB7C. Grayscale: #5D5D5D. Windows color (decimal): -10398589 or 8606817. OLE color: 8606817.

HSL color Cylindrical-coordinate representation of color #615483: hue angle of 256.6º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #615483 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9784131-
CMYK0.260.3600.49
HSL256.6º21.86%42.16%-
HSV(B)256.6º35.88%51.37%-
XYZ12.210.5222.86-
YUV93.24149.31130.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 84 (33.20% from 255) = 26.92%
BLUE value IS 131 (51.56% from 255) = 41.99%
R=31.09%
G=26.92%
B=41.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97841310.260.3600.49256.621.8642.16
Hex6154831A24031101162a
Octal14112420332440614012652
Binary110000110101001000001111010100100011000110000000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615483; }

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

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

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

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

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

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

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

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