#61558B

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

Shades of Butterfly Bush #61558B

Tints of Butterfly Bush #61558B

Color information

#61558B (or 0x61558B) is unknown color: approx Butterfly Bush. HEX triplet: 61, 55 and 8B. RGB value is (97,85,139). Sum of RGB (Red+Green+Blue) = 97+85+139=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 139 - color contains mainly: blue. Hex color #61558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61558B is #9EAA74. Grayscale: #5E5E5E. Windows color (decimal): -10398325 or 9131361. OLE color: 9131361.

HSL color Cylindrical-coordinate representation of color #61558B: hue angle of 253.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61558B is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9785139-
CMYK0.300.3900.45
HSL253.33º24.11%43.92%-
HSV(B)253.33º38.85%54.51%-
XYZ12.8410.925.85-
YUV94.74152.98129.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=30.22%
G=26.48%
B=43.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97851390.300.3900.45253.3324.1143.92
Hex61558B1E2702Dfd182c
Octal14112521336470553753054
Binary11000011010101100010111111010011101011011111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61558B; }

 p { color: rgb(97,85,139); }

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

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

 a { background-color: rgb(97,85,139); }

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

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

 span { border-color: rgb(97,85,139); }

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