Color Hex Logo

#61938b Color Hex

#61938B
(97,147,139)
0 Favorites   0 Comments

Color spaces of #61938b

RGB 97147139
HSL0.470.200.48
HSV170°34°58°
CMYK 0.340.000.05   0.42
XYZ20.023725.272928.2489
Yxy25.27290.27230.3436
Hunter Lab50.2722-16.87871.8743
CIE-Lab57.3404-18.6097-1.1099

#61938b color RGB value is (97,147,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010011 10001011
Octal 141 223 213
Decimal 97 147 139
Hex 61 93 8B

RGB Percentages of Color #61938b

%25.33
%38.38
%36.29

CMYK Percentages of Color #61938b

%34
%0
%5
%42

Triadic Colors of #61938b

#61938b #8b6193 #938b61

Analogous Colors of #61938b

#61938b #618293 #619372

Monochromatic Colors of #61938b

#61938b

Complementary Color

#61938b #936169

#61938b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61938b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61938b Color CSS Codes

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

#61938b Text Font Color

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

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


#61938b Background Color

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

This div background color is #61938b


#61938b Border Color

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

This div border color is #61938b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61938b


Comments

No comments written yet.

Please login to write comment.