#614B8B

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

Shades of Butterfly Bush #614B8B

Tints of Butterfly Bush #614B8B

Color information

#614B8B (or 0x614B8B) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4B and 8B. RGB value is (97,75,139). Sum of RGB (Red+Green+Blue) = 97+75+139=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #614B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B8B is #9EB474. Grayscale: #585858. Windows color (decimal): -10400885 or 9128801. OLE color: 9128801.

HSL color Cylindrical-coordinate representation of color #614B8B: hue angle of 260.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614B8B is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9775139-
CMYK0.300.4600.45
HSL260.62º29.91%41.96%-
HSV(B)260.62º46.04%54.51%-
XYZ12.119.4425.61-
YUV88.87156.29133.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=31.19%
G=24.12%
B=44.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97751390.300.4600.45260.6229.9141.96
Hex614B8B1E2E02D1051e2a
Octal14111321336560554053652
Binary110000110010111000101111110101110010110110000010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,75,139); }

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

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

 a { background-color: rgb(97,75,139); }

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

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

 span { border-color: rgb(97,75,139); }

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