#614B84

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

Shades of Butterfly Bush #614B84

Tints of Butterfly Bush #614B84

Color information

#614B84 (or 0x614B84) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4B and 84. RGB value is (97,75,132). Sum of RGB (Red+Green+Blue) = 97+75+132=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 75 (29.69% from 255 or 24.67% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #614B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B84 is #9EB47B. Grayscale: #575757. Windows color (decimal): -10400892 or 8670049. OLE color: 8670049.

HSL color Cylindrical-coordinate representation of color #614B84: hue angle of 263.16º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614B84 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9775132-
CMYK0.270.4300.48
HSL263.16º27.54%40.59%-
HSV(B)263.16º43.18%51.76%-
XYZ11.619.2423-
YUV88.08152.79134.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 75 (29.69% from 255) = 24.67%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=31.91%
G=24.67%
B=43.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97751320.270.4300.48263.1627.5440.59
Hex614B841B2B0301071c29
Octal14111320433530604073451
Binary110000110010111000010011011101011011000010000011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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