#614D9C

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

Shades of Butterfly Bush #614D9C

Tints of Butterfly Bush #614D9C

Color information

#614D9C (or 0x614D9C) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4D and 9C. RGB value is (97,77,156). Sum of RGB (Red+Green+Blue) = 97+77+156=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #614D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D9C is #9EB263. Grayscale: #5B5B5B. Windows color (decimal): -10400356 or 10243425. OLE color: 10243425.

HSL color Cylindrical-coordinate representation of color #614D9C: hue angle of 255.19º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614D9C is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9777156-
CMYK0.380.5100.39
HSL255.19º33.91%45.69%-
HSV(B)255.19º50.64%61.18%-
XYZ13.5810.2532.71-
YUV91.99164.13131.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 77 (30.47% from 255) = 23.33%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=29.39%
G=23.33%
B=47.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97771560.380.5100.39255.1933.9145.69
Hex614D9C2633027ff222e
Octal14111523446630473774256
Binary1100001100110110011100100110110011010011111111111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,77,156); }

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

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

 a { background-color: rgb(97,77,156); }

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

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

 span { border-color: rgb(97,77,156); }

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