#615696

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

Shades of Butterfly Bush #615696

Tints of Butterfly Bush #615696

Color information

#615696 (or 0x615696) is unknown color: approx Butterfly Bush. HEX triplet: 61, 56 and 96. RGB value is (97,86,150). Sum of RGB (Red+Green+Blue) = 97+86+150=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #615696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615696 is #9EA969. Grayscale: #606060. Windows color (decimal): -10398058 or 9852513. OLE color: 9852513.

HSL color Cylindrical-coordinate representation of color #615696: hue angle of 250.31º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #615696 is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9786150-
CMYK0.350.4300.41
HSL250.31º27.12%46.27%-
HSV(B)250.31º42.67%58.82%-
XYZ13.7611.430.33-
YUV96.58158.14128.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=29.13%
G=25.83%
B=45.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97861500.350.4300.41250.3127.1246.27
Hex615696232B029fa1b2e
Octal14112622643530513723356
Binary110000110101101001011010001110101101010011111101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615696; }

 p { color: rgb(97,86,150); }

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

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

 a { background-color: rgb(97,86,150); }

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

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

 span { border-color: rgb(97,86,150); }

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