COLOR #6B757E

HEX: #6B757E
RGB: (107,117,126)

Color info

#6B757E contains red, green and blue colors in about the same proportion. Web safe color of #6B757E is #666666 (or #666).

RGB color model

#6B757E color RGB value is (107,117,126).

  • red value is 107;
  • green value is 117;
  • blue value is 126.
RGB:
(107,117,126)
(42%,46%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 126 of 255 = 49%

107
117
126

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 126 = 350 (100%)
R 107 of 350 ~ 30.57%
G 117 of 350 ~ 33.43%
B 126 of 350 ~ 36%

%30.57
%33.43
%36

CMYK color model

#6B757E color CMYK value is (15,7,0,51).

  • cyan value is 15.08%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(15,7,0,51)
C15M7Y0K51 
(15%,7%,0%,51%)
(0.15/0.07/0.00/0.51)	

CMYK percentages

%15.08
%7.14
%0
%50.59

Codes

Color #6B757E in popluar color models

6B757E
RGB107117126
HSL208°8.15%45.69%
HSB/HSV208°15.08%49.41%
CMYK15.08%7.14%0.00%
50.59%

Color #6B757E in popluar number systems.

HEX6B757E
Decimal107117126
Binary110101111101011111110
Octal153165176

Shades and tints

Shades of #6B757E

#6B757E
(107,117,126)
#626B73
(98,107,115)
#596168
(89,97,104)
#50575D
(80,87,93)
#474D52
(71,77,82)
#3E4347
(62,67,71)
#35393C
(53,57,60)
#2C2F31
(44,47,49)
#232526
(35,37,38)
#1A1B1B
(26,27,27)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B757E

#6B757E
(107,117,126)
#788189
(120,129,137)
#858D94
(133,141,148)
#92999F
(146,153,159)
#9FA5AA
(159,165,170)
#ACB1B5
(172,177,181)
#B9BDC0
(185,189,192)
#C6C9CB
(198,201,203)
#D3D5D6
(211,213,214)
#E0E1E1
(224,225,225)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B757E color. Also use rgb(107,117,126) instead hex code.

Text Font Color

.myTextColor { color: #6B757E; }

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

This text font color is #6B757E.


Background Color

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

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

This div background color is #6B757E.


Border color

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

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

This div border color is #6B757E.


Opacity

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

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

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

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

This text has shadow with #6B757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B757E on black background.


Color preview on white background

This text has color #6B757E on white background.



Black color preview on #6B757E background

This text has black color on #6B757E background.


White color preview on #6B757E background

This text has white color on #6B757E background.