COLOR #6B8B9A

HEX: #6B8B9A
RGB: (107,139,154)

Color info

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

RGB color model

#6B8B9A color RGB value is (107,139,154).

  • red value is 107;
  • green value is 139;
  • blue value is 154.
RGB:
(107,139,154)
(42%,55%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 139 of 255 = 55%
B 154 of 255 = 60%

107
139
154

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

Portions of RGB colors in percentages

R + G + B =
107 + 139 + 154 = 400 (100%)
R 107 of 400 ~ 26.75%
G 139 of 400 ~ 34.75%
B 154 of 400 ~ 38.5%

%26.75
%34.75
%38.5

CMYK color model

#6B8B9A color CMYK value is (31,10,0,40).

  • cyan value is 30.52%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(31,10,0,40)
C31M10Y0K40 
(31%,10%,0%,40%)
(0.31/0.10/0.00/0.40)	

CMYK percentages

%30.52
%9.74
%0
%39.61

Codes

Color #6B8B9A in popluar color models

6B8B9A
RGB107139154
HSL199°18.88%51.18%
HSB/HSV199°30.52%60.39%
CMYK30.52%9.74%0.00%
39.61%

Color #6B8B9A in popluar number systems.

HEX6B8B9A
Decimal107139154
Binary11010111000101110011010
Octal153213232

Shades and tints

Shades of #6B8B9A

#6B8B9A
(107,139,154)
#627F8C
(98,127,140)
#59737E
(89,115,126)
#506770
(80,103,112)
#475B62
(71,91,98)
#3E4F54
(62,79,84)
#354346
(53,67,70)
#2C3738
(44,55,56)
#232B2A
(35,43,42)
#1A1F1C
(26,31,28)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #6B8B9A

#6B8B9A
(107,139,154)
#7895A3
(120,149,163)
#859FAC
(133,159,172)
#92A9B5
(146,169,181)
#9FB3BE
(159,179,190)
#ACBDC7
(172,189,199)
#B9C7D0
(185,199,208)
#C6D1D9
(198,209,217)
#D3DBE2
(211,219,226)
#E0E5EB
(224,229,235)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8B9A color. Also use rgb(107,139,154) instead hex code.

Text Font Color

.myTextColor { color: #6B8B9A; }

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

This text font color is #6B8B9A.


Background Color

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

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

This div background color is #6B8B9A.


Border color

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

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

This div border color is #6B8B9A.


Opacity

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

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

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

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

This text has shadow with #6B8B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8B9A on black background.


Color preview on white background

This text has color #6B8B9A on white background.



Black color preview on #6B8B9A background

This text has black color on #6B8B9A background.


White color preview on #6B8B9A background

This text has white color on #6B8B9A background.