Color Hex Logo

#61707e Color Hex

#61707E
(97,112,126)
0 Favorites   0 Comments

Color spaces of #61707e

RGB 97112126
HSL0.580.130.44
HSV209°23°49°
CMYK 0.230.110.00   0.51
XYZ14.489815.636121.9930
Yxy15.63610.27800.3000
Hunter Lab39.5425-3.7906-5.2965
CIE-Lab46.4934-2.2656-9.5996

#61707e color RGB value is (97,112,126).

#61707e hex color red value is 97, green value is 112 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #61707e hue: 0.58 , saturation: 0.13 and the lightness value of 61707e is 0.44.

The process color (four color CMYK) of #61707e color hex is 0.23, 0.11, 0.00, 0.51. Web safe color of #61707e is #666666. Color #61707e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110000 01111110
Octal 141 160 176
Decimal 97 112 126
Hex 61 70 7E

RGB Percentages of Color #61707e

%28.96
%33.43
%37.61

CMYK Percentages of Color #61707e

%23
%11
%0
%51

Triadic Colors of #61707e

#61707e #7e6170 #707e61

Analogous Colors of #61707e

#61707e #61627e #617e7e

Monochromatic Colors of #61707e

#61707e

Complementary Color

#61707e #7e6f61

#61707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61707e Color CSS Codes

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

#61707e Text Font Color

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

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


#61707e Background Color

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

This div background color is #61707e


#61707e Border Color

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

This div border color is #61707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61707e


Comments

No comments written yet.

Please login to write comment.