COLOR #6686B6

HEX: #6686B6
RGB: (102,134,182)

Color info

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

RGB color model

#6686B6 color RGB value is (102,134,182).

  • red value is 102;
  • green value is 134;
  • blue value is 182.
RGB:
(102,134,182)
(40%,53%,71%)

RGB channels and saturation

R 102 of 255 = 40%
G 134 of 255 = 53%
B 182 of 255 = 71%

102
134
182

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

Portions of RGB colors in percentages

R + G + B =
102 + 134 + 182 = 418 (100%)
R 102 of 418 ~ 24.4%
G 134 of 418 ~ 32.06%
B 182 of 418 ~ 43.54%

%24.4
%32.06
%43.54

CMYK color model

#6686B6 color CMYK value is (44,26,0,29).

  • cyan value is 43.96%
  • magenta value is 26.37%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(44,26,0,29)
C44M26Y0K29 
(44%,26%,0%,29%)
(0.44/0.26/0.00/0.29)	

CMYK percentages

%43.96
%26.37
%0
%28.63

Codes

Color #6686B6 in popluar color models

6686B6
RGB102134182
HSL216°35.40%55.69%
HSB/HSV216°43.96%71.37%
CMYK43.96%26.37%0.00%
28.63%

Color #6686B6 in popluar number systems.

HEX6686B6
Decimal102134182
Binary11001101000011010110110
Octal146206266

Shades and tints

Shades of #6686B6

#6686B6
(102,134,182)
#5D7AA6
(93,122,166)
#546E96
(84,110,150)
#4B6286
(75,98,134)
#425676
(66,86,118)
#394A66
(57,74,102)
#303E56
(48,62,86)
#273246
(39,50,70)
#1E2636
(30,38,54)
#151A26
(21,26,38)
#0C0E16
(12,14,22)
#000000
(0,0,0)

Tints of #6686B6

#6686B6
(102,134,182)
#7391BC
(115,145,188)
#809CC2
(128,156,194)
#8DA7C8
(141,167,200)
#9AB2CE
(154,178,206)
#A7BDD4
(167,189,212)
#B4C8DA
(180,200,218)
#C1D3E0
(193,211,224)
#CEDEE6
(206,222,230)
#DBE9EC
(219,233,236)
#E8F4F2
(232,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6686B6 color. Also use rgb(102,134,182) instead hex code.

Text Font Color

.myTextColor { color: #6686B6; }

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

This text font color is #6686B6.


Background Color

.myBgColor { background-color: #6686B6; }

<div style="background-color:#6686B6">Inner text</div>

This div background color is #6686B6.


Border color

.myBorderColor { border: 1px solid #6686B6; }

<div style="border:3px solid #6686B6">Div</div>

This div border color is #6686B6.


Opacity

.myOpacity80 { color: #6686B6; opacity: 0.8; }

<p style="color:#6686B6;opacity:0.8;">80%</p>

Text with #6686B6 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 #6686B6;}

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

This text has shadow with #6686B6 color.

.textShadow {text-shadow: 3px 3px 1px #6686B6, 3px 3px 1px red;}

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

This text has shadow with #6686B6 primary color and red secondary color.


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

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

This text has shadow with #6686B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6686B6 on black background.


Color preview on white background

This text has color #6686B6 on white background.



Black color preview on #6686B6 background

This text has black color on #6686B6 background.


White color preview on #6686B6 background

This text has white color on #6686B6 background.