COLOR #618CA4

HEX: #618CA4
RGB: (97,140,164)

Color info

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

RGB color model

#618CA4 color RGB value is (97,140,164).

  • red value is 97;
  • green value is 140;
  • blue value is 164.
RGB:
(97,140,164)
(38%,55%,64%)

RGB channels and saturation

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

97
140
164

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

Portions of RGB colors in percentages

R + G + B =
97 + 140 + 164 = 401 (100%)
R 97 of 401 ~ 24.19%
G 140 of 401 ~ 34.91%
B 164 of 401 ~ 40.9%

%24.19
%34.91
%40.9

CMYK color model

#618CA4 color CMYK value is (41,15,0,36).

  • cyan value is 40.85%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(41,15,0,36)
C41M15Y0K36 
(41%,15%,0%,36%)
(0.41/0.15/0.00/0.36)	

CMYK percentages

%40.85
%14.63
%0
%35.69

Codes

Color #618CA4 in popluar color models

618CA4
RGB97140164
HSL201°26.91%51.18%
HSB/HSV201°40.85%64.31%
CMYK40.85%14.63%0.00%
35.69%

Color #618CA4 in popluar number systems.

HEX618CA4
Decimal97140164
Binary11000011000110010100100
Octal141214244

Shades and tints

Shades of #618CA4

#618CA4
(97,140,164)
#598096
(89,128,150)
#517488
(81,116,136)
#49687A
(73,104,122)
#415C6C
(65,92,108)
#39505E
(57,80,94)
#314450
(49,68,80)
#293842
(41,56,66)
#212C34
(33,44,52)
#192026
(25,32,38)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #618CA4

#618CA4
(97,140,164)
#6F96AC
(111,150,172)
#7DA0B4
(125,160,180)
#8BAABC
(139,170,188)
#99B4C4
(153,180,196)
#A7BECC
(167,190,204)
#B5C8D4
(181,200,212)
#C3D2DC
(195,210,220)
#D1DCE4
(209,220,228)
#DFE6EC
(223,230,236)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618CA4; }

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

This text font color is #618CA4.


Background Color

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

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

This div background color is #618CA4.


Border color

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

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

This div border color is #618CA4.


Opacity

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

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

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

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

This text has shadow with #618CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618CA4 on black background.


Color preview on white background

This text has color #618CA4 on white background.



Black color preview on #618CA4 background

This text has black color on #618CA4 background.


White color preview on #618CA4 background

This text has white color on #618CA4 background.