COLOR #62968B

HEX: #62968B RGB: (98,150,139)

Color info

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

RGB color model

#62968B color RGB value is (98,150,139).

RGB: (98,150,139) (38%, 59%, 55%)

RGB channels and saturation

R 98 of 255 = 38%
G 150 of 255 = 59%
B 139 of 255 = 55%

98
150
139

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

Portions of RGB colors in percentages

R + G + B = 98 + 150 + 139 = 387 (100%)
R 98 of 387 ~ 25.32%
G 150 of 387 ~ 38.76%
B 139 of 387 ~ 35.92'%

%25.32
%38.76
%35.92

CMYK color model

#62968B color CMYK value is (35,0,7,41).

  • cyan value is 34.67%
  • magenta value is 0.00%
  • yellow value is 7.33%
  • key color value is 41.18%

CMYK: (35,0,7,41)
C35M0Y7K41 (35%, 0%, 7%, 41%)
(0.35 / 0.00 / 0.07 / 0.41)

CMYK percentages

%34.67
%0
%7.33
%41.18

Codes

Color #62968B in popluar color models

62 96 8B
RGB 98 150 139
HSL 167° 20.97% 48.63%
HSB/HSV 167° 34.67% 58.82%
CMYK 34.67% 0.00% 7.33%
41.18%

Color #62968B in popluar number systems.

HEX 62 96 8B
Decimal 98 150 139
Binary 1100010 10010110 10001011
Octal 142 226 213

Shades and tints

Shades of #62968B

#62968B
(98,150,139)
#5A897F
(90,137,127)
#527C73
(82,124,115)
#4A6F67
(74,111,103)
#42625B
(66,98,91)
#3A554F
(58,85,79)
#324843
(50,72,67)
#2A3B37
(42,59,55)
#222E2B
(34,46,43)
#1A211F
(26,33,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #62968B

#62968B
(98,150,139)
#709F95
(112,159,149)
#7EA89F
(126,168,159)
#8CB1A9
(140,177,169)
#9ABAB3
(154,186,179)
#A8C3BD
(168,195,189)
#B6CCC7
(182,204,199)
#C4D5D1
(196,213,209)
#D2DEDB
(210,222,219)
#E0E7E5
(224,231,229)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62968B; }

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

This text font color is #62968B.

Background Color

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

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

This div background color is #62968B.

Border color

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

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

This div border color is #62968B.

Opacity

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

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

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

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

This text has shadow with #62968B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62968B.

Preview

Color preview on black background

This text has color #62968B on black background.


Color preview on white background

This text has color #62968B on white background.


Black color preview on #62968B background

This text has black color on #62968B background.


White color preview on #62968B background

This text has white color on #62968B background.


Related colors

Complementary color

Complementary color for #hex is #9D6974.


I love getcolorcode.com

Triadic colors

1 #8B6296 and #968B62 with #62968B are triadic colors.

2 #8B9662 and #96628B with #62968B are triadic colors.