COLOR #61679D

HEX: #61679D
RGB: (97,103,157)

Color info

#61679D contains mainly green and blue colors. Web safe color of #61679D is #666699 (or #669).

RGB color model

#61679D color RGB value is (97,103,157).

  • red value is 97;
  • green value is 103;
  • blue value is 157.
RGB:
(97,103,157)
(38%,40%,62%)

RGB channels and saturation

R 97 of 255 = 38%
G 103 of 255 = 40%
B 157 of 255 = 62%

97
103
157

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

Portions of RGB colors in percentages

R + G + B =
97 + 103 + 157 = 357 (100%)
R 97 of 357 ~ 27.17%
G 103 of 357 ~ 28.85%
B 157 of 357 ~ 43.98%

%27.17
%28.85
%43.98

CMYK color model

#61679D color CMYK value is (38,34,0,38).

  • cyan value is 38.22%
  • magenta value is 34.39%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(38,34,0,38)
C38M34Y0K38 
(38%,34%,0%,38%)
(0.38/0.34/0.00/0.38)	

CMYK percentages

%38.22
%34.39
%0
%38.43

Codes

Color #61679D in popluar color models

61679D
RGB97103157
HSL234°23.62%49.80%
HSB/HSV234°38.22%61.57%
CMYK38.22%34.39%0.00%
38.43%

Color #61679D in popluar number systems.

HEX61679D
Decimal97103157
Binary1100001110011110011101
Octal141147235

Shades and tints

Shades of #61679D

#61679D
(97,103,157)
#595E8F
(89,94,143)
#515581
(81,85,129)
#494C73
(73,76,115)
#414365
(65,67,101)
#393A57
(57,58,87)
#313149
(49,49,73)
#29283B
(41,40,59)
#211F2D
(33,31,45)
#19161F
(25,22,31)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #61679D

#61679D
(97,103,157)
#6F74A5
(111,116,165)
#7D81AD
(125,129,173)
#8B8EB5
(139,142,181)
#999BBD
(153,155,189)
#A7A8C5
(167,168,197)
#B5B5CD
(181,181,205)
#C3C2D5
(195,194,213)
#D1CFDD
(209,207,221)
#DFDCE5
(223,220,229)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61679D color. Also use rgb(97,103,157) instead hex code.

Text Font Color

.myTextColor { color: #61679D; }

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

This text font color is #61679D.


Background Color

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

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

This div background color is #61679D.


Border color

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

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

This div border color is #61679D.


Opacity

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

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

Text with #61679D 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 #61679D;}

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

This text has shadow with #61679D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61679D on black background.


Color preview on white background

This text has color #61679D on white background.



Black color preview on #61679D background

This text has black color on #61679D background.


White color preview on #61679D background

This text has white color on #61679D background.