COLOR #6B959F

HEX: #6B959F
RGB: (107,149,159)

Color info

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

RGB color model

#6B959F color RGB value is (107,149,159).

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

RGB channels and saturation

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

107
149
159

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

Portions of RGB colors in percentages

R + G + B =
107 + 149 + 159 = 415 (100%)
R 107 of 415 ~ 25.78%
G 149 of 415 ~ 35.9%
B 159 of 415 ~ 38.31%

%25.78
%35.9
%38.31

CMYK color model

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

  • cyan value is 32.70%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(33,6,0,38)
C33M6Y0K38 
(33%,6%,0%,38%)
(0.33/0.06/0.00/0.38)	

CMYK percentages

%32.7
%6.29
%0
%37.65

Codes

Color #6B959F in popluar color models

6B959F
RGB107149159
HSL192°21.31%52.16%
HSB/HSV192°32.70%62.35%
CMYK32.70%6.29%0.00%
37.65%

Color #6B959F in popluar number systems.

HEX6B959F
Decimal107149159
Binary11010111001010110011111
Octal153225237

Shades and tints

Shades of #6B959F

#6B959F
(107,149,159)
#628891
(98,136,145)
#597B83
(89,123,131)
#506E75
(80,110,117)
#476167
(71,97,103)
#3E5459
(62,84,89)
#35474B
(53,71,75)
#2C3A3D
(44,58,61)
#232D2F
(35,45,47)
#1A2021
(26,32,33)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6B959F

#6B959F
(107,149,159)
#789EA7
(120,158,167)
#85A7AF
(133,167,175)
#92B0B7
(146,176,183)
#9FB9BF
(159,185,191)
#ACC2C7
(172,194,199)
#B9CBCF
(185,203,207)
#C6D4D7
(198,212,215)
#D3DDDF
(211,221,223)
#E0E6E7
(224,230,231)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B959F; }

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

This text font color is #6B959F.


Background Color

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

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

This div background color is #6B959F.


Border color

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

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

This div border color is #6B959F.


Opacity

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

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

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

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

This text has shadow with #6B959F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B959F on black background.


Color preview on white background

This text has color #6B959F on white background.



Black color preview on #6B959F background

This text has black color on #6B959F background.


White color preview on #6B959F background

This text has white color on #6B959F background.