COLOR #6B8BAC

HEX: #6B8BAC
RGB: (107,139,172)

Color info

#6B8BAC contains mainly green and blue colors. Web safe color of #6B8BAC is #669999 (or #699).

RGB color model

#6B8BAC color RGB value is (107,139,172).

  • red value is 107;
  • green value is 139;
  • blue value is 172.
RGB:
(107,139,172)
(42%,55%,67%)

RGB channels and saturation

R 107 of 255 = 42%
G 139 of 255 = 55%
B 172 of 255 = 67%

107
139
172

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

Portions of RGB colors in percentages

R + G + B =
107 + 139 + 172 = 418 (100%)
R 107 of 418 ~ 25.6%
G 139 of 418 ~ 33.25%
B 172 of 418 ~ 41.15%

%25.6
%33.25
%41.15

CMYK color model

#6B8BAC color CMYK value is (38,19,0,33).

  • cyan value is 37.79%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(38,19,0,33)
C38M19Y0K33 
(38%,19%,0%,33%)
(0.38/0.19/0.00/0.33)	

CMYK percentages

%37.79
%19.19
%0
%32.55

Codes

Color #6B8BAC in popluar color models

6B8BAC
RGB107139172
HSL210°28.14%54.71%
HSB/HSV210°37.79%67.45%
CMYK37.79%19.19%0.00%
32.55%

Color #6B8BAC in popluar number systems.

HEX6B8BAC
Decimal107139172
Binary11010111000101110101100
Octal153213254

Shades and tints

Shades of #6B8BAC

#6B8BAC
(107,139,172)
#627F9D
(98,127,157)
#59738E
(89,115,142)
#50677F
(80,103,127)
#475B70
(71,91,112)
#3E4F61
(62,79,97)
#354352
(53,67,82)
#2C3743
(44,55,67)
#232B34
(35,43,52)
#1A1F25
(26,31,37)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #6B8BAC

#6B8BAC
(107,139,172)
#7895B3
(120,149,179)
#859FBA
(133,159,186)
#92A9C1
(146,169,193)
#9FB3C8
(159,179,200)
#ACBDCF
(172,189,207)
#B9C7D6
(185,199,214)
#C6D1DD
(198,209,221)
#D3DBE4
(211,219,228)
#E0E5EB
(224,229,235)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8BAC; }

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

This text font color is #6B8BAC.


Background Color

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

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

This div background color is #6B8BAC.


Border color

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

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

This div border color is #6B8BAC.


Opacity

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

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

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

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

This text has shadow with #6B8BAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8BAC on black background.


Color preview on white background

This text has color #6B8BAC on white background.



Black color preview on #6B8BAC background

This text has black color on #6B8BAC background.


White color preview on #6B8BAC background

This text has white color on #6B8BAC background.