COLOR #618B9D

HEX: #618B9D RGB: (97,139,157)

Color info

#618B9D contains mainly green and blue colors. Web safe color of #618B9D is #669999 (or #699).

RGB color model

#618B9D color RGB value is (97,139,157).

RGB: (97,139,157) (38%, 55%, 62%)

RGB channels and saturation

R 97 of 255 = 38%
G 139 of 255 = 55%
B 157 of 255 = 62%

97
139
157

R + G + B ~ 52%. #618B9D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 139 + 157 = 393 (100%)
R 97 of 393 ~ 24.68%
G 139 of 393 ~ 35.37%
B 157 of 393 ~ 39.95'%

%24.68
%35.37
%39.95

CMYK color model

#618B9D color CMYK value is (38,11,0,38).

  • cyan value is 38.22%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (38,11,0,38)
C38M11Y0K38 (38%, 11%, 0%, 38%)
(0.38 / 0.11 / 0.00 / 0.38)

CMYK percentages

%38.22
%11.46
%0
%38.43

Codes

Color #618B9D in popluar color models

61 8B 9D
RGB 97 139 157
HSL 198° 23.62% 49.80%
HSB/HSV 198° 38.22% 61.57%
CMYK 38.22% 11.46% 0.00%
38.43%

Color #618B9D in popluar number systems.

HEX 61 8B 9D
Decimal 97 139 157
Binary 1100001 10001011 10011101
Octal 141 213 235

Shades and tints

Shades of #618B9D

#618B9D
(97,139,157)
#597F8F
(89,127,143)
#517381
(81,115,129)
#496773
(73,103,115)
#415B65
(65,91,101)
#394F57
(57,79,87)
#314349
(49,67,73)
#29373B
(41,55,59)
#212B2D
(33,43,45)
#191F1F
(25,31,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #618B9D

#618B9D
(97,139,157)
#6F95A5
(111,149,165)
#7D9FAD
(125,159,173)
#8BA9B5
(139,169,181)
#99B3BD
(153,179,189)
#A7BDC5
(167,189,197)
#B5C7CD
(181,199,205)
#C3D1D5
(195,209,213)
#D1DBDD
(209,219,221)
#DFE5E5
(223,229,229)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618B9D color. Also use rgb(97,139,157) instead hex code.

Text Font Color

.myTextColor { color: #618B9D; }

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

This text font color is #618B9D.

Background Color

.myBgColor { background-color: #618B9D; }

<div style="background-color:#618B9D">Inner text</div>

This div background color is #618B9D.

Border color

.myBorderColor { border: 1px solid #618B9D; }

<div style="border:3px solid #618B9D">Div</div>

This div border color is #618B9D.

Opacity

.myOpacity80 { color: #618B9D; opacity: 0.8; }

<p style="color:#618B9D;opacity:0.8;">80%</p>

Text with #618B9D 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 #618B9D;}

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

This text has shadow with #618B9D color.


.textShadow {text-shadow: 3px 3px 1px #618B9D', 3px 3px 1px red;}

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

This text has shadow with #618B9D primary color and red secondary color.


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

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

This text has shadow with #618B9D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #618B9D; -webkit-box-shadow: 1px 1px 3px 2px #618B9D; box-shadow:1px 1px 3px 2px #618B9D;">
Div content here
</div>

This div box has shadow with color #618B9D.

Preview

Color preview on black background

This text has color #618B9D on black background.


Color preview on white background

This text has color #618B9D on white background.


Black color preview on #618B9D background

This text has black color on #618B9D background.


White color preview on #618B9D background

This text has white color on #618B9D background.


Related colors

Complementary color

Complementary color for #hex is #9E7462.


I love getcolorcode.com

Triadic colors

1 #9D618B and #8B9D61 with #618B9D are triadic colors.

2 #9D8B61 and #8B619D with #618B9D are triadic colors.