#615085

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

Shades of Butterfly Bush #615085

Tints of Butterfly Bush #615085

Color information

#615085 (or 0x615085) is unknown color: approx Butterfly Bush. HEX triplet: 61, 50 and 85. RGB value is (97,80,133). Sum of RGB (Red+Green+Blue) = 97+80+133=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #615085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615085 is #9EAF7A. Grayscale: #5A5A5A. Windows color (decimal): -10399611 or 8736865. OLE color: 8736865.

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

Color convert

RGB9780133-
CMYK0.270.4000.48
HSL259.25º24.88%41.76%-
HSV(B)259.25º39.85%52.16%-
XYZ12.039.9723.48-
YUV91.12151.63132.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=31.29%
G=25.81%
B=42.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97801330.270.4000.48259.2524.8841.76
Hex6150851B28030103192a
Octal14112020533500604033152
Binary110000110100001000010111011101000011000010000001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615085; }

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

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

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

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

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

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

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

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