#614D92

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

Shades of Butterfly Bush #614D92

Tints of Butterfly Bush #614D92

Color information

#614D92 (or 0x614D92) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4D and 92. RGB value is (97,77,146). Sum of RGB (Red+Green+Blue) = 97+77+146=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #614D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614D92 is #9EB26D. Grayscale: #5A5A5A. Windows color (decimal): -10400366 or 9588065. OLE color: 9588065.

HSL color Cylindrical-coordinate representation of color #614D92: hue angle of 257.39º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #614D92 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9777146-
CMYK0.340.4700.43
HSL257.39º30.94%43.73%-
HSV(B)257.39º47.26%57.25%-
XYZ12.779.9228.44-
YUV90.85159.13132.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=30.31%
G=24.06%
B=45.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97771460.340.4700.43257.3930.9443.73
Hex614D92222F02B1011f2c
Octal14111522242570534013754
Binary1100001100110110010010100010101111010101110000000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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