#615795

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

Shades of Butterfly Bush #615795

Tints of Butterfly Bush #615795

Color information

#615795 (or 0x615795) is unknown color: approx Butterfly Bush. HEX triplet: 61, 57 and 95. RGB value is (97,87,149). Sum of RGB (Red+Green+Blue) = 97+87+149=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #615795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615795 is #9EA86A. Grayscale: #606060. Windows color (decimal): -10397803 or 9787233. OLE color: 9787233.

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

Color convert

RGB9787149-
CMYK0.350.4200.42
HSL249.68º26.27%46.27%-
HSV(B)249.68º41.61%58.43%-
XYZ13.7611.5329.93-
YUV97.06157.31127.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.13%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=29.13%
G=26.13%
B=44.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97871490.350.4200.42249.6826.2746.27
Hex615795232A02Afa1a2e
Octal14112722543520523723256
Binary110000110101111001010110001110101001010101111101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615795; }

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

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

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

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

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

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

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

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