#614F7C

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

Shades of Butterfly Bush #614F7C

Tints of Butterfly Bush #614F7C

Color information

#614F7C (or 0x614F7C) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4F and 7C. RGB value is (97,79,124). Sum of RGB (Red+Green+Blue) = 97+79+124=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 124 (48.83% from 255 or 41.33% from 300); Max value from RGB is 124 - color contains mainly: blue. Hex color #614F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F7C is #9EB083. Grayscale: #595959. Windows color (decimal): -10399876 or 8146785. OLE color: 8146785.

HSL color Cylindrical-coordinate representation of color #614F7C: hue angle of 264º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #614F7C is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9779124-
CMYK0.220.3600.51
HSL264º22.17%39.8%-
HSV(B)264º36.29%48.63%-
XYZ11.369.5920.32-
YUV89.51147.46133.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 124 (48.83% from 255) = 41.33%
R=32.33%
G=26.33%
B=41.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97791240.220.3600.5126422.1739.8
Hex614F7C16240331081628
Octal14111717426440634102650
Binary11000011001111111110010110100100011001110000100010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,124); }

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

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

 a { background-color: rgb(97,79,124); }

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

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

 span { border-color: rgb(97,79,124); }

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