#615287

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

Shades of Butterfly Bush #615287

Tints of Butterfly Bush #615287

Color information

#615287 (or 0x615287) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 87. RGB value is (97,82,135). Sum of RGB (Red+Green+Blue) = 97+82+135=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 135 - color contains mainly: blue. Hex color #615287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615287 is #9EAD78. Grayscale: #5C5C5C. Windows color (decimal): -10399097 or 8868449. OLE color: 8868449.

HSL color Cylindrical-coordinate representation of color #615287: hue angle of 256.98º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #615287 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9782135-
CMYK0.280.3900.47
HSL256.98º24.42%42.55%-
HSV(B)256.98º39.26%52.94%-
XYZ12.3210.3324.27-
YUV92.53151.97131.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 135 (53.12% from 255) = 42.99%
R=30.89%
G=26.11%
B=42.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97821350.280.3900.47256.9824.4242.55
Hex6152871C2702F101182b
Octal14112220734470574013053
Binary110000110100101000011111100100111010111110000000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615287; }

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

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

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

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

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

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

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

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