COLOR #618BAD

HEX: #618BAD
RGB: (97,139,173)

Color info

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

RGB color model

#618BAD color RGB value is (97,139,173).

  • red value is 97;
  • green value is 139;
  • blue value is 173.
RGB:
(97,139,173)
(38%,55%,68%)

RGB channels and saturation

R 97 of 255 = 38%
G 139 of 255 = 55%
B 173 of 255 = 68%

97
139
173

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

Portions of RGB colors in percentages

R + G + B =
97 + 139 + 173 = 409 (100%)
R 97 of 409 ~ 23.72%
G 139 of 409 ~ 33.99%
B 173 of 409 ~ 42.3%

%23.72
%33.99
%42.3

CMYK color model

#618BAD color CMYK value is (44,20,0,32).

  • cyan value is 43.93%
  • magenta value is 19.65%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(44,20,0,32)
C44M20Y0K32 
(44%,20%,0%,32%)
(0.44/0.20/0.00/0.32)	

CMYK percentages

%43.93
%19.65
%0
%32.16

Codes

Color #618BAD in popluar color models

618BAD
RGB97139173
HSL207°31.67%52.94%
HSB/HSV207°43.93%67.84%
CMYK43.93%19.65%0.00%
32.16%

Color #618BAD in popluar number systems.

HEX618BAD
Decimal97139173
Binary11000011000101110101101
Octal141213255

Shades and tints

Shades of #618BAD

#618BAD
(97,139,173)
#597F9E
(89,127,158)
#51738F
(81,115,143)
#496780
(73,103,128)
#415B71
(65,91,113)
#394F62
(57,79,98)
#314353
(49,67,83)
#293744
(41,55,68)
#212B35
(33,43,53)
#191F26
(25,31,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #618BAD

#618BAD
(97,139,173)
#6F95B4
(111,149,180)
#7D9FBB
(125,159,187)
#8BA9C2
(139,169,194)
#99B3C9
(153,179,201)
#A7BDD0
(167,189,208)
#B5C7D7
(181,199,215)
#C3D1DE
(195,209,222)
#D1DBE5
(209,219,229)
#DFE5EC
(223,229,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618BAD; }

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

This text font color is #618BAD.


Background Color

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

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

This div background color is #618BAD.


Border color

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

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

This div border color is #618BAD.


Opacity

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

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

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

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

This text has shadow with #618BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618BAD on black background.


Color preview on white background

This text has color #618BAD on white background.



Black color preview on #618BAD background

This text has black color on #618BAD background.


White color preview on #618BAD background

This text has white color on #618BAD background.