COLOR #61697D

HEX: #61697D
RGB: (97,105,125)

Color info

#61697D contains red, green and blue colors in about the same proportion. Web safe color of #61697D is #666666 (or #666).

RGB color model

#61697D color RGB value is (97,105,125).

  • red value is 97;
  • green value is 105;
  • blue value is 125.
RGB:
(97,105,125)
(38%,41%,49%)

RGB channels and saturation

R 97 of 255 = 38%
G 105 of 255 = 41%
B 125 of 255 = 49%

97
105
125

R + G + B ~ 43%. #61697D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 105 + 125 = 327 (100%)
R 97 of 327 ~ 29.66%
G 105 of 327 ~ 32.11%
B 125 of 327 ~ 38.23%

%29.66
%32.11
%38.23

CMYK color model

#61697D color CMYK value is (22,16,0,51).

  • cyan value is 22.40%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(22,16,0,51)
C22M16Y0K51 
(22%,16%,0%,51%)
(0.22/0.16/0.00/0.51)	

CMYK percentages

%22.4
%16
%0
%50.98

Codes

Color #61697D in popluar color models

61697D
RGB97105125
HSL223°12.61%43.53%
HSB/HSV223°22.40%49.02%
CMYK22.40%16.00%0.00%
50.98%

Color #61697D in popluar number systems.

HEX61697D
Decimal97105125
Binary110000111010011111101
Octal141151175

Shades and tints

Shades of #61697D

#61697D
(97,105,125)
#596072
(89,96,114)
#515767
(81,87,103)
#494E5C
(73,78,92)
#414551
(65,69,81)
#393C46
(57,60,70)
#31333B
(49,51,59)
#292A30
(41,42,48)
#212125
(33,33,37)
#19181A
(25,24,26)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #61697D

#61697D
(97,105,125)
#6F7688
(111,118,136)
#7D8393
(125,131,147)
#8B909E
(139,144,158)
#999DA9
(153,157,169)
#A7AAB4
(167,170,180)
#B5B7BF
(181,183,191)
#C3C4CA
(195,196,202)
#D1D1D5
(209,209,213)
#DFDEE0
(223,222,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61697D color. Also use rgb(97,105,125) instead hex code.

Text Font Color

.myTextColor { color: #61697D; }

<p style="color:#61697D">This sample text font color is #61697D.</p>

This text font color is #61697D.


Background Color

.myBgColor { background-color: #61697D; }

<div style="background-color:#61697D">Inner text</div>

This div background color is #61697D.


Border color

.myBorderColor { border: 1px solid #61697D; }

<div style="border:3px solid #61697D">Div</div>

This div border color is #61697D.


Opacity

.myOpacity80 { color: #61697D; opacity: 0.8; }

<p style="color:#61697D;opacity:0.8;">80%</p>

Text with #61697D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #61697D;}

<p style="text-shadow: 3px 3px 1px #61697D">Text here.</p>

This text has shadow with #61697D color.

.textShadow {text-shadow: 3px 3px 1px #61697D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #61697D, 5px 5px 20px red">Text here.</p>

This text has shadow with #61697D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#61697D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#61697D, Direction=45, Strength=4)">Text</p>

This text has shadow with #61697D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #61697D;
  -webkit-box-shadow:	1px 1px 3px 2px #61697D;
  box-shadow:		1px 1px 3px 2px #61697D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #61697D;
-webkit-box-shadow: 1px 1px 3px 2px #61697D;
box-shadow:1px 1px 3px 2px #61697D;">
Div content here</div>
This div box has shadow with color #61697D.

Preview

Color preview on black background

This text has color #61697D on black background.


Color preview on white background

This text has color #61697D on white background.



Black color preview on #61697D background

This text has black color on #61697D background.


White color preview on #61697D background

This text has white color on #61697D background.