#615086

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

Shades of Butterfly Bush #615086

Tints of Butterfly Bush #615086

Color information

#615086 (or 0x615086) is unknown color: approx Butterfly Bush. HEX triplet: 61, 50 and 86. RGB value is (97,80,134). Sum of RGB (Red+Green+Blue) = 97+80+134=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #615086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615086 is #9EAF79. Grayscale: #5B5B5B. Windows color (decimal): -10399610 or 8802401. OLE color: 8802401.

HSL color Cylindrical-coordinate representation of color #615086: hue angle of 258.89º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #615086 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9780134-
CMYK0.280.4000.47
HSL258.89º25.23%41.96%-
HSV(B)258.89º40.3%52.55%-
XYZ12.11023.85-
YUV91.24152.13132.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=31.19%
G=25.72%
B=43.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97801340.280.4000.47258.8925.2341.96
Hex6150861C2802F103192a
Octal14112020634500574033152
Binary110000110100001000011011100101000010111110000001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615086; }

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

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

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

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

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

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

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

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