COLOR #6B8992

HEX: #6B8992
RGB: (107,137,146)

Color info

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

RGB color model

#6B8992 color RGB value is (107,137,146).

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

RGB channels and saturation

R 107 of 255 = 42%
G 137 of 255 = 54%
B 146 of 255 = 57%

107
137
146

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

Portions of RGB colors in percentages

R + G + B =
107 + 137 + 146 = 390 (100%)
R 107 of 390 ~ 27.44%
G 137 of 390 ~ 35.13%
B 146 of 390 ~ 37.44%

%27.44
%35.13
%37.44

CMYK color model

#6B8992 color CMYK value is (27,6,0,43).

  • cyan value is 26.71%
  • magenta value is 6.16%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(27,6,0,43)
C27M6Y0K43 
(27%,6%,0%,43%)
(0.27/0.06/0.00/0.43)	

CMYK percentages

%26.71
%6.16
%0
%42.75

Codes

Color #6B8992 in popluar color models

6B8992
RGB107137146
HSL194°15.42%49.61%
HSB/HSV194°26.71%57.25%
CMYK26.71%6.16%0.00%
42.75%

Color #6B8992 in popluar number systems.

HEX6B8992
Decimal107137146
Binary11010111000100110010010
Octal153211222

Shades and tints

Shades of #6B8992

#6B8992
(107,137,146)
#627D85
(98,125,133)
#597178
(89,113,120)
#50656B
(80,101,107)
#47595E
(71,89,94)
#3E4D51
(62,77,81)
#354144
(53,65,68)
#2C3537
(44,53,55)
#23292A
(35,41,42)
#1A1D1D
(26,29,29)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B8992

#6B8992
(107,137,146)
#78939B
(120,147,155)
#859DA4
(133,157,164)
#92A7AD
(146,167,173)
#9FB1B6
(159,177,182)
#ACBBBF
(172,187,191)
#B9C5C8
(185,197,200)
#C6CFD1
(198,207,209)
#D3D9DA
(211,217,218)
#E0E3E3
(224,227,227)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8992; }

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

This text font color is #6B8992.


Background Color

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

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

This div background color is #6B8992.


Border color

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

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

This div border color is #6B8992.


Opacity

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

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

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

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

This text has shadow with #6B8992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8992 on black background.


Color preview on white background

This text has color #6B8992 on white background.



Black color preview on #6B8992 background

This text has black color on #6B8992 background.


White color preview on #6B8992 background

This text has white color on #6B8992 background.