COLOR #6687B8

HEX: #6687B8
RGB: (102,135,184)

Color info

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

RGB color model

#6687B8 color RGB value is (102,135,184).

  • red value is 102;
  • green value is 135;
  • blue value is 184.
RGB:
(102,135,184)
(40%,53%,72%)

RGB channels and saturation

R 102 of 255 = 40%
G 135 of 255 = 53%
B 184 of 255 = 72%

102
135
184

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

Portions of RGB colors in percentages

R + G + B =
102 + 135 + 184 = 421 (100%)
R 102 of 421 ~ 24.23%
G 135 of 421 ~ 32.07%
B 184 of 421 ~ 43.71%

%24.23
%32.07
%43.71

CMYK color model

#6687B8 color CMYK value is (45,27,0,28).

  • cyan value is 44.57%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(45,27,0,28)
C45M27Y0K28 
(45%,27%,0%,28%)
(0.45/0.27/0.00/0.28)	

CMYK percentages

%44.57
%26.63
%0
%27.84

Codes

Color #6687B8 in popluar color models

6687B8
RGB102135184
HSL216°36.61%56.08%
HSB/HSV216°44.57%72.16%
CMYK44.57%26.63%0.00%
27.84%

Color #6687B8 in popluar number systems.

HEX6687B8
Decimal102135184
Binary11001101000011110111000
Octal146207270

Shades and tints

Shades of #6687B8

#6687B8
(102,135,184)
#5D7BA8
(93,123,168)
#546F98
(84,111,152)
#4B6388
(75,99,136)
#425778
(66,87,120)
#394B68
(57,75,104)
#303F58
(48,63,88)
#273348
(39,51,72)
#1E2738
(30,39,56)
#151B28
(21,27,40)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #6687B8

#6687B8
(102,135,184)
#7391BE
(115,145,190)
#809BC4
(128,155,196)
#8DA5CA
(141,165,202)
#9AAFD0
(154,175,208)
#A7B9D6
(167,185,214)
#B4C3DC
(180,195,220)
#C1CDE2
(193,205,226)
#CED7E8
(206,215,232)
#DBE1EE
(219,225,238)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6687B8 color. Also use rgb(102,135,184) instead hex code.

Text Font Color

.myTextColor { color: #6687B8; }

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

This text font color is #6687B8.


Background Color

.myBgColor { background-color: #6687B8; }

<div style="background-color:#6687B8">Inner text</div>

This div background color is #6687B8.


Border color

.myBorderColor { border: 1px solid #6687B8; }

<div style="border:3px solid #6687B8">Div</div>

This div border color is #6687B8.


Opacity

.myOpacity80 { color: #6687B8; opacity: 0.8; }

<p style="color:#6687B8;opacity:0.8;">80%</p>

Text with #6687B8 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 #6687B8;}

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

This text has shadow with #6687B8 color.

.textShadow {text-shadow: 3px 3px 1px #6687B8, 3px 3px 1px red;}

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

This text has shadow with #6687B8 primary color and red secondary color.


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

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

This text has shadow with #6687B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6687B8 on black background.


Color preview on white background

This text has color #6687B8 on white background.



Black color preview on #6687B8 background

This text has black color on #6687B8 background.


White color preview on #6687B8 background

This text has white color on #6687B8 background.