COLOR #618B99

HEX: #618B99 RGB: (97,139,153)

Color info

#618B99 contains red, green and blue colors in about the same proportion. Web safe color of #618B99 is #669999 (or #699).

RGB color model

#618B99 color RGB value is (97,139,153).

RGB: (97,139,153) (38%, 55%, 60%)

RGB channels and saturation

R 97 of 255 = 38%
G 139 of 255 = 55%
B 153 of 255 = 60%

97
139
153

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

Portions of RGB colors in percentages

R + G + B = 97 + 139 + 153 = 389 (100%)
R 97 of 389 ~ 24.94%
G 139 of 389 ~ 35.73%
B 153 of 389 ~ 39.33'%

%24.94
%35.73
%39.33

CMYK color model

#618B99 color CMYK value is (37,9,0,40).

  • cyan value is 36.60%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (37,9,0,40)
C37M9Y0K40 (37%, 9%, 0%, 40%)
(0.37 / 0.09 / 0.00 / 0.40)

CMYK percentages

%36.6
%9.15
%0
%40

Codes

Color #618B99 in popluar color models

61 8B 99
RGB 97 139 153
HSL 195° 22.40% 49.02%
HSB/HSV 195° 36.60% 60.00%
CMYK 36.60% 9.15% 0.00%
40.00%

Color #618B99 in popluar number systems.

HEX 61 8B 99
Decimal 97 139 153
Binary 1100001 10001011 10011001
Octal 141 213 231

Shades and tints

Shades of #618B99

#618B99
(97,139,153)
#597F8C
(89,127,140)
#51737F
(81,115,127)
#496772
(73,103,114)
#415B65
(65,91,101)
#394F58
(57,79,88)
#31434B
(49,67,75)
#29373E
(41,55,62)
#212B31
(33,43,49)
#191F24
(25,31,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #618B99

#618B99
(97,139,153)
#6F95A2
(111,149,162)
#7D9FAB
(125,159,171)
#8BA9B4
(139,169,180)
#99B3BD
(153,179,189)
#A7BDC6
(167,189,198)
#B5C7CF
(181,199,207)
#C3D1D8
(195,209,216)
#D1DBE1
(209,219,225)
#DFE5EA
(223,229,234)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618B99; }

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

This text font color is #618B99.

Background Color

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

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

This div background color is #618B99.

Border color

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

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

This div border color is #618B99.

Opacity

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

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

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

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

This text has shadow with #618B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #618B99.

Preview

Color preview on black background

This text has color #618B99 on black background.


Color preview on white background

This text has color #618B99 on white background.


Black color preview on #618B99 background

This text has black color on #618B99 background.


White color preview on #618B99 background

This text has white color on #618B99 background.


Related colors

Complementary color

Complementary color for #hex is #9E7466.


I love getcolorcode.com

Triadic colors

1 #99618B and #8B9961 with #618B99 are triadic colors.

2 #998B61 and #8B6199 with #618B99 are triadic colors.