COLOR #6B818F

HEX: #6B818F
RGB: (107,129,143)

Color info

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

RGB color model

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

  • red value is 107;
  • green value is 129;
  • blue value is 143.
RGB:
(107,129,143)
(42%,51%,56%)

RGB channels and saturation

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

107
129
143

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

Portions of RGB colors in percentages

R + G + B =
107 + 129 + 143 = 379 (100%)
R 107 of 379 ~ 28.23%
G 129 of 379 ~ 34.04%
B 143 of 379 ~ 37.73%

%28.23
%34.04
%37.73

CMYK color model

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

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

CMYK percentages

%25.17
%9.79
%0
%43.92

Codes

Color #6B818F in popluar color models

6B818F
RGB107129143
HSL203°14.40%49.02%
HSB/HSV203°25.17%56.08%
CMYK25.17%9.79%0.00%
43.92%

Color #6B818F in popluar number systems.

HEX6B818F
Decimal107129143
Binary11010111000000110001111
Octal153201217

Shades and tints

Shades of #6B818F

#6B818F
(107,129,143)
#627682
(98,118,130)
#596B75
(89,107,117)
#506068
(80,96,104)
#47555B
(71,85,91)
#3E4A4E
(62,74,78)
#353F41
(53,63,65)
#2C3434
(44,52,52)
#232927
(35,41,39)
#1A1E1A
(26,30,26)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #6B818F

#6B818F
(107,129,143)
#788C99
(120,140,153)
#8597A3
(133,151,163)
#92A2AD
(146,162,173)
#9FADB7
(159,173,183)
#ACB8C1
(172,184,193)
#B9C3CB
(185,195,203)
#C6CED5
(198,206,213)
#D3D9DF
(211,217,223)
#E0E4E9
(224,228,233)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B818F; }

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

This text font color is #6B818F.


Background Color

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

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

This div background color is #6B818F.


Border color

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

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

This div border color is #6B818F.


Opacity

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

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

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

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

This text has shadow with #6B818F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B818F on black background.


Color preview on white background

This text has color #6B818F on white background.



Black color preview on #6B818F background

This text has black color on #6B818F background.


White color preview on #6B818F background

This text has white color on #6B818F background.