COLOR #6996A7

HEX: #6996A7 RGB: (105,150,167)

Color info

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

RGB color model

#6996A7 color RGB value is (105,150,167).

RGB: (105,150,167) (41%, 59%, 65%)

RGB channels and saturation

R 105 of 255 = 41%
G 150 of 255 = 59%
B 167 of 255 = 65%

105
150
167

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

Portions of RGB colors in percentages

R + G + B = 105 + 150 + 167 = 422 (100%)
R 105 of 422 ~ 24.88%
G 150 of 422 ~ 35.55%
B 167 of 422 ~ 39.57'%

%24.88
%35.55
%39.57

CMYK color model

#6996A7 color CMYK value is (37,10,0,35).

  • cyan value is 37.13%
  • magenta value is 10.18%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (37,10,0,35)
C37M10Y0K35 (37%, 10%, 0%, 35%)
(0.37 / 0.10 / 0.00 / 0.35)

CMYK percentages

%37.13
%10.18
%0
%34.51

Codes

Color #6996A7 in popluar color models

69 96 A7
RGB 105 150 167
HSL 196° 26.05% 53.33%
HSB/HSV 196° 37.13% 65.49%
CMYK 37.13% 10.18% 0.00%
34.51%

Color #6996A7 in popluar number systems.

HEX 69 96 A7
Decimal 105 150 167
Binary 1101001 10010110 10100111
Octal 151 226 247

Shades and tints

Shades of #6996A7

#6996A7
(105,150,167)
#608998
(96,137,152)
#577C89
(87,124,137)
#4E6F7A
(78,111,122)
#45626B
(69,98,107)
#3C555C
(60,85,92)
#33484D
(51,72,77)
#2A3B3E
(42,59,62)
#212E2F
(33,46,47)
#182120
(24,33,32)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #6996A7

#6996A7
(105,150,167)
#769FAF
(118,159,175)
#83A8B7
(131,168,183)
#90B1BF
(144,177,191)
#9DBAC7
(157,186,199)
#AAC3CF
(170,195,207)
#B7CCD7
(183,204,215)
#C4D5DF
(196,213,223)
#D1DEE7
(209,222,231)
#DEE7EF
(222,231,239)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6996A7 color. Also use rgb(105,150,167) instead hex code.

Text Font Color

.myTextColor { color: #6996A7; }

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

This text font color is #6996A7.

Background Color

.myBgColor { background-color: #6996A7; }

<div style="background-color:#6996A7">Inner text</div>

This div background color is #6996A7.

Border color

.myBorderColor { border: 1px solid #6996A7; }

<div style="border:3px solid #6996A7">Div</div>

This div border color is #6996A7.

Opacity

.myOpacity80 { color: #6996A7; opacity: 0.8; }

<p style="color:#6996A7;opacity:0.8;">80%</p>

Text with #6996A7 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 #6996A7;}

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

This text has shadow with #6996A7 color.


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

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

This text has shadow with #6996A7 primary color and red secondary color.


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

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

This text has shadow with #6996A7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6996A7.

Preview

Color preview on black background

This text has color #6996A7 on black background.


Color preview on white background

This text has color #6996A7 on white background.


Black color preview on #6996A7 background

This text has black color on #6996A7 background.


White color preview on #6996A7 background

This text has white color on #6996A7 background.


Related colors

Complementary color

Complementary color for #hex is #966958.


I love getcolorcode.com

Triadic colors

1 #A76996 and #96A769 with #6996A7 are triadic colors.

2 #A79669 and #9669A7 with #6996A7 are triadic colors.