#614C87

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

Shades of Butterfly Bush #614C87

Tints of Butterfly Bush #614C87

Color information

#614C87 (or 0x614C87) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4C and 87. RGB value is (97,76,135). Sum of RGB (Red+Green+Blue) = 97+76+135=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #614C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C87 is #9EB378. Grayscale: #585858. Windows color (decimal): -10400633 or 8866913. OLE color: 8866913.

HSL color Cylindrical-coordinate representation of color #614C87: hue angle of 261.36º degrees, saturation: 0.28, 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 #614C87 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9776135-
CMYK0.280.4400.47
HSL261.36º27.96%41.37%-
HSV(B)261.36º43.7%52.94%-
XYZ11.899.4624.12-
YUV89153.96133.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 76 (30.08% from 255) = 24.68%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=31.49%
G=24.68%
B=43.83%

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
Decimal97761350.280.4400.47261.3627.9641.37
Hex614C871C2C02F1051c29
Octal14111420734540574053451
Binary110000110011001000011111100101100010111110000010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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