COLOR #6991A9

HEX: #6991A9
RGB: (105,145,169)

Color info

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

RGB color model

#6991A9 color RGB value is (105,145,169).

  • red value is 105;
  • green value is 145;
  • blue value is 169.
RGB:
(105,145,169)
(41%,57%,66%)

RGB channels and saturation

R 105 of 255 = 41%
G 145 of 255 = 57%
B 169 of 255 = 66%

105
145
169

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

Portions of RGB colors in percentages

R + G + B =
105 + 145 + 169 = 419 (100%)
R 105 of 419 ~ 25.06%
G 145 of 419 ~ 34.61%
B 169 of 419 ~ 40.33%

%25.06
%34.61
%40.33

CMYK color model

#6991A9 color CMYK value is (38,14,0,34).

  • cyan value is 37.87%
  • magenta value is 14.20%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(38,14,0,34)
C38M14Y0K34 
(38%,14%,0%,34%)
(0.38/0.14/0.00/0.34)	

CMYK percentages

%37.87
%14.2
%0
%33.73

Codes

Color #6991A9 in popluar color models

6991A9
RGB105145169
HSL203°27.12%53.73%
HSB/HSV203°37.87%66.27%
CMYK37.87%14.20%0.00%
33.73%

Color #6991A9 in popluar number systems.

HEX6991A9
Decimal105145169
Binary11010011001000110101001
Octal151221251

Shades and tints

Shades of #6991A9

#6991A9
(105,145,169)
#60849A
(96,132,154)
#57778B
(87,119,139)
#4E6A7C
(78,106,124)
#455D6D
(69,93,109)
#3C505E
(60,80,94)
#33434F
(51,67,79)
#2A3640
(42,54,64)
#212931
(33,41,49)
#181C22
(24,28,34)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #6991A9

#6991A9
(105,145,169)
#769BB0
(118,155,176)
#83A5B7
(131,165,183)
#90AFBE
(144,175,190)
#9DB9C5
(157,185,197)
#AAC3CC
(170,195,204)
#B7CDD3
(183,205,211)
#C4D7DA
(196,215,218)
#D1E1E1
(209,225,225)
#DEEBE8
(222,235,232)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6991A9 color. Also use rgb(105,145,169) instead hex code.

Text Font Color

.myTextColor { color: #6991A9; }

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

This text font color is #6991A9.


Background Color

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

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

This div background color is #6991A9.


Border color

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

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

This div border color is #6991A9.


Opacity

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

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

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

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

This text has shadow with #6991A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6991A9 on black background.


Color preview on white background

This text has color #6991A9 on white background.



Black color preview on #6991A9 background

This text has black color on #6991A9 background.


White color preview on #6991A9 background

This text has white color on #6991A9 background.