COLOR #618E9C

HEX: #618E9C
RGB: (97,142,156)

Color info

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

RGB color model

#618E9C color RGB value is (97,142,156).

  • red value is 97;
  • green value is 142;
  • blue value is 156.
RGB:
(97,142,156)
(38%,56%,61%)

RGB channels and saturation

R 97 of 255 = 38%
G 142 of 255 = 56%
B 156 of 255 = 61%

97
142
156

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

Portions of RGB colors in percentages

R + G + B =
97 + 142 + 156 = 395 (100%)
R 97 of 395 ~ 24.56%
G 142 of 395 ~ 35.95%
B 156 of 395 ~ 39.49%

%24.56
%35.95
%39.49

CMYK color model

#618E9C color CMYK value is (38,9,0,39).

  • cyan value is 37.82%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(38,9,0,39)
C38M9Y0K39 
(38%,9%,0%,39%)
(0.38/0.09/0.00/0.39)	

CMYK percentages

%37.82
%8.97
%0
%38.82

Codes

Color #618E9C in popluar color models

618E9C
RGB97142156
HSL194°23.32%49.61%
HSB/HSV194°37.82%61.18%
CMYK37.82%8.97%0.00%
38.82%

Color #618E9C in popluar number systems.

HEX618E9C
Decimal97142156
Binary11000011000111010011100
Octal141216234

Shades and tints

Shades of #618E9C

#618E9C
(97,142,156)
#59828E
(89,130,142)
#517680
(81,118,128)
#496A72
(73,106,114)
#415E64
(65,94,100)
#395256
(57,82,86)
#314648
(49,70,72)
#293A3A
(41,58,58)
#212E2C
(33,46,44)
#19221E
(25,34,30)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #618E9C

#618E9C
(97,142,156)
#6F98A5
(111,152,165)
#7DA2AE
(125,162,174)
#8BACB7
(139,172,183)
#99B6C0
(153,182,192)
#A7C0C9
(167,192,201)
#B5CAD2
(181,202,210)
#C3D4DB
(195,212,219)
#D1DEE4
(209,222,228)
#DFE8ED
(223,232,237)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618E9C color. Also use rgb(97,142,156) instead hex code.

Text Font Color

.myTextColor { color: #618E9C; }

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

This text font color is #618E9C.


Background Color

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

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

This div background color is #618E9C.


Border color

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

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

This div border color is #618E9C.


Opacity

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

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

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

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

This text has shadow with #618E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618E9C on black background.


Color preview on white background

This text has color #618E9C on white background.



Black color preview on #618E9C background

This text has black color on #618E9C background.


White color preview on #618E9C background

This text has white color on #618E9C background.