#615396

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

Shades of Butterfly Bush #615396

Tints of Butterfly Bush #615396

Color information

#615396 (or 0x615396) is unknown color: approx Butterfly Bush. HEX triplet: 61, 53 and 96. RGB value is (97,83,150). Sum of RGB (Red+Green+Blue) = 97+83+150=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #615396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615396 is #9EAC69. Grayscale: #5E5E5E. Windows color (decimal): -10398826 or 9851745. OLE color: 9851745.

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

Color convert

RGB9783150-
CMYK0.350.4500.41
HSL252.54º28.76%45.69%-
HSV(B)252.54º44.67%58.82%-
XYZ13.5310.9330.25-
YUV94.82159.14129.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 83 (32.81% from 255) = 25.15%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=29.39%
G=25.15%
B=45.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97831500.350.4500.41252.5428.7645.69
Hex615396232D029fd1d2e
Octal14112322643550513753556
Binary110000110100111001011010001110110101010011111110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615396; }

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

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

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

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

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

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

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

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