COLOR #629CA4

HEX: #629CA4
RGB: (98,156,164)

Color info

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

RGB color model

#629CA4 color RGB value is (98,156,164).

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

RGB channels and saturation

R 98 of 255 = 38%
G 156 of 255 = 61%
B 164 of 255 = 64%

98
156
164

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

Portions of RGB colors in percentages

R + G + B =
98 + 156 + 164 = 418 (100%)
R 98 of 418 ~ 23.44%
G 156 of 418 ~ 37.32%
B 164 of 418 ~ 39.23%

%23.44
%37.32
%39.23

CMYK color model

#629CA4 color CMYK value is (40,5,0,36).

  • cyan value is 40.24%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(40,5,0,36)
C40M5Y0K36 
(40%,5%,0%,36%)
(0.40/0.05/0.00/0.36)	

CMYK percentages

%40.24
%4.88
%0
%35.69

Codes

Color #629CA4 in popluar color models

629CA4
RGB98156164
HSL187°26.61%51.37%
HSB/HSV187°40.24%64.31%
CMYK40.24%4.88%0.00%
35.69%

Color #629CA4 in popluar number systems.

HEX629CA4
Decimal98156164
Binary11000101001110010100100
Octal142234244

Shades and tints

Shades of #629CA4

#629CA4
(98,156,164)
#5A8E96
(90,142,150)
#528088
(82,128,136)
#4A727A
(74,114,122)
#42646C
(66,100,108)
#3A565E
(58,86,94)
#324850
(50,72,80)
#2A3A42
(42,58,66)
#222C34
(34,44,52)
#1A1E26
(26,30,38)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #629CA4

#629CA4
(98,156,164)
#70A5AC
(112,165,172)
#7EAEB4
(126,174,180)
#8CB7BC
(140,183,188)
#9AC0C4
(154,192,196)
#A8C9CC
(168,201,204)
#B6D2D4
(182,210,212)
#C4DBDC
(196,219,220)
#D2E4E4
(210,228,228)
#E0EDEC
(224,237,236)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #629CA4; }

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

This text font color is #629CA4.


Background Color

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

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

This div background color is #629CA4.


Border color

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

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

This div border color is #629CA4.


Opacity

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

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

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

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

This text has shadow with #629CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629CA4 on black background.


Color preview on white background

This text has color #629CA4 on white background.



Black color preview on #629CA4 background

This text has black color on #629CA4 background.


White color preview on #629CA4 background

This text has white color on #629CA4 background.