COLOR #6C8ABB

HEX: #6C8ABB
RGB: (108,138,187)

Color info

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

RGB color model

#6C8ABB color RGB value is (108,138,187).

  • red value is 108;
  • green value is 138;
  • blue value is 187.
RGB:
(108,138,187)
(42%,54%,73%)

RGB channels and saturation

R 108 of 255 = 42%
G 138 of 255 = 54%
B 187 of 255 = 73%

108
138
187

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

Portions of RGB colors in percentages

R + G + B =
108 + 138 + 187 = 433 (100%)
R 108 of 433 ~ 24.94%
G 138 of 433 ~ 31.87%
B 187 of 433 ~ 43.19%

%24.94
%31.87
%43.19

CMYK color model

#6C8ABB color CMYK value is (42,26,0,27).

  • cyan value is 42.25%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(42,26,0,27)
C42M26Y0K27 
(42%,26%,0%,27%)
(0.42/0.26/0.00/0.27)	

CMYK percentages

%42.25
%26.2
%0
%26.67

Codes

Color #6C8ABB in popluar color models

6C8ABB
RGB108138187
HSL217°36.74%57.84%
HSB/HSV217°42.25%73.33%
CMYK42.25%26.20%0.00%
26.67%

Color #6C8ABB in popluar number systems.

HEX6C8ABB
Decimal108138187
Binary11011001000101010111011
Octal154212273

Shades and tints

Shades of #6C8ABB

#6C8ABB
(108,138,187)
#637EAA
(99,126,170)
#5A7299
(90,114,153)
#516688
(81,102,136)
#485A77
(72,90,119)
#3F4E66
(63,78,102)
#364255
(54,66,85)
#2D3644
(45,54,68)
#242A33
(36,42,51)
#1B1E22
(27,30,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #6C8ABB

#6C8ABB
(108,138,187)
#7994C1
(121,148,193)
#869EC7
(134,158,199)
#93A8CD
(147,168,205)
#A0B2D3
(160,178,211)
#ADBCD9
(173,188,217)
#BAC6DF
(186,198,223)
#C7D0E5
(199,208,229)
#D4DAEB
(212,218,235)
#E1E4F1
(225,228,241)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8ABB color. Also use rgb(108,138,187) instead hex code.

Text Font Color

.myTextColor { color: #6C8ABB; }

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

This text font color is #6C8ABB.


Background Color

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

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

This div background color is #6C8ABB.


Border color

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

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

This div border color is #6C8ABB.


Opacity

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

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

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

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

This text has shadow with #6C8ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8ABB on black background.


Color preview on white background

This text has color #6C8ABB on white background.



Black color preview on #6C8ABB background

This text has black color on #6C8ABB background.


White color preview on #6C8ABB background

This text has white color on #6C8ABB background.