#614D8E

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

Shades of Butterfly Bush #614D8E

Tints of Butterfly Bush #614D8E

Color information

#614D8E (or 0x614D8E) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4D and 8E. RGB value is (97,77,142). Sum of RGB (Red+Green+Blue) = 97+77+142=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #614D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D8E is #9EB271. Grayscale: #5A5A5A. Windows color (decimal): -10400370 or 9325921. OLE color: 9325921.

HSL color Cylindrical-coordinate representation of color #614D8E: hue angle of 258.46º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614D8E is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9777142-
CMYK0.320.4600.44
HSL258.46º29.68%42.94%-
HSV(B)258.46º45.77%55.69%-
XYZ12.479.826.83-
YUV90.39157.13132.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 77 (30.47% from 255) = 24.37%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=30.70%
G=24.37%
B=44.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97771420.320.4600.44258.4629.6842.94
Hex614D8E202E02C1021e2b
Octal14111521640560544023653
Binary1100001100110110001110100000101110010110010000001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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