#615289

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

Shades of Butterfly Bush #615289

Tints of Butterfly Bush #615289

Color information

#615289 (or 0x615289) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 89. RGB value is (97,82,137). Sum of RGB (Red+Green+Blue) = 97+82+137=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #615289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615289 is #9EAD76. Grayscale: #5C5C5C. Windows color (decimal): -10399095 or 8999521. OLE color: 8999521.

HSL color Cylindrical-coordinate representation of color #615289: hue angle of 256.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #615289 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9782137-
CMYK0.290.4000.46
HSL256.36º25.11%42.94%-
HSV(B)256.36º40.15%53.73%-
XYZ12.4610.3825.01-
YUV92.76152.97131.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 137 (53.91% from 255) = 43.35%
R=30.70%
G=25.95%
B=43.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97821370.290.4000.46256.3625.1142.94
Hex6152891D2802E100192b
Octal14112221135500564003153
Binary110000110100101000100111101101000010111010000000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615289; }

 p { color: rgb(97,82,137); }

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

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

 a { background-color: rgb(97,82,137); }

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

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

 span { border-color: rgb(97,82,137); }

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