#614072

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

Shades of Honey Flower #614072

Tints of Honey Flower #614072

Color information

#614072 (or 0x614072) is unknown color: approx Honey Flower. HEX triplet: 61, 40 and 72. RGB value is (97,64,114). Sum of RGB (Red+Green+Blue) = 97+64+114=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #614072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614072 is #9EBF8D. Grayscale: #4F4F4F. Windows color (decimal): -10403726 or 7487585. OLE color: 7487585.

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

Color convert

RGB9764114-
CMYK0.150.4400.55
HSL279.6º28.09%34.9%-
HSV(B)279.6º43.86%44.71%-
XYZ9.87.4216.84-
YUV79.57147.43140.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=35.27%
G=23.27%
B=41.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97641140.150.4400.55279.628.0934.9
Hex614072F2C0371181c23
Octal14110016217540674303443
Binary1100001100000011100101111101100011011110001100011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614072; }

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

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

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

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

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

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

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

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