COLOR #618CA3

HEX: #618CA3
RGB: (97,140,163)

Color info

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

RGB color model

#618CA3 color RGB value is (97,140,163).

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

RGB channels and saturation

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

97
140
163

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

Portions of RGB colors in percentages

R + G + B =
97 + 140 + 163 = 400 (100%)
R 97 of 400 ~ 24.25%
G 140 of 400 ~ 35%
B 163 of 400 ~ 40.75%

%24.25
%35
%40.75

CMYK color model

#618CA3 color CMYK value is (40,14,0,36).

  • cyan value is 40.49%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(40,14,0,36)
C40M14Y0K36 
(40%,14%,0%,36%)
(0.40/0.14/0.00/0.36)	

CMYK percentages

%40.49
%14.11
%0
%36.08

Codes

Color #618CA3 in popluar color models

618CA3
RGB97140163
HSL201°26.40%50.98%
HSB/HSV201°40.49%63.92%
CMYK40.49%14.11%0.00%
36.08%

Color #618CA3 in popluar number systems.

HEX618CA3
Decimal97140163
Binary11000011000110010100011
Octal141214243

Shades and tints

Shades of #618CA3

#618CA3
(97,140,163)
#598095
(89,128,149)
#517487
(81,116,135)
#496879
(73,104,121)
#415C6B
(65,92,107)
#39505D
(57,80,93)
#31444F
(49,68,79)
#293841
(41,56,65)
#212C33
(33,44,51)
#192025
(25,32,37)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #618CA3

#618CA3
(97,140,163)
#6F96AB
(111,150,171)
#7DA0B3
(125,160,179)
#8BAABB
(139,170,187)
#99B4C3
(153,180,195)
#A7BECB
(167,190,203)
#B5C8D3
(181,200,211)
#C3D2DB
(195,210,219)
#D1DCE3
(209,220,227)
#DFE6EB
(223,230,235)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618CA3; }

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

This text font color is #618CA3.


Background Color

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

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

This div background color is #618CA3.


Border color

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

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

This div border color is #618CA3.


Opacity

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

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

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

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

This text has shadow with #618CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618CA3 on black background.


Color preview on white background

This text has color #618CA3 on white background.



Black color preview on #618CA3 background

This text has black color on #618CA3 background.


White color preview on #618CA3 background

This text has white color on #618CA3 background.