COLOR #6B9C8E

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

Color info

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

RGB color model

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

RGB: (107,156,142) (42%, 61%, 56%)

RGB channels and saturation

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

107
156
142

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

Portions of RGB colors in percentages

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

%26.42
%38.52
%35.06

CMYK color model

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

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 38.82%

CMYK: (31,0,9,39)
C31M0Y9K39 (31%, 0%, 9%, 39%)
(0.31 / 0.00 / 0.09 / 0.39)

CMYK percentages

%31.41
%0
%8.97
%38.82

Codes

Color #6B9C8E in popluar color models

6B 9C 8E
RGB 107 156 142
HSL 163° 19.84% 51.57%
HSB/HSV 163° 31.41% 61.18%
CMYK 31.41% 0.00% 8.97%
38.82%

Color #6B9C8E in popluar number systems.

HEX 6B 9C 8E
Decimal 107 156 142
Binary 1101011 10011100 10001110
Octal 153 234 216

Shades and tints

Shades of #6B9C8E

#6B9C8E
(107,156,142)
#628E82
(98,142,130)
#598076
(89,128,118)
#50726A
(80,114,106)
#47645E
(71,100,94)
#3E5652
(62,86,82)
#354846
(53,72,70)
#2C3A3A
(44,58,58)
#232C2E
(35,44,46)
#1A1E22
(26,30,34)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #6B9C8E

#6B9C8E
(107,156,142)
#78A598
(120,165,152)
#85AEA2
(133,174,162)
#92B7AC
(146,183,172)
#9FC0B6
(159,192,182)
#ACC9C0
(172,201,192)
#B9D2CA
(185,210,202)
#C6DBD4
(198,219,212)
#D3E4DE
(211,228,222)
#E0EDE8
(224,237,232)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9C8E; }

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

This text font color is #6B9C8E.

Background Color

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

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

This div background color is #6B9C8E.

Border color

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

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

This div border color is #6B9C8E.

Opacity

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

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

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

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

This text has shadow with #6B9C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9C8E.

Preview

Color preview on black background

This text has color #6B9C8E on black background.


Color preview on white background

This text has color #6B9C8E on white background.


Black color preview on #6B9C8E background

This text has black color on #6B9C8E background.


White color preview on #6B9C8E background

This text has white color on #6B9C8E background.


Related colors

Complementary color

Complementary color for #hex is #946371.


I love getcolorcode.com

Triadic colors

1 #8E6B9C and #9C8E6B with #6B9C8E are triadic colors.

2 #8E9C6B and #9C6B8E with #6B9C8E are triadic colors.