#61508D

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

Shades of Butterfly Bush #61508D

Tints of Butterfly Bush #61508D

Color information

#61508D (or 0x61508D) is unknown color: approx Butterfly Bush. HEX triplet: 61, 50 and 8D. RGB value is (97,80,141). Sum of RGB (Red+Green+Blue) = 97+80+141=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #61508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61508D is #9EAF72. Grayscale: #5B5B5B. Windows color (decimal): -10399603 or 9261153. OLE color: 9261153.

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

Color convert

RGB9780141-
CMYK0.310.4300.45
HSL256.72º27.6%43.33%-
HSV(B)256.72º43.26%55.29%-
XYZ12.6110.226.5-
YUV92.04155.63131.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 141 (55.47% from 255) = 44.34%
R=30.50%
G=25.16%
B=44.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97801410.310.4300.45256.7227.643.33
Hex61508D1F2B02D1011c2b
Octal14112021537530554013453
Binary110000110100001000110111111101011010110110000000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61508D; }

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

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

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

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

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

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

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

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