#615096

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

Shades of Butterfly Bush #615096

Tints of Butterfly Bush #615096

Color information

#615096 (or 0x615096) is unknown color: approx Butterfly Bush. HEX triplet: 61, 50 and 96. RGB value is (97,80,150). Sum of RGB (Red+Green+Blue) = 97+80+150=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #615096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615096 is #9EAF69. Grayscale: #5C5C5C. Windows color (decimal): -10399594 or 9850977. OLE color: 9850977.

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

Color convert

RGB9780150-
CMYK0.350.4700.41
HSL254.57º30.43%45.1%-
HSV(B)254.57º46.67%58.82%-
XYZ13.310.4830.18-
YUV93.06160.13130.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 80 (31.64% from 255) = 24.46%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=29.66%
G=24.46%
B=45.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97801500.350.4700.41254.5730.4345.1
Hex615096232F029ff1e2d
Octal14112022643570513773655
Binary110000110100001001011010001110111101010011111111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615096; }

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

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

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

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

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

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

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

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