Color Hex Logo

#61978e Color Hex

#61978E
(97,151,142)
0 Favorites   0 Comments

Color spaces of #61978e

RGB 97151142
HSL0.470.220.49
HSV170°36°59°
CMYK 0.360.000.06   0.41
XYZ20.878926.627629.6304
Yxy26.62760.27070.3452
Hunter Lab51.6019-18.07972.0764
CIE-Lab58.6280-19.9834-0.9362

#61978e color RGB value is (97,151,142).

#61978e hex color red value is 97, green value is 151 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #61978e hue: 0.47 , saturation: 0.22 and the lightness value of 61978e is 0.49.

The process color (four color CMYK) of #61978e color hex is 0.36, 0.00, 0.06, 0.41. Web safe color of #61978e is #669999. Color #61978e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010111 10001110
Octal 141 227 216
Decimal 97 151 142
Hex 61 97 8E

RGB Percentages of Color #61978e

%24.87
%38.72
%36.41

CMYK Percentages of Color #61978e

%36
%0
%6
%41

Triadic Colors of #61978e

#61978e #8e6197 #978e61

Analogous Colors of #61978e

#61978e #618597 #619773

Monochromatic Colors of #61978e

#61978e

Complementary Color

#61978e #97616a

#61978e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61978e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61978e Color CSS Codes

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

#61978e Text Font Color

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

This sample text font color is #61978e
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.


#61978e Background Color

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

This div background color is #61978e


#61978e Border Color

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

This div border color is #61978e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,151,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61978e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61978e;
  -webkit-box-shadow: 1px 1px 3px 2px #61978e;
  box-shadow:         1px 1px 3px 2px #61978e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61978e


Comments

No comments written yet.

Please login to write comment.