COLOR #6B828B

HEX: #6B828B
RGB: (107,130,139)

Color info

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

RGB color model

#6B828B color RGB value is (107,130,139).

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

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 139 of 255 = 55%

107
130
139

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

Portions of RGB colors in percentages

R + G + B =
107 + 130 + 139 = 376 (100%)
R 107 of 376 ~ 28.46%
G 130 of 376 ~ 34.57%
B 139 of 376 ~ 36.97%

%28.46
%34.57
%36.97

CMYK color model

#6B828B color CMYK value is (23,6,0,45).

  • cyan value is 23.02%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(23,6,0,45)
C23M6Y0K45 
(23%,6%,0%,45%)
(0.23/0.06/0.00/0.45)	

CMYK percentages

%23.02
%6.47
%0
%45.49

Codes

Color #6B828B in popluar color models

6B828B
RGB107130139
HSL197°13.01%48.24%
HSB/HSV197°23.02%54.51%
CMYK23.02%6.47%0.00%
45.49%

Color #6B828B in popluar number systems.

HEX6B828B
Decimal107130139
Binary11010111000001010001011
Octal153202213

Shades and tints

Shades of #6B828B

#6B828B
(107,130,139)
#62777F
(98,119,127)
#596C73
(89,108,115)
#506167
(80,97,103)
#47565B
(71,86,91)
#3E4B4F
(62,75,79)
#354043
(53,64,67)
#2C3537
(44,53,55)
#232A2B
(35,42,43)
#1A1F1F
(26,31,31)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #6B828B

#6B828B
(107,130,139)
#788D95
(120,141,149)
#85989F
(133,152,159)
#92A3A9
(146,163,169)
#9FAEB3
(159,174,179)
#ACB9BD
(172,185,189)
#B9C4C7
(185,196,199)
#C6CFD1
(198,207,209)
#D3DADB
(211,218,219)
#E0E5E5
(224,229,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B828B; }

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

This text font color is #6B828B.


Background Color

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

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

This div background color is #6B828B.


Border color

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

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

This div border color is #6B828B.


Opacity

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

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

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

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

This text has shadow with #6B828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B828B on black background.


Color preview on white background

This text has color #6B828B on white background.



Black color preview on #6B828B background

This text has black color on #6B828B background.


White color preview on #6B828B background

This text has white color on #6B828B background.