#614E9D

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

Shades of Butterfly Bush #614E9D

Tints of Butterfly Bush #614E9D

Color information

#614E9D (or 0x614E9D) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4E and 9D. RGB value is (97,78,157). Sum of RGB (Red+Green+Blue) = 97+78+157=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #614E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614E9D is #9EB162. Grayscale: #5C5C5C. Windows color (decimal): -10400099 or 10309217. OLE color: 10309217.

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

Color convert

RGB9778157-
CMYK0.380.5000.38
HSL254.43º33.62%46.08%-
HSV(B)254.43º50.32%61.57%-
XYZ13.7410.4233.19-
YUV92.69164.29131.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.22%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 157 (61.72% from 255) = 47.29%
R=29.22%
G=23.49%
B=47.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97781570.380.5000.38254.4333.6246.08
Hex614E9D2632026fe222e
Octal14111623546620463764256
Binary1100001100111010011101100110110010010011011111110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,78,157); }

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

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

 a { background-color: rgb(97,78,157); }

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

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

 span { border-color: rgb(97,78,157); }

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