COLOR #6681AA

HEX: #6681AA
RGB: (102,129,170)

Color info

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

RGB color model

#6681AA color RGB value is (102,129,170).

  • red value is 102;
  • green value is 129;
  • blue value is 170.
RGB:
(102,129,170)
(40%,51%,67%)

RGB channels and saturation

R 102 of 255 = 40%
G 129 of 255 = 51%
B 170 of 255 = 67%

102
129
170

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

Portions of RGB colors in percentages

R + G + B =
102 + 129 + 170 = 401 (100%)
R 102 of 401 ~ 25.44%
G 129 of 401 ~ 32.17%
B 170 of 401 ~ 42.39%

%25.44
%32.17
%42.39

CMYK color model

#6681AA color CMYK value is (40,24,0,33).

  • cyan value is 40.00%
  • magenta value is 24.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(40,24,0,33)
C40M24Y0K33 
(40%,24%,0%,33%)
(0.40/0.24/0.00/0.33)	

CMYK percentages

%40
%24.12
%0
%33.33

Codes

Color #6681AA in popluar color models

6681AA
RGB102129170
HSL216°28.57%53.33%
HSB/HSV216°40.00%66.67%
CMYK40.00%24.12%0.00%
33.33%

Color #6681AA in popluar number systems.

HEX6681AA
Decimal102129170
Binary11001101000000110101010
Octal146201252

Shades and tints

Shades of #6681AA

#6681AA
(102,129,170)
#5D769B
(93,118,155)
#546B8C
(84,107,140)
#4B607D
(75,96,125)
#42556E
(66,85,110)
#394A5F
(57,74,95)
#303F50
(48,63,80)
#273441
(39,52,65)
#1E2932
(30,41,50)
#151E23
(21,30,35)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #6681AA

#6681AA
(102,129,170)
#738CB1
(115,140,177)
#8097B8
(128,151,184)
#8DA2BF
(141,162,191)
#9AADC6
(154,173,198)
#A7B8CD
(167,184,205)
#B4C3D4
(180,195,212)
#C1CEDB
(193,206,219)
#CED9E2
(206,217,226)
#DBE4E9
(219,228,233)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6681AA color. Also use rgb(102,129,170) instead hex code.

Text Font Color

.myTextColor { color: #6681AA; }

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

This text font color is #6681AA.


Background Color

.myBgColor { background-color: #6681AA; }

<div style="background-color:#6681AA">Inner text</div>

This div background color is #6681AA.


Border color

.myBorderColor { border: 1px solid #6681AA; }

<div style="border:3px solid #6681AA">Div</div>

This div border color is #6681AA.


Opacity

.myOpacity80 { color: #6681AA; opacity: 0.8; }

<p style="color:#6681AA;opacity:0.8;">80%</p>

Text with #6681AA 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 #6681AA;}

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

This text has shadow with #6681AA color.

.textShadow {text-shadow: 3px 3px 1px #6681AA, 3px 3px 1px red;}

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

This text has shadow with #6681AA primary color and red secondary color.


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

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

This text has shadow with #6681AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6681AA on black background.


Color preview on white background

This text has color #6681AA on white background.



Black color preview on #6681AA background

This text has black color on #6681AA background.


White color preview on #6681AA background

This text has white color on #6681AA background.