#614F9F

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

Shades of Butterfly Bush #614F9F

Tints of Butterfly Bush #614F9F

Color information

#614F9F (or 0x614F9F) is unknown color: approx Butterfly Bush. HEX triplet: 61, 4F and 9F. RGB value is (97,79,159). Sum of RGB (Red+Green+Blue) = 97+79+159=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #614F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #614F9F is #9EB060. Grayscale: #5D5D5D. Windows color (decimal): -10399841 or 10440545. OLE color: 10440545.

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

Color convert

RGB9779159-
CMYK0.390.5000.38
HSL253.5º33.61%46.67%-
HSV(B)253.5º50.31%62.35%-
XYZ13.9810.6434.12-
YUV93.5164.96130.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 79 (31.25% from 255) = 23.58%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=28.96%
G=23.58%
B=47.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97791590.390.5000.38253.533.6146.67
Hex614F9F2732026fe222f
Octal14111723747620463764257
Binary1100001100111110011111100111110010010011011111110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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