#614071

Color #614071 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #614071

Tints of Honey Flower #614071

Color information

#614071 (or 0x614071) is unknown color: approx Honey Flower. HEX triplet: 61, 40 and 71. RGB value is (97,64,113). Sum of RGB (Red+Green+Blue) = 97+64+113=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #614071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614071 is #9EBF8E. Grayscale: #4F4F4F. Windows color (decimal): -10403727 or 7422049. OLE color: 7422049.

HSL color Cylindrical-coordinate representation of color #614071: hue angle of 280.41º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614071 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9764113-
CMYK0.140.4300.56
HSL280.41º27.68%34.71%-
HSV(B)280.41º43.36%44.31%-
XYZ9.747.416.54-
YUV79.45146.93140.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=35.40%
G=23.36%
B=41.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97641130.140.4300.56280.4127.6834.71
Hex614071E2B0381181c23
Octal14110016116530704303443
Binary1100001100000011100011110101011011100010001100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614071; }

 p { color: rgb(97,64,113); }

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

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

 a { background-color: rgb(97,64,113); }

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

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

 span { border-color: rgb(97,64,113); }

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