COLOR #6B788D

HEX: #6B788D
RGB: (107,120,141)

Color info

#6B788D contains red, green and blue colors in about the same proportion. Web safe color of #6B788D is #666699 (or #669).

RGB color model

#6B788D color RGB value is (107,120,141).

  • red value is 107;
  • green value is 120;
  • blue value is 141.
RGB:
(107,120,141)
(42%,47%,55%)

RGB channels and saturation

R 107 of 255 = 42%
G 120 of 255 = 47%
B 141 of 255 = 55%

107
120
141

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

Portions of RGB colors in percentages

R + G + B =
107 + 120 + 141 = 368 (100%)
R 107 of 368 ~ 29.08%
G 120 of 368 ~ 32.61%
B 141 of 368 ~ 38.32%

%29.08
%32.61
%38.32

CMYK color model

#6B788D color CMYK value is (24,15,0,45).

  • cyan value is 24.11%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(24,15,0,45)
C24M15Y0K45 
(24%,15%,0%,45%)
(0.24/0.15/0.00/0.45)	

CMYK percentages

%24.11
%14.89
%0
%44.71

Codes

Color #6B788D in popluar color models

6B788D
RGB107120141
HSL217°13.71%48.63%
HSB/HSV217°24.11%55.29%
CMYK24.11%14.89%0.00%
44.71%

Color #6B788D in popluar number systems.

HEX6B788D
Decimal107120141
Binary1101011111100010001101
Octal153170215

Shades and tints

Shades of #6B788D

#6B788D
(107,120,141)
#626E81
(98,110,129)
#596475
(89,100,117)
#505A69
(80,90,105)
#47505D
(71,80,93)
#3E4651
(62,70,81)
#353C45
(53,60,69)
#2C3239
(44,50,57)
#23282D
(35,40,45)
#1A1E21
(26,30,33)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #6B788D

#6B788D
(107,120,141)
#788497
(120,132,151)
#8590A1
(133,144,161)
#929CAB
(146,156,171)
#9FA8B5
(159,168,181)
#ACB4BF
(172,180,191)
#B9C0C9
(185,192,201)
#C6CCD3
(198,204,211)
#D3D8DD
(211,216,221)
#E0E4E7
(224,228,231)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B788D; }

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

This text font color is #6B788D.


Background Color

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

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

This div background color is #6B788D.


Border color

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

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

This div border color is #6B788D.


Opacity

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

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

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

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

This text has shadow with #6B788D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B788D on black background.


Color preview on white background

This text has color #6B788D on white background.



Black color preview on #6B788D background

This text has black color on #6B788D background.


White color preview on #6B788D background

This text has white color on #6B788D background.