#615395

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

Shades of Butterfly Bush #615395

Tints of Butterfly Bush #615395

Color information

#615395 (or 0x615395) is unknown color: approx Butterfly Bush. HEX triplet: 61, 53 and 95. RGB value is (97,83,149). Sum of RGB (Red+Green+Blue) = 97+83+149=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #615395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615395 is #9EAC6A. Grayscale: #5E5E5E. Windows color (decimal): -10398827 or 9786209. OLE color: 9786209.

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

Color convert

RGB9783149-
CMYK0.350.4400.42
HSL252.73º28.45%45.49%-
HSV(B)252.73º44.3%58.43%-
XYZ13.4510.929.83-
YUV94.71158.64129.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 83 (32.81% from 255) = 25.23%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=29.48%
G=25.23%
B=45.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97831490.350.4400.42252.7328.4545.49
Hex615395232C02Afd1c2d
Octal14112322543540523753455
Binary110000110100111001010110001110110001010101111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615395; }

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

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

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

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

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

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

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

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