#615694

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

Shades of Butterfly Bush #615694

Tints of Butterfly Bush #615694

Color information

#615694 (or 0x615694) is unknown color: approx Butterfly Bush. HEX triplet: 61, 56 and 94. RGB value is (97,86,148). Sum of RGB (Red+Green+Blue) = 97+86+148=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #615694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615694 is #9EA96B. Grayscale: #606060. Windows color (decimal): -10398060 or 9721441. OLE color: 9721441.

HSL color Cylindrical-coordinate representation of color #615694: hue angle of 250.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615694 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9786148-
CMYK0.340.4200.42
HSL250.65º26.5%45.88%-
HSV(B)250.65º41.89%58.04%-
XYZ13.611.3429.49-
YUV96.36157.14128.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 148 (58.20% from 255) = 44.71%
R=29.31%
G=25.98%
B=44.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97861480.340.4200.42250.6526.545.88
Hex615694222A02Afb1a2e
Octal14112622442520523733256
Binary110000110101101001010010001010101001010101111101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615694; }

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

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

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

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

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

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

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

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