COLOR #6B898A

HEX: #6B898A
RGB: (107,137,138)

Color info

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

RGB color model

#6B898A color RGB value is (107,137,138).

  • red value is 107;
  • green value is 137;
  • blue value is 138.
RGB:
(107,137,138)
(42%,54%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 138 of 255 = 54%

107
137
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 137 + 138 = 382 (100%)
R 107 of 382 ~ 28.01%
G 137 of 382 ~ 35.86%
B 138 of 382 ~ 36.13%

%28.01
%35.86
%36.13

CMYK color model

#6B898A color CMYK value is (22,1,0,46).

  • cyan value is 22.46%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,1,0,46)
C22M1Y0K46 
(22%,1%,0%,46%)
(0.22/0.01/0.00/0.46)	

CMYK percentages

%22.46
%0.72
%0
%45.88

Codes

Color #6B898A in popluar color models

6B898A
RGB107137138
HSL182°12.65%48.04%
HSB/HSV182°22.46%54.12%
CMYK22.46%0.72%0.00%
45.88%

Color #6B898A in popluar number systems.

HEX6B898A
Decimal107137138
Binary11010111000100110001010
Octal153211212

Shades and tints

Shades of #6B898A

#6B898A
(107,137,138)
#627D7E
(98,125,126)
#597172
(89,113,114)
#506566
(80,101,102)
#47595A
(71,89,90)
#3E4D4E
(62,77,78)
#354142
(53,65,66)
#2C3536
(44,53,54)
#23292A
(35,41,42)
#1A1D1E
(26,29,30)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #6B898A

#6B898A
(107,137,138)
#789394
(120,147,148)
#859D9E
(133,157,158)
#92A7A8
(146,167,168)
#9FB1B2
(159,177,178)
#ACBBBC
(172,187,188)
#B9C5C6
(185,197,198)
#C6CFD0
(198,207,208)
#D3D9DA
(211,217,218)
#E0E3E4
(224,227,228)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B898A; }

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

This text font color is #6B898A.


Background Color

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

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

This div background color is #6B898A.


Border color

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

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

This div border color is #6B898A.


Opacity

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

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

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

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

This text has shadow with #6B898A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B898A on black background.


Color preview on white background

This text has color #6B898A on white background.



Black color preview on #6B898A background

This text has black color on #6B898A background.


White color preview on #6B898A background

This text has white color on #6B898A background.