#614B8A

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

Shades of Butterfly Bush #614B8A

Tints of Butterfly Bush #614B8A

Color information

#614B8A (or 0x614B8A) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4B and 8A. RGB value is (97,75,138). Sum of RGB (Red+Green+Blue) = 97+75+138=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #614B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614B8A is #9EB475. Grayscale: #585858. Windows color (decimal): -10400886 or 9063265. OLE color: 9063265.

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

Color convert

RGB9775138-
CMYK0.300.4600.46
HSL260.95º29.58%41.76%-
HSV(B)260.95º45.65%54.12%-
XYZ12.039.4125.23-
YUV88.76155.79133.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=31.29%
G=24.19%
B=44.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97751380.300.4600.46260.9529.5841.76
Hex614B8A1E2E02E1051e2a
Octal14111321236560564053652
Binary110000110010111000101011110101110010111010000010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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