COLOR #618DA4

HEX: #618DA4 RGB: (97,141,164)

Color info

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

RGB color model

#618DA4 color RGB value is (97,141,164).

RGB: (97,141,164) (38%, 55%, 64%)

RGB channels and saturation

R 97 of 255 = 38%
G 141 of 255 = 55%
B 164 of 255 = 64%

97
141
164

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

Portions of RGB colors in percentages

R + G + B = 97 + 141 + 164 = 402 (100%)
R 97 of 402 ~ 24.13%
G 141 of 402 ~ 35.07%
B 164 of 402 ~ 40.8'%

%24.13
%35.07
%40.8

CMYK color model

#618DA4 color CMYK value is (41,14,0,36).

  • cyan value is 40.85%
  • magenta value is 14.02%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (41,14,0,36)
C41M14Y0K36 (41%, 14%, 0%, 36%)
(0.41 / 0.14 / 0.00 / 0.36)

CMYK percentages

%40.85
%14.02
%0
%35.69

Codes

Color #618DA4 in popluar color models

61 8D A4
RGB 97 141 164
HSL 201° 26.91% 51.18%
HSB/HSV 201° 40.85% 64.31%
CMYK 40.85% 14.02% 0.00%
35.69%

Color #618DA4 in popluar number systems.

HEX 61 8D A4
Decimal 97 141 164
Binary 1100001 10001101 10100100
Octal 141 215 244

Shades and tints

Shades of #618DA4

#618DA4
(97,141,164)
#598196
(89,129,150)
#517588
(81,117,136)
#49697A
(73,105,122)
#415D6C
(65,93,108)
#39515E
(57,81,94)
#314550
(49,69,80)
#293942
(41,57,66)
#212D34
(33,45,52)
#192126
(25,33,38)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #618DA4

#618DA4
(97,141,164)
#6F97AC
(111,151,172)
#7DA1B4
(125,161,180)
#8BABBC
(139,171,188)
#99B5C4
(153,181,196)
#A7BFCC
(167,191,204)
#B5C9D4
(181,201,212)
#C3D3DC
(195,211,220)
#D1DDE4
(209,221,228)
#DFE7EC
(223,231,236)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #618DA4 color. Also use rgb(97,141,164) instead hex code.

Text Font Color

.myTextColor { color: #618DA4; }

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

This text font color is #618DA4.

Background Color

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

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

This div background color is #618DA4.

Border color

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

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

This div border color is #618DA4.

Opacity

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

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

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

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

This text has shadow with #618DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #618DA4.

Preview

Color preview on black background

This text has color #618DA4 on black background.


Color preview on white background

This text has color #618DA4 on white background.


Black color preview on #618DA4 background

This text has black color on #618DA4 background.


White color preview on #618DA4 background

This text has white color on #618DA4 background.


Related colors

Complementary color

Complementary color for #hex is #9E725B.


I love getcolorcode.com

Triadic colors

1 #A4618D and #8DA461 with #618DA4 are triadic colors.

2 #A48D61 and #8D61A4 with #618DA4 are triadic colors.