#614F95

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

Shades of Butterfly Bush #614F95

Tints of Butterfly Bush #614F95

Color information

#614F95 (or 0x614F95) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4F and 95. RGB value is (97,79,149). Sum of RGB (Red+Green+Blue) = 97+79+149=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #614F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F95 is #9EB06A. Grayscale: #5C5C5C. Windows color (decimal): -10399851 or 9785185. OLE color: 9785185.

HSL color Cylindrical-coordinate representation of color #614F95: hue angle of 255.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614F95 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9779149-
CMYK0.350.4700.42
HSL255.43º30.7%44.71%-
HSV(B)255.43º46.98%58.43%-
XYZ13.1510.329.73-
YUV92.36159.96131.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=29.85%
G=24.31%
B=45.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97791490.350.4700.42255.4330.744.71
Hex614F95232F02Aff1f2d
Octal14111722543570523773755
Binary110000110011111001010110001110111101010101111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,79,149); }

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

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

 a { background-color: rgb(97,79,149); }

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

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

 span { border-color: rgb(97,79,149); }

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