COLOR #6886AB

HEX: #6886AB
RGB: (104,134,171)

Color info

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

RGB color model

#6886AB color RGB value is (104,134,171).

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

RGB channels and saturation

R 104 of 255 = 41%
G 134 of 255 = 53%
B 171 of 255 = 67%

104
134
171

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

Portions of RGB colors in percentages

R + G + B =
104 + 134 + 171 = 409 (100%)
R 104 of 409 ~ 25.43%
G 134 of 409 ~ 32.76%
B 171 of 409 ~ 41.81%

%25.43
%32.76
%41.81

CMYK color model

#6886AB color CMYK value is (39,22,0,33).

  • cyan value is 39.18%
  • magenta value is 21.64%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(39,22,0,33)
C39M22Y0K33 
(39%,22%,0%,33%)
(0.39/0.22/0.00/0.33)	

CMYK percentages

%39.18
%21.64
%0
%32.94

Codes

Color #6886AB in popluar color models

6886AB
RGB104134171
HSL213°28.51%53.92%
HSB/HSV213°39.18%67.06%
CMYK39.18%21.64%0.00%
32.94%

Color #6886AB in popluar number systems.

HEX6886AB
Decimal104134171
Binary11010001000011010101011
Octal150206253

Shades and tints

Shades of #6886AB

#6886AB
(104,134,171)
#5F7A9C
(95,122,156)
#566E8D
(86,110,141)
#4D627E
(77,98,126)
#44566F
(68,86,111)
#3B4A60
(59,74,96)
#323E51
(50,62,81)
#293242
(41,50,66)
#202633
(32,38,51)
#171A24
(23,26,36)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #6886AB

#6886AB
(104,134,171)
#7591B2
(117,145,178)
#829CB9
(130,156,185)
#8FA7C0
(143,167,192)
#9CB2C7
(156,178,199)
#A9BDCE
(169,189,206)
#B6C8D5
(182,200,213)
#C3D3DC
(195,211,220)
#D0DEE3
(208,222,227)
#DDE9EA
(221,233,234)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6886AB; }

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

This text font color is #6886AB.


Background Color

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

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

This div background color is #6886AB.


Border color

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

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

This div border color is #6886AB.


Opacity

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

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

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

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

This text has shadow with #6886AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6886AB on black background.


Color preview on white background

This text has color #6886AB on white background.



Black color preview on #6886AB background

This text has black color on #6886AB background.


White color preview on #6886AB background

This text has white color on #6886AB background.