#614374

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

Shades of Honey Flower #614374

Tints of Honey Flower #614374

Color information

#614374 (or 0x614374) is unknown color: approx Honey Flower. HEX triplet: 61, 43 and 74. RGB value is (97,67,116). Sum of RGB (Red+Green+Blue) = 97+67+116=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #614374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614374 is #9EBC8B. Grayscale: #515151. Windows color (decimal): -10402956 or 7619425. OLE color: 7619425.

HSL color Cylindrical-coordinate representation of color #614374: hue angle of 276.73º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614374 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9767116-
CMYK0.160.4200.55
HSL276.73º26.78%35.88%-
HSV(B)276.73º42.24%45.49%-
XYZ10.097.8217.5-
YUV81.56147.44139.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 67 (26.56% from 255) = 23.93%
BLUE value IS 116 (45.70% from 255) = 41.43%
R=34.64%
G=23.93%
B=41.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97671160.160.4200.55276.7326.7835.88
Hex614374102A0371151b24
Octal14110316420520674253344
Binary11000011000011111010010000101010011011110001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614374; }

 p { color: rgb(97,67,116); }

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

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

 a { background-color: rgb(97,67,116); }

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

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

 span { border-color: rgb(97,67,116); }

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