COLOR #6B818C

HEX: #6B818C
RGB: (107,129,140)

Color info

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

RGB color model

#6B818C color RGB value is (107,129,140).

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

RGB channels and saturation

R 107 of 255 = 42%
G 129 of 255 = 51%
B 140 of 255 = 55%

107
129
140

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

Portions of RGB colors in percentages

R + G + B =
107 + 129 + 140 = 376 (100%)
R 107 of 376 ~ 28.46%
G 129 of 376 ~ 34.31%
B 140 of 376 ~ 37.23%

%28.46
%34.31
%37.23

CMYK color model

#6B818C color CMYK value is (24,8,0,45).

  • cyan value is 23.57%
  • magenta value is 7.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(24,8,0,45)
C24M8Y0K45 
(24%,8%,0%,45%)
(0.24/0.08/0.00/0.45)	

CMYK percentages

%23.57
%7.86
%0
%45.1

Codes

Color #6B818C in popluar color models

6B818C
RGB107129140
HSL200°13.36%48.43%
HSB/HSV200°23.57%54.90%
CMYK23.57%7.86%0.00%
45.10%

Color #6B818C in popluar number systems.

HEX6B818C
Decimal107129140
Binary11010111000000110001100
Octal153201214

Shades and tints

Shades of #6B818C

#6B818C
(107,129,140)
#627680
(98,118,128)
#596B74
(89,107,116)
#506068
(80,96,104)
#47555C
(71,85,92)
#3E4A50
(62,74,80)
#353F44
(53,63,68)
#2C3438
(44,52,56)
#23292C
(35,41,44)
#1A1E20
(26,30,32)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #6B818C

#6B818C
(107,129,140)
#788C96
(120,140,150)
#8597A0
(133,151,160)
#92A2AA
(146,162,170)
#9FADB4
(159,173,180)
#ACB8BE
(172,184,190)
#B9C3C8
(185,195,200)
#C6CED2
(198,206,210)
#D3D9DC
(211,217,220)
#E0E4E6
(224,228,230)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B818C; }

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

This text font color is #6B818C.


Background Color

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

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

This div background color is #6B818C.


Border color

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

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

This div border color is #6B818C.


Opacity

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

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

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

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

This text has shadow with #6B818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B818C on black background.


Color preview on white background

This text has color #6B818C on white background.



Black color preview on #6B818C background

This text has black color on #6B818C background.


White color preview on #6B818C background

This text has white color on #6B818C background.