COLOR #6991A2

HEX: #6991A2
RGB: (105,145,162)

Color info

#6991A2 contains red, green and blue colors in about the same proportion. Web safe color of #6991A2 is #669999 (or #699).

RGB color model

#6991A2 color RGB value is (105,145,162).

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

RGB channels and saturation

R 105 of 255 = 41%
G 145 of 255 = 57%
B 162 of 255 = 64%

105
145
162

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

Portions of RGB colors in percentages

R + G + B =
105 + 145 + 162 = 412 (100%)
R 105 of 412 ~ 25.49%
G 145 of 412 ~ 35.19%
B 162 of 412 ~ 39.32%

%25.49
%35.19
%39.32

CMYK color model

#6991A2 color CMYK value is (35,10,0,36).

  • cyan value is 35.19%
  • magenta value is 10.49%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(35,10,0,36)
C35M10Y0K36 
(35%,10%,0%,36%)
(0.35/0.10/0.00/0.36)	

CMYK percentages

%35.19
%10.49
%0
%36.47

Codes

Color #6991A2 in popluar color models

6991A2
RGB105145162
HSL198°23.46%52.35%
HSB/HSV198°35.19%63.53%
CMYK35.19%10.49%0.00%
36.47%

Color #6991A2 in popluar number systems.

HEX6991A2
Decimal105145162
Binary11010011001000110100010
Octal151221242

Shades and tints

Shades of #6991A2

#6991A2
(105,145,162)
#608494
(96,132,148)
#577786
(87,119,134)
#4E6A78
(78,106,120)
#455D6A
(69,93,106)
#3C505C
(60,80,92)
#33434E
(51,67,78)
#2A3640
(42,54,64)
#212932
(33,41,50)
#181C24
(24,28,36)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #6991A2

#6991A2
(105,145,162)
#769BAA
(118,155,170)
#83A5B2
(131,165,178)
#90AFBA
(144,175,186)
#9DB9C2
(157,185,194)
#AAC3CA
(170,195,202)
#B7CDD2
(183,205,210)
#C4D7DA
(196,215,218)
#D1E1E2
(209,225,226)
#DEEBEA
(222,235,234)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6991A2; }

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

This text font color is #6991A2.


Background Color

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

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

This div background color is #6991A2.


Border color

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

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

This div border color is #6991A2.


Opacity

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

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

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

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

This text has shadow with #6991A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6991A2 on black background.


Color preview on white background

This text has color #6991A2 on white background.



Black color preview on #6991A2 background

This text has black color on #6991A2 background.


White color preview on #6991A2 background

This text has white color on #6991A2 background.