COLOR #6B868C

HEX: #6B868C RGB: (107,134,140)

Color info

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

RGB color model

#6B868C color RGB value is (107,134,140).

RGB: (107,134,140) (42%, 53%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 134 of 255 = 53%
B 140 of 255 = 55%

107
134
140

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

Portions of RGB colors in percentages

R + G + B = 107 + 134 + 140 = 381 (100%)
R 107 of 381 ~ 28.08%
G 134 of 381 ~ 35.17%
B 140 of 381 ~ 36.75'%

%28.08
%35.17
%36.75

CMYK color model

#6B868C color CMYK value is (24,4,0,45).

  • cyan value is 23.57%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (24,4,0,45)
C24M4Y0K45 (24%, 4%, 0%, 45%)
(0.24 / 0.04 / 0.00 / 0.45)

CMYK percentages

%23.57
%4.29
%0
%45.1

Codes

Color #6B868C in popluar color models

6B 86 8C
RGB 107 134 140
HSL 191° 13.36% 48.43%
HSB/HSV 191° 23.57% 54.90%
CMYK 23.57% 4.29% 0.00%
45.10%

Color #6B868C in popluar number systems.

HEX 6B 86 8C
Decimal 107 134 140
Binary 1101011 10000110 10001100
Octal 153 206 214

Shades and tints

Shades of #6B868C

#6B868C
(107,134,140)
#627A80
(98,122,128)
#596E74
(89,110,116)
#506268
(80,98,104)
#47565C
(71,86,92)
#3E4A50
(62,74,80)
#353E44
(53,62,68)
#2C3238
(44,50,56)
#23262C
(35,38,44)
#1A1A20
(26,26,32)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #6B868C

#6B868C
(107,134,140)
#789196
(120,145,150)
#859CA0
(133,156,160)
#92A7AA
(146,167,170)
#9FB2B4
(159,178,180)
#ACBDBE
(172,189,190)
#B9C8C8
(185,200,200)
#C6D3D2
(198,211,210)
#D3DEDC
(211,222,220)
#E0E9E6
(224,233,230)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B868C; }

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

This text font color is #6B868C.

Background Color

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

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

This div background color is #6B868C.

Border color

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

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

This div border color is #6B868C.

Opacity

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

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

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

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

This text has shadow with #6B868C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B868C.

Preview

Color preview on black background

This text has color #6B868C on black background.


Color preview on white background

This text has color #6B868C on white background.


Black color preview on #6B868C background

This text has black color on #6B868C background.


White color preview on #6B868C background

This text has white color on #6B868C background.


Related colors

Complementary color

Complementary color for #hex is #947973.


I love getcolorcode.com

Triadic colors

1 #8C6B86 and #868C6B with #6B868C are triadic colors.

2 #8C866B and #866B8C with #6B868C are triadic colors.