COLOR #619CB8

HEX: #619CB8
RGB: (97,156,184)

Color info

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

RGB color model

#619CB8 color RGB value is (97,156,184).

  • red value is 97;
  • green value is 156;
  • blue value is 184.
RGB:
(97,156,184)
(38%,61%,72%)

RGB channels and saturation

R 97 of 255 = 38%
G 156 of 255 = 61%
B 184 of 255 = 72%

97
156
184

R + G + B ~ 57%. #619CB8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 156 + 184 = 437 (100%)
R 97 of 437 ~ 22.2%
G 156 of 437 ~ 35.7%
B 184 of 437 ~ 42.11%

%22.2
%35.7
%42.11

CMYK color model

#619CB8 color CMYK value is (47,15,0,28).

  • cyan value is 47.28%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(47,15,0,28)
C47M15Y0K28 
(47%,15%,0%,28%)
(0.47/0.15/0.00/0.28)	

CMYK percentages

%47.28
%15.22
%0
%27.84

Codes

Color #619CB8 in popluar color models

619CB8
RGB97156184
HSL199°37.99%55.10%
HSB/HSV199°47.28%72.16%
CMYK47.28%15.22%0.00%
27.84%

Color #619CB8 in popluar number systems.

HEX619CB8
Decimal97156184
Binary11000011001110010111000
Octal141234270

Shades and tints

Shades of #619CB8

#619CB8
(97,156,184)
#598EA8
(89,142,168)
#518098
(81,128,152)
#497288
(73,114,136)
#416478
(65,100,120)
#395668
(57,86,104)
#314858
(49,72,88)
#293A48
(41,58,72)
#212C38
(33,44,56)
#191E28
(25,30,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #619CB8

#619CB8
(97,156,184)
#6FA5BE
(111,165,190)
#7DAEC4
(125,174,196)
#8BB7CA
(139,183,202)
#99C0D0
(153,192,208)
#A7C9D6
(167,201,214)
#B5D2DC
(181,210,220)
#C3DBE2
(195,219,226)
#D1E4E8
(209,228,232)
#DFEDEE
(223,237,238)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619CB8 color. Also use rgb(97,156,184) instead hex code.

Text Font Color

.myTextColor { color: #619CB8; }

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

This text font color is #619CB8.


Background Color

.myBgColor { background-color: #619CB8; }

<div style="background-color:#619CB8">Inner text</div>

This div background color is #619CB8.


Border color

.myBorderColor { border: 1px solid #619CB8; }

<div style="border:3px solid #619CB8">Div</div>

This div border color is #619CB8.


Opacity

.myOpacity80 { color: #619CB8; opacity: 0.8; }

<p style="color:#619CB8;opacity:0.8;">80%</p>

Text with #619CB8 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 #619CB8;}

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

This text has shadow with #619CB8 color.

.textShadow {text-shadow: 3px 3px 1px #619CB8, 3px 3px 1px red;}

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

This text has shadow with #619CB8 primary color and red secondary color.


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

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

This text has shadow with #619CB8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619CB8 on black background.


Color preview on white background

This text has color #619CB8 on white background.



Black color preview on #619CB8 background

This text has black color on #619CB8 background.


White color preview on #619CB8 background

This text has white color on #619CB8 background.