COLOR #629693

HEX: #629693
RGB: (98,150,147)

Color info

#629693 contains red, green and blue colors in about the same proportion. Web safe color of #629693 is #669999 (or #699).

RGB color model

#629693 color RGB value is (98,150,147).

  • red value is 98;
  • green value is 150;
  • blue value is 147.
RGB:
(98,150,147)
(38%,59%,58%)

RGB channels and saturation

R 98 of 255 = 38%
G 150 of 255 = 59%
B 147 of 255 = 58%

98
150
147

R + G + B ~ 52%. #629693 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 150 + 147 = 395 (100%)
R 98 of 395 ~ 24.81%
G 150 of 395 ~ 37.97%
B 147 of 395 ~ 37.22%

%24.81
%37.97
%37.22

CMYK color model

#629693 color CMYK value is (35,0,2,41).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 41.18%
CMYK:
(35,0,2,41)
C35M0Y2K41 
(35%,0%,2%,41%)
(0.35/0.00/0.02/0.41)	

CMYK percentages

%34.67
%0
%2
%41.18

Codes

Color #629693 in popluar color models

629693
RGB98150147
HSL177°20.97%48.63%
HSB/HSV177°34.67%58.82%
CMYK34.67%0.00%2.00%
41.18%

Color #629693 in popluar number systems.

HEX629693
Decimal98150147
Binary11000101001011010010011
Octal142226223

Shades and tints

Shades of #629693

#629693
(98,150,147)
#5A8986
(90,137,134)
#527C79
(82,124,121)
#4A6F6C
(74,111,108)
#42625F
(66,98,95)
#3A5552
(58,85,82)
#324845
(50,72,69)
#2A3B38
(42,59,56)
#222E2B
(34,46,43)
#1A211E
(26,33,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #629693

#629693
(98,150,147)
#709F9C
(112,159,156)
#7EA8A5
(126,168,165)
#8CB1AE
(140,177,174)
#9ABAB7
(154,186,183)
#A8C3C0
(168,195,192)
#B6CCC9
(182,204,201)
#C4D5D2
(196,213,210)
#D2DEDB
(210,222,219)
#E0E7E4
(224,231,228)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #629693 color. Also use rgb(98,150,147) instead hex code.

Text Font Color

.myTextColor { color: #629693; }

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

This text font color is #629693.


Background Color

.myBgColor { background-color: #629693; }

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

This div background color is #629693.


Border color

.myBorderColor { border: 1px solid #629693; }

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

This div border color is #629693.


Opacity

.myOpacity80 { color: #629693; opacity: 0.8; }

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

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

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

This text has shadow with #629693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #629693 on black background.


Color preview on white background

This text has color #629693 on white background.



Black color preview on #629693 background

This text has black color on #629693 background.


White color preview on #629693 background

This text has white color on #629693 background.