COLOR #6996A8

HEX: #6996A8 RGB: (105,150,168)

Color info

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

RGB color model

#6996A8 color RGB value is (105,150,168).

RGB: (105,150,168) (41%, 59%, 66%)

RGB channels and saturation

R 105 of 255 = 41%
G 150 of 255 = 59%
B 168 of 255 = 66%

105
150
168

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

Portions of RGB colors in percentages

R + G + B = 105 + 150 + 168 = 423 (100%)
R 105 of 423 ~ 24.82%
G 150 of 423 ~ 35.46%
B 168 of 423 ~ 39.72'%

%24.82
%35.46
%39.72

CMYK color model

#6996A8 color CMYK value is (38,11,0,34).

  • cyan value is 37.50%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (38,11,0,34)
C38M11Y0K34 (38%, 11%, 0%, 34%)
(0.38 / 0.11 / 0.00 / 0.34)

CMYK percentages

%37.5
%10.71
%0
%34.12

Codes

Color #6996A8 in popluar color models

69 96 A8
RGB 105 150 168
HSL 197° 26.58% 53.53%
HSB/HSV 197° 37.50% 65.88%
CMYK 37.50% 10.71% 0.00%
34.12%

Color #6996A8 in popluar number systems.

HEX 69 96 A8
Decimal 105 150 168
Binary 1101001 10010110 10101000
Octal 151 226 250

Shades and tints

Shades of #6996A8

#6996A8
(105,150,168)
#608999
(96,137,153)
#577C8A
(87,124,138)
#4E6F7B
(78,111,123)
#45626C
(69,98,108)
#3C555D
(60,85,93)
#33484E
(51,72,78)
#2A3B3F
(42,59,63)
#212E30
(33,46,48)
#182121
(24,33,33)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #6996A8

#6996A8
(105,150,168)
#769FAF
(118,159,175)
#83A8B6
(131,168,182)
#90B1BD
(144,177,189)
#9DBAC4
(157,186,196)
#AAC3CB
(170,195,203)
#B7CCD2
(183,204,210)
#C4D5D9
(196,213,217)
#D1DEE0
(209,222,224)
#DEE7E7
(222,231,231)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6996A8; }

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

This text font color is #6996A8.

Background Color

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

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

This div background color is #6996A8.

Border color

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

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

This div border color is #6996A8.

Opacity

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

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

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

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

This text has shadow with #6996A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6996A8.

Preview

Color preview on black background

This text has color #6996A8 on black background.


Color preview on white background

This text has color #6996A8 on white background.


Black color preview on #6996A8 background

This text has black color on #6996A8 background.


White color preview on #6996A8 background

This text has white color on #6996A8 background.


Related colors

Complementary color

Complementary color for #hex is #966957.


I love getcolorcode.com

Triadic colors

1 #A86996 and #96A869 with #6996A8 are triadic colors.

2 #A89669 and #9669A8 with #6996A8 are triadic colors.