COLOR #629CAF

HEX: #629CAF
RGB: (98,156,175)

Color info

#629CAF contains mainly green and blue colors. Web safe color of #629CAF is #669999 (or #699).

RGB color model

#629CAF color RGB value is (98,156,175).

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

RGB channels and saturation

R 98 of 255 = 38%
G 156 of 255 = 61%
B 175 of 255 = 69%

98
156
175

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

Portions of RGB colors in percentages

R + G + B =
98 + 156 + 175 = 429 (100%)
R 98 of 429 ~ 22.84%
G 156 of 429 ~ 36.36%
B 175 of 429 ~ 40.79%

%22.84
%36.36
%40.79

CMYK color model

#629CAF color CMYK value is (44,11,0,31).

  • cyan value is 44.00%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(44,11,0,31)
C44M11Y0K31 
(44%,11%,0%,31%)
(0.44/0.11/0.00/0.31)	

CMYK percentages

%44
%10.86
%0
%31.37

Codes

Color #629CAF in popluar color models

629CAF
RGB98156175
HSL195°32.49%53.53%
HSB/HSV195°44.00%68.63%
CMYK44.00%10.86%0.00%
31.37%

Color #629CAF in popluar number systems.

HEX629CAF
Decimal98156175
Binary11000101001110010101111
Octal142234257

Shades and tints

Shades of #629CAF

#629CAF
(98,156,175)
#5A8EA0
(90,142,160)
#528091
(82,128,145)
#4A7282
(74,114,130)
#426473
(66,100,115)
#3A5664
(58,86,100)
#324855
(50,72,85)
#2A3A46
(42,58,70)
#222C37
(34,44,55)
#1A1E28
(26,30,40)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #629CAF

#629CAF
(98,156,175)
#70A5B6
(112,165,182)
#7EAEBD
(126,174,189)
#8CB7C4
(140,183,196)
#9AC0CB
(154,192,203)
#A8C9D2
(168,201,210)
#B6D2D9
(182,210,217)
#C4DBE0
(196,219,224)
#D2E4E7
(210,228,231)
#E0EDEE
(224,237,238)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #629CAF; }

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

This text font color is #629CAF.


Background Color

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

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

This div background color is #629CAF.


Border color

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

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

This div border color is #629CAF.


Opacity

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

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

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

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

This text has shadow with #629CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629CAF on black background.


Color preview on white background

This text has color #629CAF on white background.



Black color preview on #629CAF background

This text has black color on #629CAF background.


White color preview on #629CAF background

This text has white color on #629CAF background.