COLOR #62848B

HEX: #62848B RGB: (98,132,139)

Color info

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

RGB color model

#62848B color RGB value is (98,132,139).

RGB: (98,132,139) (38%, 52%, 55%)

RGB channels and saturation

R 98 of 255 = 38%
G 132 of 255 = 52%
B 139 of 255 = 55%

98
132
139

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

Portions of RGB colors in percentages

R + G + B = 98 + 132 + 139 = 369 (100%)
R 98 of 369 ~ 26.56%
G 132 of 369 ~ 35.77%
B 139 of 369 ~ 37.67'%

%26.56
%35.77
%37.67

CMYK color model

#62848B color CMYK value is (29,5,0,45).

  • cyan value is 29.50%
  • magenta value is 5.04%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (29,5,0,45)
C29M5Y0K45 (29%, 5%, 0%, 45%)
(0.29 / 0.05 / 0.00 / 0.45)

CMYK percentages

%29.5
%5.04
%0
%45.49

Codes

Color #62848B in popluar color models

62 84 8B
RGB 98 132 139
HSL 190° 17.30% 46.47%
HSB/HSV 190° 29.50% 54.51%
CMYK 29.50% 5.04% 0.00%
45.49%

Color #62848B in popluar number systems.

HEX 62 84 8B
Decimal 98 132 139
Binary 1100010 10000100 10001011
Octal 142 204 213

Shades and tints

Shades of #62848B

#62848B
(98,132,139)
#5A787F
(90,120,127)
#526C73
(82,108,115)
#4A6067
(74,96,103)
#42545B
(66,84,91)
#3A484F
(58,72,79)
#323C43
(50,60,67)
#2A3037
(42,48,55)
#22242B
(34,36,43)
#1A181F
(26,24,31)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #62848B

#62848B
(98,132,139)
#708F95
(112,143,149)
#7E9A9F
(126,154,159)
#8CA5A9
(140,165,169)
#9AB0B3
(154,176,179)
#A8BBBD
(168,187,189)
#B6C6C7
(182,198,199)
#C4D1D1
(196,209,209)
#D2DCDB
(210,220,219)
#E0E7E5
(224,231,229)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62848B color. Also use rgb(98,132,139) instead hex code.

Text Font Color

.myTextColor { color: #62848B; }

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

This text font color is #62848B.

Background Color

.myBgColor { background-color: #62848B; }

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

This div background color is #62848B.

Border color

.myBorderColor { border: 1px solid #62848B; }

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

This div border color is #62848B.

Opacity

.myOpacity80 { color: #62848B; opacity: 0.8; }

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

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

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

This text has shadow with #62848B color.


.textShadow {text-shadow: 3px 3px 1px #62848B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #62848B; -webkit-box-shadow: 1px 1px 3px 2px #62848B; box-shadow:1px 1px 3px 2px #62848B;">
Div content here
</div>

This div box has shadow with color #62848B.

Preview

Color preview on black background

This text has color #62848B on black background.


Color preview on white background

This text has color #62848B on white background.


Black color preview on #62848B background

This text has black color on #62848B background.


White color preview on #62848B background

This text has white color on #62848B background.


Related colors

Complementary color

Complementary color for #hex is #9D7B74.


I love getcolorcode.com

Triadic colors

1 #8B6284 and #848B62 with #62848B are triadic colors.

2 #8B8462 and #84628B with #62848B are triadic colors.