#614DA0

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

Shades of Butterfly Bush #614DA0

Tints of Butterfly Bush #614DA0

Color information

#614DA0 (or 0x614DA0) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4D and A0. RGB value is (97,77,160). Sum of RGB (Red+Green+Blue) = 97+77+160=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #614DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614DA0 is #9EB25F. Grayscale: #5C5C5C. Windows color (decimal): -10400352 or 10505569. OLE color: 10505569.

HSL color Cylindrical-coordinate representation of color #614DA0: hue angle of 254.46º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #614DA0 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9777160-
CMYK0.390.5200.37
HSL254.46º35.02%46.47%-
HSV(B)254.46º51.88%62.75%-
XYZ13.9310.3934.53-
YUV92.44166.13131.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.04%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 160 (62.89% from 255) = 47.90%
R=29.04%
G=23.05%
B=47.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97771600.390.5200.37254.4635.0246.47
Hex614DA02734025fe232e
Octal14111524047640453764356
Binary1100001100110110100000100111110100010010111111110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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