COLOR #6886A6

HEX: #6886A6
RGB: (104,134,166)

Color info

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

RGB color model

#6886A6 color RGB value is (104,134,166).

  • red value is 104;
  • green value is 134;
  • blue value is 166.
RGB:
(104,134,166)
(41%,53%,65%)

RGB channels and saturation

R 104 of 255 = 41%
G 134 of 255 = 53%
B 166 of 255 = 65%

104
134
166

R + G + B ~ 53%. #6886A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 134 + 166 = 404 (100%)
R 104 of 404 ~ 25.74%
G 134 of 404 ~ 33.17%
B 166 of 404 ~ 41.09%

%25.74
%33.17
%41.09

CMYK color model

#6886A6 color CMYK value is (37,19,0,35).

  • cyan value is 37.35%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(37,19,0,35)
C37M19Y0K35 
(37%,19%,0%,35%)
(0.37/0.19/0.00/0.35)	

CMYK percentages

%37.35
%19.28
%0
%34.9

Codes

Color #6886A6 in popluar color models

6886A6
RGB104134166
HSL211°25.83%52.94%
HSB/HSV211°37.35%65.10%
CMYK37.35%19.28%0.00%
34.90%

Color #6886A6 in popluar number systems.

HEX6886A6
Decimal104134166
Binary11010001000011010100110
Octal150206246

Shades and tints

Shades of #6886A6

#6886A6
(104,134,166)
#5F7A97
(95,122,151)
#566E88
(86,110,136)
#4D6279
(77,98,121)
#44566A
(68,86,106)
#3B4A5B
(59,74,91)
#323E4C
(50,62,76)
#29323D
(41,50,61)
#20262E
(32,38,46)
#171A1F
(23,26,31)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #6886A6

#6886A6
(104,134,166)
#7591AE
(117,145,174)
#829CB6
(130,156,182)
#8FA7BE
(143,167,190)
#9CB2C6
(156,178,198)
#A9BDCE
(169,189,206)
#B6C8D6
(182,200,214)
#C3D3DE
(195,211,222)
#D0DEE6
(208,222,230)
#DDE9EE
(221,233,238)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6886A6 color. Also use rgb(104,134,166) instead hex code.

Text Font Color

.myTextColor { color: #6886A6; }

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

This text font color is #6886A6.


Background Color

.myBgColor { background-color: #6886A6; }

<div style="background-color:#6886A6">Inner text</div>

This div background color is #6886A6.


Border color

.myBorderColor { border: 1px solid #6886A6; }

<div style="border:3px solid #6886A6">Div</div>

This div border color is #6886A6.


Opacity

.myOpacity80 { color: #6886A6; opacity: 0.8; }

<p style="color:#6886A6;opacity:0.8;">80%</p>

Text with #6886A6 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 #6886A6;}

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

This text has shadow with #6886A6 color.

.textShadow {text-shadow: 3px 3px 1px #6886A6, 3px 3px 1px red;}

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

This text has shadow with #6886A6 primary color and red secondary color.


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

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

This text has shadow with #6886A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6886A6 on black background.


Color preview on white background

This text has color #6886A6 on white background.



Black color preview on #6886A6 background

This text has black color on #6886A6 background.


White color preview on #6886A6 background

This text has white color on #6886A6 background.