COLOR #6B939F

HEX: #6B939F
RGB: (107,147,159)

Color info

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

RGB color model

#6B939F color RGB value is (107,147,159).

  • red value is 107;
  • green value is 147;
  • blue value is 159.
RGB:
(107,147,159)
(42%,58%,62%)

RGB channels and saturation

R 107 of 255 = 42%
G 147 of 255 = 58%
B 159 of 255 = 62%

107
147
159

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

Portions of RGB colors in percentages

R + G + B =
107 + 147 + 159 = 413 (100%)
R 107 of 413 ~ 25.91%
G 147 of 413 ~ 35.59%
B 159 of 413 ~ 38.5%

%25.91
%35.59
%38.5

CMYK color model

#6B939F color CMYK value is (33,8,0,38).

  • cyan value is 32.70%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,8,0,38)
C33M8Y0K38 
(33%,8%,0%,38%)
(0.33/0.08/0.00/0.38)	

CMYK percentages

%32.7
%7.55
%0
%37.65

Codes

Color #6B939F in popluar color models

6B939F
RGB107147159
HSL194°21.31%52.16%
HSB/HSV194°32.70%62.35%
CMYK32.70%7.55%0.00%
37.65%

Color #6B939F in popluar number systems.

HEX6B939F
Decimal107147159
Binary11010111001001110011111
Octal153223237

Shades and tints

Shades of #6B939F

#6B939F
(107,147,159)
#628691
(98,134,145)
#597983
(89,121,131)
#506C75
(80,108,117)
#475F67
(71,95,103)
#3E5259
(62,82,89)
#35454B
(53,69,75)
#2C383D
(44,56,61)
#232B2F
(35,43,47)
#1A1E21
(26,30,33)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #6B939F

#6B939F
(107,147,159)
#789CA7
(120,156,167)
#85A5AF
(133,165,175)
#92AEB7
(146,174,183)
#9FB7BF
(159,183,191)
#ACC0C7
(172,192,199)
#B9C9CF
(185,201,207)
#C6D2D7
(198,210,215)
#D3DBDF
(211,219,223)
#E0E4E7
(224,228,231)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B939F color. Also use rgb(107,147,159) instead hex code.

Text Font Color

.myTextColor { color: #6B939F; }

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

This text font color is #6B939F.


Background Color

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

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

This div background color is #6B939F.


Border color

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

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

This div border color is #6B939F.


Opacity

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

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

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

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

This text has shadow with #6B939F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B939F on black background.


Color preview on white background

This text has color #6B939F on white background.



Black color preview on #6B939F background

This text has black color on #6B939F background.


White color preview on #6B939F background

This text has white color on #6B939F background.