COLOR #629CB7

HEX: #629CB7
RGB: (98,156,183)

Color info

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

RGB color model

#629CB7 color RGB value is (98,156,183).

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

RGB channels and saturation

R 98 of 255 = 38%
G 156 of 255 = 61%
B 183 of 255 = 72%

98
156
183

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

Portions of RGB colors in percentages

R + G + B =
98 + 156 + 183 = 437 (100%)
R 98 of 437 ~ 22.43%
G 156 of 437 ~ 35.7%
B 183 of 437 ~ 41.88%

%22.43
%35.7
%41.88

CMYK color model

#629CB7 color CMYK value is (46,15,0,28).

  • cyan value is 46.45%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(46,15,0,28)
C46M15Y0K28 
(46%,15%,0%,28%)
(0.46/0.15/0.00/0.28)	

CMYK percentages

%46.45
%14.75
%0
%28.24

Codes

Color #629CB7 in popluar color models

629CB7
RGB98156183
HSL199°37.12%55.10%
HSB/HSV199°46.45%71.76%
CMYK46.45%14.75%0.00%
28.24%

Color #629CB7 in popluar number systems.

HEX629CB7
Decimal98156183
Binary11000101001110010110111
Octal142234267

Shades and tints

Shades of #629CB7

#629CB7
(98,156,183)
#5A8EA7
(90,142,167)
#528097
(82,128,151)
#4A7287
(74,114,135)
#426477
(66,100,119)
#3A5667
(58,86,103)
#324857
(50,72,87)
#2A3A47
(42,58,71)
#222C37
(34,44,55)
#1A1E27
(26,30,39)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #629CB7

#629CB7
(98,156,183)
#70A5BD
(112,165,189)
#7EAEC3
(126,174,195)
#8CB7C9
(140,183,201)
#9AC0CF
(154,192,207)
#A8C9D5
(168,201,213)
#B6D2DB
(182,210,219)
#C4DBE1
(196,219,225)
#D2E4E7
(210,228,231)
#E0EDED
(224,237,237)
#EEF6F3
(238,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629CB7 color. Also use rgb(98,156,183) instead hex code.

Text Font Color

.myTextColor { color: #629CB7; }

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

This text font color is #629CB7.


Background Color

.myBgColor { background-color: #629CB7; }

<div style="background-color:#629CB7">Inner text</div>

This div background color is #629CB7.


Border color

.myBorderColor { border: 1px solid #629CB7; }

<div style="border:3px solid #629CB7">Div</div>

This div border color is #629CB7.


Opacity

.myOpacity80 { color: #629CB7; opacity: 0.8; }

<p style="color:#629CB7;opacity:0.8;">80%</p>

Text with #629CB7 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 #629CB7;}

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

This text has shadow with #629CB7 color.

.textShadow {text-shadow: 3px 3px 1px #629CB7, 3px 3px 1px red;}

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

This text has shadow with #629CB7 primary color and red secondary color.


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

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

This text has shadow with #629CB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629CB7 on black background.


Color preview on white background

This text has color #629CB7 on white background.



Black color preview on #629CB7 background

This text has black color on #629CB7 background.


White color preview on #629CB7 background

This text has white color on #629CB7 background.