COLOR #62898D

HEX: #62898D
RGB: (98,137,141)

Color info

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

RGB color model

#62898D color RGB value is (98,137,141).

  • red value is 98;
  • green value is 137;
  • blue value is 141.
RGB:
(98,137,141)
(38%,54%,55%)

RGB channels and saturation

R 98 of 255 = 38%
G 137 of 255 = 54%
B 141 of 255 = 55%

98
137
141

R + G + B ~ 49%. #62898D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 137 + 141 = 376 (100%)
R 98 of 376 ~ 26.06%
G 137 of 376 ~ 36.44%
B 141 of 376 ~ 37.5%

%26.06
%36.44
%37.5

CMYK color model

#62898D color CMYK value is (30,3,0,45).

  • cyan value is 30.50%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(30,3,0,45)
C30M3Y0K45 
(30%,3%,0%,45%)
(0.30/0.03/0.00/0.45)	

CMYK percentages

%30.5
%2.84
%0
%44.71

Codes

Color #62898D in popluar color models

62898D
RGB98137141
HSL186°17.99%46.86%
HSB/HSV186°30.50%55.29%
CMYK30.50%2.84%0.00%
44.71%

Color #62898D in popluar number systems.

HEX62898D
Decimal98137141
Binary11000101000100110001101
Octal142211215

Shades and tints

Shades of #62898D

#62898D
(98,137,141)
#5A7D81
(90,125,129)
#527175
(82,113,117)
#4A6569
(74,101,105)
#42595D
(66,89,93)
#3A4D51
(58,77,81)
#324145
(50,65,69)
#2A3539
(42,53,57)
#22292D
(34,41,45)
#1A1D21
(26,29,33)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #62898D

#62898D
(98,137,141)
#709397
(112,147,151)
#7E9DA1
(126,157,161)
#8CA7AB
(140,167,171)
#9AB1B5
(154,177,181)
#A8BBBF
(168,187,191)
#B6C5C9
(182,197,201)
#C4CFD3
(196,207,211)
#D2D9DD
(210,217,221)
#E0E3E7
(224,227,231)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62898D color. Also use rgb(98,137,141) instead hex code.

Text Font Color

.myTextColor { color: #62898D; }

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

This text font color is #62898D.


Background Color

.myBgColor { background-color: #62898D; }

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

This div background color is #62898D.


Border color

.myBorderColor { border: 1px solid #62898D; }

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

This div border color is #62898D.


Opacity

.myOpacity80 { color: #62898D; opacity: 0.8; }

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

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

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

This text has shadow with #62898D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62898D on black background.


Color preview on white background

This text has color #62898D on white background.



Black color preview on #62898D background

This text has black color on #62898D background.


White color preview on #62898D background

This text has white color on #62898D background.