COLOR #6B8E9C

HEX: #6B8E9C
RGB: (107,142,156)

Color info

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

RGB color model

#6B8E9C color RGB value is (107,142,156).

  • red value is 107;
  • green value is 142;
  • blue value is 156.
RGB:
(107,142,156)
(42%,56%,61%)

RGB channels and saturation

R 107 of 255 = 42%
G 142 of 255 = 56%
B 156 of 255 = 61%

107
142
156

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

Portions of RGB colors in percentages

R + G + B =
107 + 142 + 156 = 405 (100%)
R 107 of 405 ~ 26.42%
G 142 of 405 ~ 35.06%
B 156 of 405 ~ 38.52%

%26.42
%35.06
%38.52

CMYK color model

#6B8E9C color CMYK value is (31,9,0,39).

  • cyan value is 31.41%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(31,9,0,39)
C31M9Y0K39 
(31%,9%,0%,39%)
(0.31/0.09/0.00/0.39)	

CMYK percentages

%31.41
%8.97
%0
%38.82

Codes

Color #6B8E9C in popluar color models

6B8E9C
RGB107142156
HSL197°19.84%51.57%
HSB/HSV197°31.41%61.18%
CMYK31.41%8.97%0.00%
38.82%

Color #6B8E9C in popluar number systems.

HEX6B8E9C
Decimal107142156
Binary11010111000111010011100
Octal153216234

Shades and tints

Shades of #6B8E9C

#6B8E9C
(107,142,156)
#62828E
(98,130,142)
#597680
(89,118,128)
#506A72
(80,106,114)
#475E64
(71,94,100)
#3E5256
(62,82,86)
#354648
(53,70,72)
#2C3A3A
(44,58,58)
#232E2C
(35,46,44)
#1A221E
(26,34,30)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #6B8E9C

#6B8E9C
(107,142,156)
#7898A5
(120,152,165)
#85A2AE
(133,162,174)
#92ACB7
(146,172,183)
#9FB6C0
(159,182,192)
#ACC0C9
(172,192,201)
#B9CAD2
(185,202,210)
#C6D4DB
(198,212,219)
#D3DEE4
(211,222,228)
#E0E8ED
(224,232,237)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8E9C color. Also use rgb(107,142,156) instead hex code.

Text Font Color

.myTextColor { color: #6B8E9C; }

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

This text font color is #6B8E9C.


Background Color

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

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

This div background color is #6B8E9C.


Border color

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

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

This div border color is #6B8E9C.


Opacity

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

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

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

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

This text has shadow with #6B8E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8E9C on black background.


Color preview on white background

This text has color #6B8E9C on white background.



Black color preview on #6B8E9C background

This text has black color on #6B8E9C background.


White color preview on #6B8E9C background

This text has white color on #6B8E9C background.