#614C83

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

Shades of Butterfly Bush #614C83

Tints of Butterfly Bush #614C83

Color information

#614C83 (or 0x614C83) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4C and 83. RGB value is (97,76,131). Sum of RGB (Red+Green+Blue) = 97+76+131=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #614C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614C83 is #9EB37C. Grayscale: #585858. Windows color (decimal): -10400637 or 8604769. OLE color: 8604769.

HSL color Cylindrical-coordinate representation of color #614C83: hue angle of 262.91º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614C83 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9776131-
CMYK0.260.4200.49
HSL262.91º26.57%40.59%-
HSV(B)262.91º41.98%51.37%-
XYZ11.619.3522.67-
YUV88.55151.96134.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=31.91%
G=25%
B=43.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97761310.260.4200.49262.9126.5740.59
Hex614C831A2A0311071b29
Octal14111420332520614073351
Binary110000110011001000001111010101010011000110000011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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