COLOR #6B8DB6

HEX: #6B8DB6
RGB: (107,141,182)

Color info

#6B8DB6 contains mainly green and blue colors. Web safe color of #6B8DB6 is #6699CC (or #69C).

RGB color model

#6B8DB6 color RGB value is (107,141,182).

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

RGB channels and saturation

R 107 of 255 = 42%
G 141 of 255 = 55%
B 182 of 255 = 71%

107
141
182

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

Portions of RGB colors in percentages

R + G + B =
107 + 141 + 182 = 430 (100%)
R 107 of 430 ~ 24.88%
G 141 of 430 ~ 32.79%
B 182 of 430 ~ 42.33%

%24.88
%32.79
%42.33

CMYK color model

#6B8DB6 color CMYK value is (41,23,0,29).

  • cyan value is 41.21%
  • magenta value is 22.53%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(41,23,0,29)
C41M23Y0K29 
(41%,23%,0%,29%)
(0.41/0.23/0.00/0.29)	

CMYK percentages

%41.21
%22.53
%0
%28.63

Codes

Color #6B8DB6 in popluar color models

6B8DB6
RGB107141182
HSL213°33.94%56.67%
HSB/HSV213°41.21%71.37%
CMYK41.21%22.53%0.00%
28.63%

Color #6B8DB6 in popluar number systems.

HEX6B8DB6
Decimal107141182
Binary11010111000110110110110
Octal153215266

Shades and tints

Shades of #6B8DB6

#6B8DB6
(107,141,182)
#6281A6
(98,129,166)
#597596
(89,117,150)
#506986
(80,105,134)
#475D76
(71,93,118)
#3E5166
(62,81,102)
#354556
(53,69,86)
#2C3946
(44,57,70)
#232D36
(35,45,54)
#1A2126
(26,33,38)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #6B8DB6

#6B8DB6
(107,141,182)
#7897BC
(120,151,188)
#85A1C2
(133,161,194)
#92ABC8
(146,171,200)
#9FB5CE
(159,181,206)
#ACBFD4
(172,191,212)
#B9C9DA
(185,201,218)
#C6D3E0
(198,211,224)
#D3DDE6
(211,221,230)
#E0E7EC
(224,231,236)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8DB6; }

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

This text font color is #6B8DB6.


Background Color

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

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

This div background color is #6B8DB6.


Border color

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

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

This div border color is #6B8DB6.


Opacity

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

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

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

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

This text has shadow with #6B8DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8DB6 on black background.


Color preview on white background

This text has color #6B8DB6 on white background.



Black color preview on #6B8DB6 background

This text has black color on #6B8DB6 background.


White color preview on #6B8DB6 background

This text has white color on #6B8DB6 background.