COLOR #62859D

HEX: #62859D
RGB: (98,133,157)

Color info

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

RGB color model

#62859D color RGB value is (98,133,157).

  • red value is 98;
  • green value is 133;
  • blue value is 157.
RGB:
(98,133,157)
(38%,52%,62%)

RGB channels and saturation

R 98 of 255 = 38%
G 133 of 255 = 52%
B 157 of 255 = 62%

98
133
157

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

Portions of RGB colors in percentages

R + G + B =
98 + 133 + 157 = 388 (100%)
R 98 of 388 ~ 25.26%
G 133 of 388 ~ 34.28%
B 157 of 388 ~ 40.46%

%25.26
%34.28
%40.46

CMYK color model

#62859D color CMYK value is (38,15,0,38).

  • cyan value is 37.58%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(38,15,0,38)
C38M15Y0K38 
(38%,15%,0%,38%)
(0.38/0.15/0.00/0.38)	

CMYK percentages

%37.58
%15.29
%0
%38.43

Codes

Color #62859D in popluar color models

62859D
RGB98133157
HSL204°23.14%50.00%
HSB/HSV204°37.58%61.57%
CMYK37.58%15.29%0.00%
38.43%

Color #62859D in popluar number systems.

HEX62859D
Decimal98133157
Binary11000101000010110011101
Octal142205235

Shades and tints

Shades of #62859D

#62859D
(98,133,157)
#5A798F
(90,121,143)
#526D81
(82,109,129)
#4A6173
(74,97,115)
#425565
(66,85,101)
#3A4957
(58,73,87)
#323D49
(50,61,73)
#2A313B
(42,49,59)
#22252D
(34,37,45)
#1A191F
(26,25,31)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #62859D

#62859D
(98,133,157)
#7090A5
(112,144,165)
#7E9BAD
(126,155,173)
#8CA6B5
(140,166,181)
#9AB1BD
(154,177,189)
#A8BCC5
(168,188,197)
#B6C7CD
(182,199,205)
#C4D2D5
(196,210,213)
#D2DDDD
(210,221,221)
#E0E8E5
(224,232,229)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62859D color. Also use rgb(98,133,157) instead hex code.

Text Font Color

.myTextColor { color: #62859D; }

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

This text font color is #62859D.


Background Color

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

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

This div background color is #62859D.


Border color

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

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

This div border color is #62859D.


Opacity

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

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

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

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

This text has shadow with #62859D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62859D on black background.


Color preview on white background

This text has color #62859D on white background.



Black color preview on #62859D background

This text has black color on #62859D background.


White color preview on #62859D background

This text has white color on #62859D background.