COLOR #62949F

HEX: #62949F
RGB: (98,148,159)

Color info

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

RGB color model

#62949F color RGB value is (98,148,159).

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

RGB channels and saturation

R 98 of 255 = 38%
G 148 of 255 = 58%
B 159 of 255 = 62%

98
148
159

R + G + B ~ 53%. #62949F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 148 + 159 = 405 (100%)
R 98 of 405 ~ 24.2%
G 148 of 405 ~ 36.54%
B 159 of 405 ~ 39.26%

%24.2
%36.54
%39.26

CMYK color model

#62949F color CMYK value is (38,7,0,38).

  • cyan value is 38.36%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(38,7,0,38)
C38M7Y0K38 
(38%,7%,0%,38%)
(0.38/0.07/0.00/0.38)	

CMYK percentages

%38.36
%6.92
%0
%37.65

Codes

Color #62949F in popluar color models

62949F
RGB98148159
HSL191°24.11%50.39%
HSB/HSV191°38.36%62.35%
CMYK38.36%6.92%0.00%
37.65%

Color #62949F in popluar number systems.

HEX62949F
Decimal98148159
Binary11000101001010010011111
Octal142224237

Shades and tints

Shades of #62949F

#62949F
(98,148,159)
#5A8791
(90,135,145)
#527A83
(82,122,131)
#4A6D75
(74,109,117)
#426067
(66,96,103)
#3A5359
(58,83,89)
#32464B
(50,70,75)
#2A393D
(42,57,61)
#222C2F
(34,44,47)
#1A1F21
(26,31,33)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #62949F

#62949F
(98,148,159)
#709DA7
(112,157,167)
#7EA6AF
(126,166,175)
#8CAFB7
(140,175,183)
#9AB8BF
(154,184,191)
#A8C1C7
(168,193,199)
#B6CACF
(182,202,207)
#C4D3D7
(196,211,215)
#D2DCDF
(210,220,223)
#E0E5E7
(224,229,231)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62949F color. Also use rgb(98,148,159) instead hex code.

Text Font Color

.myTextColor { color: #62949F; }

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

This text font color is #62949F.


Background Color

.myBgColor { background-color: #62949F; }

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

This div background color is #62949F.


Border color

.myBorderColor { border: 1px solid #62949F; }

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

This div border color is #62949F.


Opacity

.myOpacity80 { color: #62949F; opacity: 0.8; }

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

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

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

This text has shadow with #62949F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62949F on black background.


Color preview on white background

This text has color #62949F on white background.



Black color preview on #62949F background

This text has black color on #62949F background.


White color preview on #62949F background

This text has white color on #62949F background.