COLOR #618B90

HEX: #618B90 RGB: (97,139,144)

Color info

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

RGB color model

#618B90 color RGB value is (97,139,144).

RGB: (97,139,144) (38%, 55%, 56%)

RGB channels and saturation

R 97 of 255 = 38%
G 139 of 255 = 55%
B 144 of 255 = 56%

97
139
144

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

Portions of RGB colors in percentages

R + G + B = 97 + 139 + 144 = 380 (100%)
R 97 of 380 ~ 25.53%
G 139 of 380 ~ 36.58%
B 144 of 380 ~ 37.89'%

%25.53
%36.58
%37.89

CMYK color model

#618B90 color CMYK value is (33,3,0,44).

  • cyan value is 32.64%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (33,3,0,44)
C33M3Y0K44 (33%, 3%, 0%, 44%)
(0.33 / 0.03 / 0.00 / 0.44)

CMYK percentages

%32.64
%3.47
%0
%43.53

Codes

Color #618B90 in popluar color models

61 8B 90
RGB 97 139 144
HSL 186° 19.50% 47.25%
HSB/HSV 186° 32.64% 56.47%
CMYK 32.64% 3.47% 0.00%
43.53%

Color #618B90 in popluar number systems.

HEX 61 8B 90
Decimal 97 139 144
Binary 1100001 10001011 10010000
Octal 141 213 220

Shades and tints

Shades of #618B90

#618B90
(97,139,144)
#597F83
(89,127,131)
#517376
(81,115,118)
#496769
(73,103,105)
#415B5C
(65,91,92)
#394F4F
(57,79,79)
#314342
(49,67,66)
#293735
(41,55,53)
#212B28
(33,43,40)
#191F1B
(25,31,27)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #618B90

#618B90
(97,139,144)
#6F959A
(111,149,154)
#7D9FA4
(125,159,164)
#8BA9AE
(139,169,174)
#99B3B8
(153,179,184)
#A7BDC2
(167,189,194)
#B5C7CC
(181,199,204)
#C3D1D6
(195,209,214)
#D1DBE0
(209,219,224)
#DFE5EA
(223,229,234)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618B90; }

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

This text font color is #618B90.

Background Color

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

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

This div background color is #618B90.

Border color

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

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

This div border color is #618B90.

Opacity

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

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

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

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

This text has shadow with #618B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #618B90.

Preview

Color preview on black background

This text has color #618B90 on black background.


Color preview on white background

This text has color #618B90 on white background.


Black color preview on #618B90 background

This text has black color on #618B90 background.


White color preview on #618B90 background

This text has white color on #618B90 background.


Related colors

Complementary color

Complementary color for #hex is #9E746F.


I love getcolorcode.com

Triadic colors

1 #90618B and #8B9061 with #618B90 are triadic colors.

2 #908B61 and #8B6190 with #618B90 are triadic colors.