Color Hex Logo

#619386 Color Hex

#619386
(97,147,134)
0 Favorites   0 Comments

Color spaces of #619386

RGB 97147134
HSL0.460.200.48
HSV164°34°58°
CMYK 0.340.000.09   0.42
XYZ19.666625.130126.3683
Yxy25.13010.27640.3531
Hunter Lab50.1299-17.69963.9045
CIE-Lab57.2020-19.79241.5473

#619386 color RGB value is (97,147,134).

#619386 hex color red value is 97, green value is 147 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #619386 hue: 0.46 , saturation: 0.20 and the lightness value of 619386 is 0.48.

The process color (four color CMYK) of #619386 color hex is 0.34, 0.00, 0.09, 0.42. Web safe color of #619386 is #669999. Color #619386 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010011 10000110
Octal 141 223 206
Decimal 97 147 134
Hex 61 93 86

RGB Percentages of Color #619386

%25.66
%38.89
%35.45

CMYK Percentages of Color #619386

%34
%0
%9
%42

Triadic Colors of #619386

#619386 #866193 #938661

Analogous Colors of #619386

#619386 #618793 #61936d

Monochromatic Colors of #619386

#619386

Complementary Color

#619386 #93616e

#619386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#619386 Color CSS Codes

.mybgcolor {background-color:#619386; } 
.myforecolor {color:#619386; }
.mybordercolor {border:3px solid #619386; }

#619386 Text Font Color

<p style="color:#619386">Text here</p>

This sample text font color is #619386
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#619386 Background Color

<div style="background-color:#619386">
Div content here</div>

This div background color is #619386


#619386 Border Color

<div style="border:3px solid #619386">
Div here</div>

This div border color is #619386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,147,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #619386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #619386;
  -webkit-box-shadow: 1px 1px 3px 2px #619386;
  box-shadow:         1px 1px 3px 2px #619386; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,147,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #619386">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #619386;
  -webkit-box-shadow: 1px 1px 3px 2px #619386;
  box-shadow:         1px 1px 3px 2px #619386;">
Div content here</div>

This div box has shadow with color #619386


Comments

No comments written yet.

Please login to write comment.