#614D7F

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

Shades of Butterfly Bush #614D7F

Tints of Butterfly Bush #614D7F

Color information

#614D7F (or 0x614D7F) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4D and 7F. RGB value is (97,77,127). Sum of RGB (Red+Green+Blue) = 97+77+127=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 127 - color contains mainly: blue. Hex color #614D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D7F is #9EB280. Grayscale: #585858. Windows color (decimal): -10400385 or 8342881. OLE color: 8342881.

HSL color Cylindrical-coordinate representation of color #614D7F: hue angle of 264º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #614D7F is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9777127-
CMYK0.240.3900.50
HSL264º24.51%40%-
HSV(B)264º39.37%49.8%-
XYZ11.419.3821.29-
YUV88.68149.63133.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 127 (50% from 255) = 42.19%
R=32.23%
G=25.58%
B=42.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97771270.240.3900.5026424.5140
Hex614D7F18270321081928
Octal14111517730470624103150
Binary11000011001101111111111000100111011001010000100011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614D7F; }

 p { color: rgb(97,77,127); }

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

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

 a { background-color: rgb(97,77,127); }

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

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

 span { border-color: rgb(97,77,127); }

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