COLOR #6B8F8F

HEX: #6B8F8F RGB: (107,143,143)

Color info

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

RGB color model

#6B8F8F color RGB value is (107,143,143).

RGB: (107,143,143) (42%, 56%, 56%)

RGB channels and saturation

R 107 of 255 = 42%
G 143 of 255 = 56%
B 143 of 255 = 56%

107
143
143

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

Portions of RGB colors in percentages

R + G + B = 107 + 143 + 143 = 393 (100%)
R 107 of 393 ~ 27.23%
G 143 of 393 ~ 36.39%
B 143 of 393 ~ 36.39'%

%27.23
%36.39
%36.39

CMYK color model

#6B8F8F color CMYK value is (25,0,0,44).

  • cyan value is 25.17%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (25,0,0,44) C25M0Y0K44 (25%,0%,0%,44%) (0.25/0.00/0.00/0.44) 

CMYK percentages

%25.17
%0
%0
%43.92

Codes

Color #6B8F8F in popluar color models

6B 8F 8F
RGB 107 143 143
HSL 180° 14.40% 49.02%
HSB/HSV 180° 25.17% 56.08%
CMYK 25.17% 0.00% 0.00%
43.92%

Color #6B8F8F in popluar number systems.

HEX 6B 8F 8F
Decimal 107 143 143
Binary 1101011 10001111 10001111
Octal 153 217 217

Shades and tints

Shades of #6B8F8F

#6B8F8F
(107,143,143)
#628282
(98,130,130)
#597575
(89,117,117)
#506868
(80,104,104)
#475B5B
(71,91,91)
#3E4E4E
(62,78,78)
#354141
(53,65,65)
#2C3434
(44,52,52)
#232727
(35,39,39)
#1A1A1A
(26,26,26)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #6B8F8F

#6B8F8F
(107,143,143)
#789999
(120,153,153)
#85A3A3
(133,163,163)
#92ADAD
(146,173,173)
#9FB7B7
(159,183,183)
#ACC1C1
(172,193,193)
#B9CBCB
(185,203,203)
#C6D5D5
(198,213,213)
#D3DFDF
(211,223,223)
#E0E9E9
(224,233,233)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8F8F; }

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

This text font color is #6B8F8F.

Background Color

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

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

This div background color is #6B8F8F.

Border color

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

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

This div border color is #6B8F8F.

Opacity

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

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

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

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

This text has shadow with #6B8F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8F8F.

Preview

Color preview on black background

This text has color #6B8F8F on black background.


Color preview on white background

This text has color #6B8F8F on white background.


Black color preview on #6B8F8F background

This text has black color on #6B8F8F background.


White color preview on #6B8F8F background

This text has white color on #6B8F8F background.


Related colors

Complementary color

Complementary color for #hex is #947070.


I love getcolorcode.com