Color Hex Logo

#61908e Color Hex

#61908E
(97,144,142)
0 Favorites   0 Comments

Color spaces of #61908e

RGB 97144142
HSL0.490.200.47
HSV177°33°56°
CMYK 0.330.000.01   0.44
XYZ19.785524.440929.2659
Yxy24.44090.26920.3326
Hunter Lab49.4377-15.0785-0.4918
CIE-Lab56.5266-16.2863-4.0258

#61908e color RGB value is (97,144,142).

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

The process color (four color CMYK) of #61908e color hex is 0.33, 0.00, 0.01, 0.44. Web safe color of #61908e is #669999. Color #61908e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010000 10001110
Octal 141 220 216
Decimal 97 144 142
Hex 61 90 8E

RGB Percentages of Color #61908e

%25.33
%37.60
%37.08

CMYK Percentages of Color #61908e

%33
%0
%1
%44

Triadic Colors of #61908e

#61908e #8e6190 #908e61

Analogous Colors of #61908e

#61908e #617b90 #619077

Monochromatic Colors of #61908e

#61908e

Complementary Color

#61908e #906163

#61908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61908e Color CSS Codes

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

#61908e Text Font Color

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

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


#61908e Background Color

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

This div background color is #61908e


#61908e Border Color

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

This div border color is #61908e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,144,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 #61908e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61908e


Comments

No comments written yet.

Please login to write comment.