COLOR #629FB6

HEX: #629FB6
RGB: (98,159,182)

Color info

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

RGB color model

#629FB6 color RGB value is (98,159,182).

  • red value is 98;
  • green value is 159;
  • blue value is 182.
RGB:
(98,159,182)
(38%,62%,71%)

RGB channels and saturation

R 98 of 255 = 38%
G 159 of 255 = 62%
B 182 of 255 = 71%

98
159
182

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

Portions of RGB colors in percentages

R + G + B =
98 + 159 + 182 = 439 (100%)
R 98 of 439 ~ 22.32%
G 159 of 439 ~ 36.22%
B 182 of 439 ~ 41.46%

%22.32
%36.22
%41.46

CMYK color model

#629FB6 color CMYK value is (46,13,0,29).

  • cyan value is 46.15%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(46,13,0,29)
C46M13Y0K29 
(46%,13%,0%,29%)
(0.46/0.13/0.00/0.29)	

CMYK percentages

%46.15
%12.64
%0
%28.63

Codes

Color #629FB6 in popluar color models

629FB6
RGB98159182
HSL196°36.52%54.90%
HSB/HSV196°46.15%71.37%
CMYK46.15%12.64%0.00%
28.63%

Color #629FB6 in popluar number systems.

HEX629FB6
Decimal98159182
Binary11000101001111110110110
Octal142237266

Shades and tints

Shades of #629FB6

#629FB6
(98,159,182)
#5A91A6
(90,145,166)
#528396
(82,131,150)
#4A7586
(74,117,134)
#426776
(66,103,118)
#3A5966
(58,89,102)
#324B56
(50,75,86)
#2A3D46
(42,61,70)
#222F36
(34,47,54)
#1A2126
(26,33,38)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #629FB6

#629FB6
(98,159,182)
#70A7BC
(112,167,188)
#7EAFC2
(126,175,194)
#8CB7C8
(140,183,200)
#9ABFCE
(154,191,206)
#A8C7D4
(168,199,212)
#B6CFDA
(182,207,218)
#C4D7E0
(196,215,224)
#D2DFE6
(210,223,230)
#E0E7EC
(224,231,236)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629FB6 color. Also use rgb(98,159,182) instead hex code.

Text Font Color

.myTextColor { color: #629FB6; }

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

This text font color is #629FB6.


Background Color

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

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

This div background color is #629FB6.


Border color

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

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

This div border color is #629FB6.


Opacity

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

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

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

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

This text has shadow with #629FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629FB6 on black background.


Color preview on white background

This text has color #629FB6 on white background.



Black color preview on #629FB6 background

This text has black color on #629FB6 background.


White color preview on #629FB6 background

This text has white color on #629FB6 background.