#614D8B

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

Shades of Butterfly Bush #614D8B

Tints of Butterfly Bush #614D8B

Color information

#614D8B (or 0x614D8B) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4D and 8B. RGB value is (97,77,139). Sum of RGB (Red+Green+Blue) = 97+77+139=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #614D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D8B is #9EB274. Grayscale: #595959. Windows color (decimal): -10400373 or 9129313. OLE color: 9129313.

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

Color convert

RGB9777139-
CMYK0.300.4500.45
HSL259.35º28.7%42.35%-
HSV(B)259.35º44.6%54.51%-
XYZ12.249.7125.66-
YUV90.05155.63132.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.99%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=30.99%
G=24.60%
B=44.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97771390.300.4500.45259.3528.742.35
Hex614D8B1E2D02D1031d2a
Octal14111521336550554033552
Binary110000110011011000101111110101101010110110000001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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