COLOR #6B8392

HEX: #6B8392
RGB: (107,131,146)

Color info

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

RGB color model

#6B8392 color RGB value is (107,131,146).

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

RGB channels and saturation

R 107 of 255 = 42%
G 131 of 255 = 51%
B 146 of 255 = 57%

107
131
146

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

Portions of RGB colors in percentages

R + G + B =
107 + 131 + 146 = 384 (100%)
R 107 of 384 ~ 27.86%
G 131 of 384 ~ 34.11%
B 146 of 384 ~ 38.02%

%27.86
%34.11
%38.02

CMYK color model

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

  • cyan value is 26.71%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(27,10,0,43)
C27M10Y0K43 
(27%,10%,0%,43%)
(0.27/0.10/0.00/0.43)	

CMYK percentages

%26.71
%10.27
%0
%42.75

Codes

Color #6B8392 in popluar color models

6B8392
RGB107131146
HSL203°15.42%49.61%
HSB/HSV203°26.71%57.25%
CMYK26.71%10.27%0.00%
42.75%

Color #6B8392 in popluar number systems.

HEX6B8392
Decimal107131146
Binary11010111000001110010010
Octal153203222

Shades and tints

Shades of #6B8392

#6B8392
(107,131,146)
#627885
(98,120,133)
#596D78
(89,109,120)
#50626B
(80,98,107)
#47575E
(71,87,94)
#3E4C51
(62,76,81)
#354144
(53,65,68)
#2C3637
(44,54,55)
#232B2A
(35,43,42)
#1A201D
(26,32,29)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #6B8392

#6B8392
(107,131,146)
#788E9B
(120,142,155)
#8599A4
(133,153,164)
#92A4AD
(146,164,173)
#9FAFB6
(159,175,182)
#ACBABF
(172,186,191)
#B9C5C8
(185,197,200)
#C6D0D1
(198,208,209)
#D3DBDA
(211,219,218)
#E0E6E3
(224,230,227)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8392; }

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

This text font color is #6B8392.


Background Color

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

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

This div background color is #6B8392.


Border color

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

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

This div border color is #6B8392.


Opacity

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

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

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

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

This text has shadow with #6B8392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8392 on black background.


Color preview on white background

This text has color #6B8392 on white background.



Black color preview on #6B8392 background

This text has black color on #6B8392 background.


White color preview on #6B8392 background

This text has white color on #6B8392 background.