#614C8A

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

Shades of Butterfly Bush #614C8A

Tints of Butterfly Bush #614C8A

Color information

#614C8A (or 0x614C8A) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4C and 8A. RGB value is (97,76,138). Sum of RGB (Red+Green+Blue) = 97+76+138=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #614C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C8A is #9EB375. Grayscale: #595959. Windows color (decimal): -10400630 or 9063521. OLE color: 9063521.

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

Color convert

RGB9776138-
CMYK0.300.4500.46
HSL260.32º28.97%41.96%-
HSV(B)260.32º44.93%54.12%-
XYZ12.19.5525.25-
YUV89.35155.46133.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 76 (30.08% from 255) = 24.44%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=31.19%
G=24.44%
B=44.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97761380.300.4500.46260.3228.9741.96
Hex614C8A1E2D02E1041d2a
Octal14111421236550564043552
Binary110000110011001000101011110101101010111010000010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,76,138); }

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

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

 a { background-color: rgb(97,76,138); }

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

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

 span { border-color: rgb(97,76,138); }

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