#615486

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

Shades of Butterfly Bush #615486

Tints of Butterfly Bush #615486

Color information

#615486 (or 0x615486) is unknown color: approx Butterfly Bush. HEX triplet: 61, 54 and 86. RGB value is (97,84,134). Sum of RGB (Red+Green+Blue) = 97+84+134=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #615486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615486 is #9EAB79. Grayscale: #5D5D5D. Windows color (decimal): -10398586 or 8803425. OLE color: 8803425.

HSL color Cylindrical-coordinate representation of color #615486: hue angle of 255.6º degrees, saturation: 0.23, 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 #615486 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9784134-
CMYK0.280.3700.47
HSL255.6º22.94%42.75%-
HSV(B)255.6º37.31%52.55%-
XYZ12.410.623.95-
YUV93.59150.81130.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=30.79%
G=26.67%
B=42.54%

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
Decimal97841340.280.3700.47255.622.9442.75
Hex6154861C2502F100172b
Octal14112420634450574002753
Binary110000110101001000011011100100101010111110000000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615486; }

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

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

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

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

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

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

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

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