#615292

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

Shades of Butterfly Bush #615292

Tints of Butterfly Bush #615292

Color information

#615292 (or 0x615292) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 92. RGB value is (97,82,146). Sum of RGB (Red+Green+Blue) = 97+82+146=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #615292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615292 is #9EAD6D. Grayscale: #5D5D5D. Windows color (decimal): -10399086 or 9589345. OLE color: 9589345.

HSL color Cylindrical-coordinate representation of color #615292: hue angle of 254.06º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #615292 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9782146-
CMYK0.340.4400.43
HSL254.06º28.07%44.71%-
HSV(B)254.06º43.84%57.25%-
XYZ13.1410.6528.56-
YUV93.78157.47130.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=29.85%
G=25.23%
B=44.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97821460.340.4400.43254.0628.0744.71
Hex615292222C02Bfe1c2d
Octal14112222242540533763455
Binary110000110100101001001010001010110001010111111111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615292; }

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

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

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

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

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

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

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

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