COLOR #6C87AC

HEX: #6C87AC
RGB: (108,135,172)

Color info

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

RGB color model

#6C87AC color RGB value is (108,135,172).

  • red value is 108;
  • green value is 135;
  • blue value is 172.
RGB:
(108,135,172)
(42%,53%,67%)

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 172 of 255 = 67%

108
135
172

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

Portions of RGB colors in percentages

R + G + B =
108 + 135 + 172 = 415 (100%)
R 108 of 415 ~ 26.02%
G 135 of 415 ~ 32.53%
B 172 of 415 ~ 41.45%

%26.02
%32.53
%41.45

CMYK color model

#6C87AC color CMYK value is (37,22,0,33).

  • cyan value is 37.21%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(37,22,0,33)
C37M22Y0K33 
(37%,22%,0%,33%)
(0.37/0.22/0.00/0.33)	

CMYK percentages

%37.21
%21.51
%0
%32.55

Codes

Color #6C87AC in popluar color models

6C87AC
RGB108135172
HSL215°27.83%54.90%
HSB/HSV215°37.21%67.45%
CMYK37.21%21.51%0.00%
32.55%

Color #6C87AC in popluar number systems.

HEX6C87AC
Decimal108135172
Binary11011001000011110101100
Octal154207254

Shades and tints

Shades of #6C87AC

#6C87AC
(108,135,172)
#637B9D
(99,123,157)
#5A6F8E
(90,111,142)
#51637F
(81,99,127)
#485770
(72,87,112)
#3F4B61
(63,75,97)
#363F52
(54,63,82)
#2D3343
(45,51,67)
#242734
(36,39,52)
#1B1B25
(27,27,37)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #6C87AC

#6C87AC
(108,135,172)
#7991B3
(121,145,179)
#869BBA
(134,155,186)
#93A5C1
(147,165,193)
#A0AFC8
(160,175,200)
#ADB9CF
(173,185,207)
#BAC3D6
(186,195,214)
#C7CDDD
(199,205,221)
#D4D7E4
(212,215,228)
#E1E1EB
(225,225,235)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C87AC color. Also use rgb(108,135,172) instead hex code.

Text Font Color

.myTextColor { color: #6C87AC; }

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

This text font color is #6C87AC.


Background Color

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

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

This div background color is #6C87AC.


Border color

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

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

This div border color is #6C87AC.


Opacity

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

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

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

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

This text has shadow with #6C87AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C87AC on black background.


Color preview on white background

This text has color #6C87AC on white background.



Black color preview on #6C87AC background

This text has black color on #6C87AC background.


White color preview on #6C87AC background

This text has white color on #6C87AC background.