COLOR #619CB6

HEX: #619CB6 RGB: (97,156,182)

Color info

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

RGB color model

#619CB6 color RGB value is (97,156,182).

RGB: (97,156,182) (38%, 61%, 71%)

RGB channels and saturation

R 97 of 255 = 38%
G 156 of 255 = 61%
B 182 of 255 = 71%

97
156
182

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

Portions of RGB colors in percentages

R + G + B = 97 + 156 + 182 = 435 (100%)
R 97 of 435 ~ 22.3%
G 156 of 435 ~ 35.86%
B 182 of 435 ~ 41.84'%

%22.3
%35.86
%41.84

CMYK color model

#619CB6 color CMYK value is (47,14,0,29).

  • cyan value is 46.70%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (47,14,0,29)
C47M14Y0K29 (47%, 14%, 0%, 29%)
(0.47 / 0.14 / 0.00 / 0.29)

CMYK percentages

%46.7
%14.29
%0
%28.63

Codes

Color #619CB6 in popluar color models

61 9C B6
RGB 97 156 182
HSL 198° 36.80% 54.71%
HSB/HSV 198° 46.70% 71.37%
CMYK 46.70% 14.29% 0.00%
28.63%

Color #619CB6 in popluar number systems.

HEX 61 9C B6
Decimal 97 156 182
Binary 1100001 10011100 10110110
Octal 141 234 266

Shades and tints

Shades of #619CB6

#619CB6
(97,156,182)
#598EA6
(89,142,166)
#518096
(81,128,150)
#497286
(73,114,134)
#416476
(65,100,118)
#395666
(57,86,102)
#314856
(49,72,86)
#293A46
(41,58,70)
#212C36
(33,44,54)
#191E26
(25,30,38)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #619CB6

#619CB6
(97,156,182)
#6FA5BC
(111,165,188)
#7DAEC2
(125,174,194)
#8BB7C8
(139,183,200)
#99C0CE
(153,192,206)
#A7C9D4
(167,201,212)
#B5D2DA
(181,210,218)
#C3DBE0
(195,219,224)
#D1E4E6
(209,228,230)
#DFEDEC
(223,237,236)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #619CB6; }

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

This text font color is #619CB6.

Background Color

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

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

This div background color is #619CB6.

Border color

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

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

This div border color is #619CB6.

Opacity

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

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

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

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

This text has shadow with #619CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #619CB6.

Preview

Color preview on black background

This text has color #619CB6 on black background.


Color preview on white background

This text has color #619CB6 on white background.


Black color preview on #619CB6 background

This text has black color on #619CB6 background.


White color preview on #619CB6 background

This text has white color on #619CB6 background.


Related colors

Complementary color

Complementary color for #hex is #9E6349.


I love getcolorcode.com

Triadic colors

1 #B6619C and #9CB661 with #619CB6 are triadic colors.

2 #B69C61 and #9C61B6 with #619CB6 are triadic colors.