#615392

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

Shades of Butterfly Bush #615392

Tints of Butterfly Bush #615392

Color information

#615392 (or 0x615392) is unknown color: approx Butterfly Bush. HEX triplet: 61, 53 and 92. RGB value is (97,83,146). Sum of RGB (Red+Green+Blue) = 97+83+146=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #615392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615392 is #9EAC6D. Grayscale: #5E5E5E. Windows color (decimal): -10398830 or 9589601. OLE color: 9589601.

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

Color convert

RGB9783146-
CMYK0.340.4300.43
HSL253.33º27.51%44.9%-
HSV(B)253.33º43.15%57.25%-
XYZ13.2110.828.58-
YUV94.37157.14129.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=29.75%
G=25.46%
B=44.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97831460.340.4300.43253.3327.5144.9
Hex615392222B02Bfd1c2d
Octal14112322242530533753455
Binary110000110100111001001010001010101101010111111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615392; }

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

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

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

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

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

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

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

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