#614F80

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

Shades of Butterfly Bush #614F80

Tints of Butterfly Bush #614F80

Color information

#614F80 (or 0x614F80) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4F and 80. RGB value is (97,79,128). Sum of RGB (Red+Green+Blue) = 97+79+128=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 128 - color contains mainly: blue. Hex color #614F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F80 is #9EB07F. Grayscale: #595959. Windows color (decimal): -10399872 or 8408929. OLE color: 8408929.

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

Color convert

RGB9779128-
CMYK0.240.3800.50
HSL262.04º23.67%40.59%-
HSV(B)262.04º38.28%50.2%-
XYZ11.629.6921.68-
YUV89.97149.46133.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 79 (31.25% from 255) = 25.99%
BLUE value IS 128 (50.39% from 255) = 42.11%
R=31.91%
G=25.99%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97791280.240.3800.50262.0423.6740.59
Hex614F8018260321061829
Octal14111720030460624063051
Binary110000110011111000000011000100110011001010000011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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