#61518C

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

Shades of Butterfly Bush #61518C

Tints of Butterfly Bush #61518C

Color information

#61518C (or 0x61518C) is unknown color: approx Butterfly Bush. HEX triplet: 61, 51 and 8C. RGB value is (97,81,140). Sum of RGB (Red+Green+Blue) = 97+81+140=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #61518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61518C is #9EAE73. Grayscale: #5C5C5C. Windows color (decimal): -10399348 or 9195873. OLE color: 9195873.

HSL color Cylindrical-coordinate representation of color #61518C: hue angle of 256.27º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61518C is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9781140-
CMYK0.310.4200.45
HSL256.27º26.7%43.33%-
HSV(B)256.27º42.14%54.9%-
XYZ12.6110.3226.14-
YUV92.51154.8131.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 140 (55.08% from 255) = 44.03%
R=30.50%
G=25.47%
B=44.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97811400.310.4200.45256.2726.743.33
Hex61518C1F2A02D1001b2b
Octal14112121437520554003353
Binary110000110100011000110011111101010010110110000000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61518C; }

 p { color: rgb(97,81,140); }

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

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

 a { background-color: rgb(97,81,140); }

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

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

 span { border-color: rgb(97,81,140); }

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