COLOR #6696AA

HEX: #6696AA
RGB: (102,150,170)

Color info

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

RGB color model

#6696AA color RGB value is (102,150,170).

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

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 170 of 255 = 67%

102
150
170

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

Portions of RGB colors in percentages

R + G + B =
102 + 150 + 170 = 422 (100%)
R 102 of 422 ~ 24.17%
G 150 of 422 ~ 35.55%
B 170 of 422 ~ 40.28%

%24.17
%35.55
%40.28

CMYK color model

#6696AA color CMYK value is (40,12,0,33).

  • cyan value is 40.00%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(40,12,0,33)
C40M12Y0K33 
(40%,12%,0%,33%)
(0.40/0.12/0.00/0.33)	

CMYK percentages

%40
%11.76
%0
%33.33

Codes

Color #6696AA in popluar color models

6696AA
RGB102150170
HSL198°28.57%53.33%
HSB/HSV198°40.00%66.67%
CMYK40.00%11.76%0.00%
33.33%

Color #6696AA in popluar number systems.

HEX6696AA
Decimal102150170
Binary11001101001011010101010
Octal146226252

Shades and tints

Shades of #6696AA

#6696AA
(102,150,170)
#5D899B
(93,137,155)
#547C8C
(84,124,140)
#4B6F7D
(75,111,125)
#42626E
(66,98,110)
#39555F
(57,85,95)
#304850
(48,72,80)
#273B41
(39,59,65)
#1E2E32
(30,46,50)
#152123
(21,33,35)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #6696AA

#6696AA
(102,150,170)
#739FB1
(115,159,177)
#80A8B8
(128,168,184)
#8DB1BF
(141,177,191)
#9ABAC6
(154,186,198)
#A7C3CD
(167,195,205)
#B4CCD4
(180,204,212)
#C1D5DB
(193,213,219)
#CEDEE2
(206,222,226)
#DBE7E9
(219,231,233)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6696AA; }

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

This text font color is #6696AA.


Background Color

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

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

This div background color is #6696AA.


Border color

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

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

This div border color is #6696AA.


Opacity

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

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

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

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

This text has shadow with #6696AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6696AA on black background.


Color preview on white background

This text has color #6696AA on white background.



Black color preview on #6696AA background

This text has black color on #6696AA background.


White color preview on #6696AA background

This text has white color on #6696AA background.