Color Hex Logo

#61939c Color Hex

#61939C
(97,147,156)
0 Favorites   0 Comments

Color spaces of #61939c

RGB 97147156
HSL0.530.230.50
HSV189°38°61°
CMYK 0.380.060.00   0.39
XYZ21.364225.809135.3081
Yxy25.80910.25900.3129
Hunter Lab50.8027-13.8395-5.6450
CIE-Lab57.8554-14.3335-10.0677

#61939c color RGB value is (97,147,156).

#61939c hex color red value is 97, green value is 147 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #61939c hue: 0.53 , saturation: 0.23 and the lightness value of 61939c is 0.50.

The process color (four color CMYK) of #61939c color hex is 0.38, 0.06, 0.00, 0.39. Web safe color of #61939c is #669999. Color #61939c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10010011 10011100
Octal 141 223 234
Decimal 97 147 156
Hex 61 93 9C

RGB Percentages of Color #61939c

%24.25
%36.75
%39.00

CMYK Percentages of Color #61939c

%38
%6
%0
%39

Triadic Colors of #61939c

#61939c #9c6193 #939c61

Analogous Colors of #61939c

#61939c #61769c #619c88

Monochromatic Colors of #61939c

#61939c

Complementary Color

#61939c #9c6a61

#61939c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61939c Color Preview on White Background

Lorem ipsum dolor sit amet.

#61939c Color CSS Codes

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

#61939c Text Font Color

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

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


#61939c Background Color

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

This div background color is #61939c


#61939c Border Color

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

This div border color is #61939c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61939c


Comments

No comments written yet.

Please login to write comment.