COLOR #6B8C7D

HEX: #6B8C7D
RGB: (107,140,125)

Color info

#6B8C7D contains red, green and blue colors in about the same proportion. Web safe color of #6B8C7D is #669966 (or #696).

RGB color model

#6B8C7D color RGB value is (107,140,125).

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

RGB channels and saturation

R 107 of 255 = 42%
G 140 of 255 = 55%
B 125 of 255 = 49%

107
140
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 140 + 125 = 372 (100%)
R 107 of 372 ~ 28.76%
G 140 of 372 ~ 37.63%
B 125 of 372 ~ 33.6%

%28.76
%37.63
%33.6

CMYK color model

#6B8C7D color CMYK value is (24,0,11,45).

  • cyan value is 23.57%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 45.10%
CMYK:
(24,0,11,45)
C24M0Y11K45 
(24%,0%,11%,45%)
(0.24/0.00/0.11/0.45)	

CMYK percentages

%23.57
%0
%10.71
%45.1

Codes

Color #6B8C7D in popluar color models

6B8C7D
RGB107140125
HSL153°13.36%48.43%
HSB/HSV153°23.57%54.90%
CMYK23.57%0.00%10.71%
45.10%

Color #6B8C7D in popluar number systems.

HEX6B8C7D
Decimal107140125
Binary1101011100011001111101
Octal153214175

Shades and tints

Shades of #6B8C7D

#6B8C7D
(107,140,125)
#628072
(98,128,114)
#597467
(89,116,103)
#50685C
(80,104,92)
#475C51
(71,92,81)
#3E5046
(62,80,70)
#35443B
(53,68,59)
#2C3830
(44,56,48)
#232C25
(35,44,37)
#1A201A
(26,32,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #6B8C7D

#6B8C7D
(107,140,125)
#789688
(120,150,136)
#85A093
(133,160,147)
#92AA9E
(146,170,158)
#9FB4A9
(159,180,169)
#ACBEB4
(172,190,180)
#B9C8BF
(185,200,191)
#C6D2CA
(198,210,202)
#D3DCD5
(211,220,213)
#E0E6E0
(224,230,224)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8C7D; }

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

This text font color is #6B8C7D.


Background Color

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

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

This div background color is #6B8C7D.


Border color

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

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

This div border color is #6B8C7D.


Opacity

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

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

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

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

This text has shadow with #6B8C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8C7D on black background.


Color preview on white background

This text has color #6B8C7D on white background.



Black color preview on #6B8C7D background

This text has black color on #6B8C7D background.


White color preview on #6B8C7D background

This text has white color on #6B8C7D background.