#615484

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

Shades of Butterfly Bush #615484

Tints of Butterfly Bush #615484

Color information

#615484 (or 0x615484) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 84. RGB value is (97,84,132). Sum of RGB (Red+Green+Blue) = 97+84+132=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #615484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615484 is #9EAB7B. Grayscale: #5D5D5D. Windows color (decimal): -10398588 or 8672353. OLE color: 8672353.

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

Color convert

RGB9784132-
CMYK0.270.3600.48
HSL256.25º22.22%42.35%-
HSV(B)256.25º36.36%51.76%-
XYZ12.2610.5523.22-
YUV93.36149.81130.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=30.99%
G=26.84%
B=42.17%

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
Decimal97841320.270.3600.48256.2522.2242.35
Hex6154841B24030100162a
Octal14112420433440604002652
Binary110000110101001000010011011100100011000010000000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615484; }

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

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

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

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

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

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

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

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