#614F85

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

Shades of Butterfly Bush #614F85

Tints of Butterfly Bush #614F85

Color information

#614F85 (or 0x614F85) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4F and 85. RGB value is (97,79,133). Sum of RGB (Red+Green+Blue) = 97+79+133=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #614F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F85 is #9EB07A. Grayscale: #5A5A5A. Windows color (decimal): -10399867 or 8736609. OLE color: 8736609.

HSL color Cylindrical-coordinate representation of color #614F85: hue angle of 260º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #614F85 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9779133-
CMYK0.270.4100.48
HSL260º25.47%41.57%-
HSV(B)260º40.6%52.16%-
XYZ11.969.8323.46-
YUV90.54151.96132.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=31.39%
G=25.57%
B=43.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97791330.270.4100.4826025.4741.57
Hex614F851B29030104192a
Octal14111720533510604043152
Binary110000110011111000010111011101001011000010000010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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