COLOR #6697A9

HEX: #6697A9 RGB: (102,151,169)

Color info

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

RGB color model

#6697A9 color RGB value is (102,151,169).

RGB: (102,151,169) (40%, 59%, 66%)

RGB channels and saturation

R 102 of 255 = 40%
G 151 of 255 = 59%
B 169 of 255 = 66%

102
151
169

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

Portions of RGB colors in percentages

R + G + B = 102 + 151 + 169 = 422 (100%)
R 102 of 422 ~ 24.17%
G 151 of 422 ~ 35.78%
B 169 of 422 ~ 40.05'%

%24.17
%35.78
%40.05

CMYK color model

#6697A9 color CMYK value is (40,11,0,34).

  • cyan value is 39.64%
  • magenta value is 10.65%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (40,11,0,34)
C40M11Y0K34 (40%, 11%, 0%, 34%)
(0.40 / 0.11 / 0.00 / 0.34)

CMYK percentages

%39.64
%10.65
%0
%33.73

Codes

Color #6697A9 in popluar color models

66 97 A9
RGB 102 151 169
HSL 196° 28.03% 53.14%
HSB/HSV 196° 39.64% 66.27%
CMYK 39.64% 10.65% 0.00%
33.73%

Color #6697A9 in popluar number systems.

HEX 66 97 A9
Decimal 102 151 169
Binary 1100110 10010111 10101001
Octal 146 227 251

Shades and tints

Shades of #6697A9

#6697A9
(102,151,169)
#5D8A9A
(93,138,154)
#547D8B
(84,125,139)
#4B707C
(75,112,124)
#42636D
(66,99,109)
#39565E
(57,86,94)
#30494F
(48,73,79)
#273C40
(39,60,64)
#1E2F31
(30,47,49)
#152222
(21,34,34)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #6697A9

#6697A9
(102,151,169)
#73A0B0
(115,160,176)
#80A9B7
(128,169,183)
#8DB2BE
(141,178,190)
#9ABBC5
(154,187,197)
#A7C4CC
(167,196,204)
#B4CDD3
(180,205,211)
#C1D6DA
(193,214,218)
#CEDFE1
(206,223,225)
#DBE8E8
(219,232,232)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6697A9 color. Also use rgb(102,151,169) instead hex code.

Text Font Color

.myTextColor { color: #6697A9; }

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

This text font color is #6697A9.

Background Color

.myBgColor { background-color: #6697A9; }

<div style="background-color:#6697A9">Inner text</div>

This div background color is #6697A9.

Border color

.myBorderColor { border: 1px solid #6697A9; }

<div style="border:3px solid #6697A9">Div</div>

This div border color is #6697A9.

Opacity

.myOpacity80 { color: #6697A9; opacity: 0.8; }

<p style="color:#6697A9;opacity:0.8;">80%</p>

Text with #6697A9 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 #6697A9;}

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

This text has shadow with #6697A9 color.


.textShadow {text-shadow: 3px 3px 1px #6697A9', 3px 3px 1px red;}

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

This text has shadow with #6697A9 primary color and red secondary color.


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

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

This text has shadow with #6697A9 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6697A9; -webkit-box-shadow: 1px 1px 3px 2px #6697A9; box-shadow:1px 1px 3px 2px #6697A9;">
Div content here
</div>

This div box has shadow with color #6697A9.

Preview

Color preview on black background

This text has color #6697A9 on black background.


Color preview on white background

This text has color #6697A9 on white background.


Black color preview on #6697A9 background

This text has black color on #6697A9 background.


White color preview on #6697A9 background

This text has white color on #6697A9 background.


Related colors

Complementary color

Complementary color for #hex is #996856.


I love getcolorcode.com

Triadic colors

1 #A96697 and #97A966 with #6697A9 are triadic colors.

2 #A99766 and #9766A9 with #6697A9 are triadic colors.