#614B87

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

Shades of Butterfly Bush #614B87

Tints of Butterfly Bush #614B87

Color information

#614B87 (or 0x614B87) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4B and 87. RGB value is (97,75,135). Sum of RGB (Red+Green+Blue) = 97+75+135=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 135 (53.12% from 255 or 43.97% from 307); Max value from RGB is 135 - color contains mainly: blue. Hex color #614B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B87 is #9EB478. Grayscale: #585858. Windows color (decimal): -10400889 or 8866657. OLE color: 8866657.

HSL color Cylindrical-coordinate representation of color #614B87: hue angle of 262º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614B87 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9775135-
CMYK0.280.4400.47
HSL262º28.57%41.18%-
HSV(B)262º44.44%52.94%-
XYZ11.829.3224.1-
YUV88.42154.29134.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 135 (53.12% from 255) = 43.97%
R=31.60%
G=24.43%
B=43.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97751350.280.4400.4726228.5741.18
Hex614B871C2C02F1061d29
Octal14111320734540574063551
Binary110000110010111000011111100101100010111110000011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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