COLOR #6B898E

HEX: #6B898E RGB: (107,137,142)

Color info

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

RGB color model

#6B898E color RGB value is (107,137,142).

RGB: (107,137,142) (42%, 54%, 56%)

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 142 of 255 = 56%

107
137
142

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

Portions of RGB colors in percentages

R + G + B = 107 + 137 + 142 = 386 (100%)
R 107 of 386 ~ 27.72%
G 137 of 386 ~ 35.49%
B 142 of 386 ~ 36.79'%

%27.72
%35.49
%36.79

CMYK color model

#6B898E color CMYK value is (25,4,0,44).

  • cyan value is 24.65%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (25,4,0,44)
C25M4Y0K44 (25%, 4%, 0%, 44%)
(0.25 / 0.04 / 0.00 / 0.44)

CMYK percentages

%24.65
%3.52
%0
%44.31

Codes

Color #6B898E in popluar color models

6B 89 8E
RGB 107 137 142
HSL 189° 14.06% 48.82%
HSB/HSV 189° 24.65% 55.69%
CMYK 24.65% 3.52% 0.00%
44.31%

Color #6B898E in popluar number systems.

HEX 6B 89 8E
Decimal 107 137 142
Binary 1101011 10001001 10001110
Octal 153 211 216

Shades and tints

Shades of #6B898E

#6B898E
(107,137,142)
#627D82
(98,125,130)
#597176
(89,113,118)
#50656A
(80,101,106)
#47595E
(71,89,94)
#3E4D52
(62,77,82)
#354146
(53,65,70)
#2C353A
(44,53,58)
#23292E
(35,41,46)
#1A1D22
(26,29,34)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #6B898E

#6B898E
(107,137,142)
#789398
(120,147,152)
#859DA2
(133,157,162)
#92A7AC
(146,167,172)
#9FB1B6
(159,177,182)
#ACBBC0
(172,187,192)
#B9C5CA
(185,197,202)
#C6CFD4
(198,207,212)
#D3D9DE
(211,217,222)
#E0E3E8
(224,227,232)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B898E color. Also use rgb(107,137,142) instead hex code.

Text Font Color

.myTextColor { color: #6B898E; }

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

This text font color is #6B898E.

Background Color

.myBgColor { background-color: #6B898E; }

<div style="background-color:#6B898E">Inner text</div>

This div background color is #6B898E.

Border color

.myBorderColor { border: 1px solid #6B898E; }

<div style="border:3px solid #6B898E">Div</div>

This div border color is #6B898E.

Opacity

.myOpacity80 { color: #6B898E; opacity: 0.8; }

<p style="color:#6B898E;opacity:0.8;">80%</p>

Text with #6B898E 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 #6B898E;}

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

This text has shadow with #6B898E color.


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

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

This text has shadow with #6B898E primary color and red secondary color.


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

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

This text has shadow with #6B898E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6B898E.

Preview

Color preview on black background

This text has color #6B898E on black background.


Color preview on white background

This text has color #6B898E on white background.


Black color preview on #6B898E background

This text has black color on #6B898E background.


White color preview on #6B898E background

This text has white color on #6B898E background.


Related colors

Complementary color

Complementary color for #hex is #947671.


I love getcolorcode.com

Triadic colors

1 #8E6B89 and #898E6B with #6B898E are triadic colors.

2 #8E896B and #896B8E with #6B898E are triadic colors.