COLOR #6B927C

HEX: #6B927C RGB: (107,146,124)

Color info

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

RGB color model

#6B927C color RGB value is (107,146,124).

RGB: (107,146,124) (42%, 57%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 146 of 255 = 57%
B 124 of 255 = 49%

107
146
124

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

Portions of RGB colors in percentages

R + G + B = 107 + 146 + 124 = 377 (100%)
R 107 of 377 ~ 28.38%
G 146 of 377 ~ 38.73%
B 124 of 377 ~ 32.89'%

%28.38
%38.73
%32.89

CMYK color model

#6B927C color CMYK value is (27,0,15,43).

  • cyan value is 26.71%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 42.75%

CMYK: (27,0,15,43)
C27M0Y15K43 (27%, 0%, 15%, 43%)
(0.27 / 0.00 / 0.15 / 0.43)

CMYK percentages

%26.71
%0
%15.07
%42.75

Codes

Color #6B927C in popluar color models

6B 92 7C
RGB 107 146 124
HSL 146° 15.42% 49.61%
HSB/HSV 146° 26.71% 57.25%
CMYK 26.71% 0.00% 15.07%
42.75%

Color #6B927C in popluar number systems.

HEX 6B 92 7C
Decimal 107 146 124
Binary 1101011 10010010 1111100
Octal 153 222 174

Shades and tints

Shades of #6B927C

#6B927C
(107,146,124)
#628571
(98,133,113)
#597866
(89,120,102)
#506B5B
(80,107,91)
#475E50
(71,94,80)
#3E5145
(62,81,69)
#35443A
(53,68,58)
#2C372F
(44,55,47)
#232A24
(35,42,36)
#1A1D19
(26,29,25)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #6B927C

#6B927C
(107,146,124)
#789B87
(120,155,135)
#85A492
(133,164,146)
#92AD9D
(146,173,157)
#9FB6A8
(159,182,168)
#ACBFB3
(172,191,179)
#B9C8BE
(185,200,190)
#C6D1C9
(198,209,201)
#D3DAD4
(211,218,212)
#E0E3DF
(224,227,223)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B927C; }

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

This text font color is #6B927C.

Background Color

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

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

This div background color is #6B927C.

Border color

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

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

This div border color is #6B927C.

Opacity

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

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

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

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

This text has shadow with #6B927C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B927C.

Preview

Color preview on black background

This text has color #6B927C on black background.


Color preview on white background

This text has color #6B927C on white background.


Black color preview on #6B927C background

This text has black color on #6B927C background.


White color preview on #6B927C background

This text has white color on #6B927C background.


Related colors

Complementary color

Complementary color for #hex is #946D83.


I love getcolorcode.com

Triadic colors

1 #7C6B92 and #927C6B with #6B927C are triadic colors.

2 #7C926B and #926B7C with #6B927C are triadic colors.