#615295

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

Shades of Butterfly Bush #615295

Tints of Butterfly Bush #615295

Color information

#615295 (or 0x615295) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 95. RGB value is (97,82,149). Sum of RGB (Red+Green+Blue) = 97+82+149=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #615295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615295 is #9EAD6A. Grayscale: #5D5D5D. Windows color (decimal): -10399083 or 9785953. OLE color: 9785953.

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

Color convert

RGB9782149-
CMYK0.350.4500.42
HSL253.43º29%45.29%-
HSV(B)253.43º44.97%58.43%-
XYZ13.3710.7529.8-
YUV94.12158.97130.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=29.57%
G=25%
B=45.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97821490.350.4500.42253.432945.29
Hex615295232D02Afd1d2d
Octal14112222543550523753555
Binary110000110100101001010110001110110101010101111110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615295; }

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

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

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

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

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

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

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

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