Color Hex Logo

#61718b Color Hex

#61718B
(97,113,139)
0 Favorites   0 Comments

Color spaces of #61718b

RGB 97113139
HSL0.600.180.46
HSV217°30°55°
CMYK 0.300.190.00   0.45
XYZ15.495116.215726.7394
Yxy16.21570.26510.2774
Hunter Lab40.2687-1.7848-11.1819
CIE-Lab47.25620.4860-16.1826

#61718b color RGB value is (97,113,139).

#61718b hex color red value is 97, green value is 113 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #61718b hue: 0.60 , saturation: 0.18 and the lightness value of 61718b is 0.46.

The process color (four color CMYK) of #61718b color hex is 0.30, 0.19, 0.00, 0.45. Web safe color of #61718b is #666699. Color #61718b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110001 10001011
Octal 141 161 213
Decimal 97 113 139
Hex 61 71 8B

RGB Percentages of Color #61718b

%27.79
%32.38
%39.83

CMYK Percentages of Color #61718b

%30
%19
%0
%45

Triadic Colors of #61718b

#61718b #8b6171 #718b61

Analogous Colors of #61718b

#61718b #66618b #61868b

Monochromatic Colors of #61718b

#61718b

Complementary Color

#61718b #8b7b61

#61718b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61718b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61718b Color CSS Codes

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

#61718b Text Font Color

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

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


#61718b Background Color

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

This div background color is #61718b


#61718b Border Color

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

This div border color is #61718b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61718b


Comments

No comments written yet.

Please login to write comment.