COLOR #6B7C7D

HEX: #6B7C7D
RGB: (107,124,125)

Color info

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

RGB color model

#6B7C7D color RGB value is (107,124,125).

  • red value is 107;
  • green value is 124;
  • blue value is 125.
RGB:
(107,124,125)
(42%,49%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 124 of 255 = 49%
B 125 of 255 = 49%

107
124
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 124 + 125 = 356 (100%)
R 107 of 356 ~ 30.06%
G 124 of 356 ~ 34.83%
B 125 of 356 ~ 35.11%

%30.06
%34.83
%35.11

CMYK color model

#6B7C7D color CMYK value is (14,1,0,51).

  • cyan value is 14.40%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,1,0,51)
C14M1Y0K51 
(14%,1%,0%,51%)
(0.14/0.01/0.00/0.51)	

CMYK percentages

%14.4
%0.8
%0
%50.98

Codes

Color #6B7C7D in popluar color models

6B7C7D
RGB107124125
HSL183°7.76%45.49%
HSB/HSV183°14.40%49.02%
CMYK14.40%0.80%0.00%
50.98%

Color #6B7C7D in popluar number systems.

HEX6B7C7D
Decimal107124125
Binary110101111111001111101
Octal153174175

Shades and tints

Shades of #6B7C7D

#6B7C7D
(107,124,125)
#627172
(98,113,114)
#596667
(89,102,103)
#505B5C
(80,91,92)
#475051
(71,80,81)
#3E4546
(62,69,70)
#353A3B
(53,58,59)
#2C2F30
(44,47,48)
#232425
(35,36,37)
#1A191A
(26,25,26)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #6B7C7D

#6B7C7D
(107,124,125)
#788788
(120,135,136)
#859293
(133,146,147)
#929D9E
(146,157,158)
#9FA8A9
(159,168,169)
#ACB3B4
(172,179,180)
#B9BEBF
(185,190,191)
#C6C9CA
(198,201,202)
#D3D4D5
(211,212,213)
#E0DFE0
(224,223,224)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7C7D color. Also use rgb(107,124,125) instead hex code.

Text Font Color

.myTextColor { color: #6B7C7D; }

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

This text font color is #6B7C7D.


Background Color

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

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

This div background color is #6B7C7D.


Border color

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

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

This div border color is #6B7C7D.


Opacity

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

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

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

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

This text has shadow with #6B7C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7C7D on black background.


Color preview on white background

This text has color #6B7C7D on white background.



Black color preview on #6B7C7D background

This text has black color on #6B7C7D background.


White color preview on #6B7C7D background

This text has white color on #6B7C7D background.