COLOR #618BC3

HEX: #618BC3
RGB: (97,139,195)

Color info

#618BC3 contains mainly green and blue colors. Web safe color of #618BC3 is #6699CC (or #69C).

RGB color model

#618BC3 color RGB value is (97,139,195).

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

RGB channels and saturation

R 97 of 255 = 38%
G 139 of 255 = 55%
B 195 of 255 = 76%

97
139
195

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

Portions of RGB colors in percentages

R + G + B =
97 + 139 + 195 = 431 (100%)
R 97 of 431 ~ 22.51%
G 139 of 431 ~ 32.25%
B 195 of 431 ~ 45.24%

%22.51
%32.25
%45.24

CMYK color model

#618BC3 color CMYK value is (50,29,0,24).

  • cyan value is 50.26%
  • magenta value is 28.72%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(50,29,0,24)
C50M29Y0K24 
(50%,29%,0%,24%)
(0.50/0.29/0.00/0.24)	

CMYK percentages

%50.26
%28.72
%0
%23.53

Codes

Color #618BC3 in popluar color models

618BC3
RGB97139195
HSL214°44.95%57.25%
HSB/HSV214°50.26%76.47%
CMYK50.26%28.72%0.00%
23.53%

Color #618BC3 in popluar number systems.

HEX618BC3
Decimal97139195
Binary11000011000101111000011
Octal141213303

Shades and tints

Shades of #618BC3

#618BC3
(97,139,195)
#597FB2
(89,127,178)
#5173A1
(81,115,161)
#496790
(73,103,144)
#415B7F
(65,91,127)
#394F6E
(57,79,110)
#31435D
(49,67,93)
#29374C
(41,55,76)
#212B3B
(33,43,59)
#191F2A
(25,31,42)
#111319
(17,19,25)
#000000
(0,0,0)

Tints of #618BC3

#618BC3
(97,139,195)
#6F95C8
(111,149,200)
#7D9FCD
(125,159,205)
#8BA9D2
(139,169,210)
#99B3D7
(153,179,215)
#A7BDDC
(167,189,220)
#B5C7E1
(181,199,225)
#C3D1E6
(195,209,230)
#D1DBEB
(209,219,235)
#DFE5F0
(223,229,240)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #618BC3; }

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

This text font color is #618BC3.


Background Color

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

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

This div background color is #618BC3.


Border color

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

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

This div border color is #618BC3.


Opacity

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

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

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

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

This text has shadow with #618BC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #618BC3 on black background.


Color preview on white background

This text has color #618BC3 on white background.



Black color preview on #618BC3 background

This text has black color on #618BC3 background.


White color preview on #618BC3 background

This text has white color on #618BC3 background.