COLOR #6C8EB1

HEX: #6C8EB1
RGB: (108,142,177)

Color info

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

RGB color model

#6C8EB1 color RGB value is (108,142,177).

  • red value is 108;
  • green value is 142;
  • blue value is 177.
RGB:
(108,142,177)
(42%,56%,69%)

RGB channels and saturation

R 108 of 255 = 42%
G 142 of 255 = 56%
B 177 of 255 = 69%

108
142
177

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

Portions of RGB colors in percentages

R + G + B =
108 + 142 + 177 = 427 (100%)
R 108 of 427 ~ 25.29%
G 142 of 427 ~ 33.26%
B 177 of 427 ~ 41.45%

%25.29
%33.26
%41.45

CMYK color model

#6C8EB1 color CMYK value is (39,20,0,31).

  • cyan value is 38.98%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(39,20,0,31)
C39M20Y0K31 
(39%,20%,0%,31%)
(0.39/0.20/0.00/0.31)	

CMYK percentages

%38.98
%19.77
%0
%30.59

Codes

Color #6C8EB1 in popluar color models

6C8EB1
RGB108142177
HSL210°30.67%55.88%
HSB/HSV210°38.98%69.41%
CMYK38.98%19.77%0.00%
30.59%

Color #6C8EB1 in popluar number systems.

HEX6C8EB1
Decimal108142177
Binary11011001000111010110001
Octal154216261

Shades and tints

Shades of #6C8EB1

#6C8EB1
(108,142,177)
#6382A1
(99,130,161)
#5A7691
(90,118,145)
#516A81
(81,106,129)
#485E71
(72,94,113)
#3F5261
(63,82,97)
#364651
(54,70,81)
#2D3A41
(45,58,65)
#242E31
(36,46,49)
#1B2221
(27,34,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #6C8EB1

#6C8EB1
(108,142,177)
#7998B8
(121,152,184)
#86A2BF
(134,162,191)
#93ACC6
(147,172,198)
#A0B6CD
(160,182,205)
#ADC0D4
(173,192,212)
#BACADB
(186,202,219)
#C7D4E2
(199,212,226)
#D4DEE9
(212,222,233)
#E1E8F0
(225,232,240)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8EB1 color. Also use rgb(108,142,177) instead hex code.

Text Font Color

.myTextColor { color: #6C8EB1; }

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

This text font color is #6C8EB1.


Background Color

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

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

This div background color is #6C8EB1.


Border color

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

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

This div border color is #6C8EB1.


Opacity

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

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

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

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

This text has shadow with #6C8EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8EB1 on black background.


Color preview on white background

This text has color #6C8EB1 on white background.



Black color preview on #6C8EB1 background

This text has black color on #6C8EB1 background.


White color preview on #6C8EB1 background

This text has white color on #6C8EB1 background.