COLOR #6991A8

HEX: #6991A8
RGB: (105,145,168)

Color info

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

RGB color model

#6991A8 color RGB value is (105,145,168).

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

RGB channels and saturation

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

105
145
168

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

Portions of RGB colors in percentages

R + G + B =
105 + 145 + 168 = 418 (100%)
R 105 of 418 ~ 25.12%
G 145 of 418 ~ 34.69%
B 168 of 418 ~ 40.19%

%25.12
%34.69
%40.19

CMYK color model

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

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

CMYK percentages

%37.5
%13.69
%0
%34.12

Codes

Color #6991A8 in popluar color models

6991A8
RGB105145168
HSL202°26.58%53.53%
HSB/HSV202°37.50%65.88%
CMYK37.50%13.69%0.00%
34.12%

Color #6991A8 in popluar number systems.

HEX6991A8
Decimal105145168
Binary11010011001000110101000
Octal151221250

Shades and tints

Shades of #6991A8

#6991A8
(105,145,168)
#608499
(96,132,153)
#57778A
(87,119,138)
#4E6A7B
(78,106,123)
#455D6C
(69,93,108)
#3C505D
(60,80,93)
#33434E
(51,67,78)
#2A363F
(42,54,63)
#212930
(33,41,48)
#181C21
(24,28,33)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #6991A8

#6991A8
(105,145,168)
#769BAF
(118,155,175)
#83A5B6
(131,165,182)
#90AFBD
(144,175,189)
#9DB9C4
(157,185,196)
#AAC3CB
(170,195,203)
#B7CDD2
(183,205,210)
#C4D7D9
(196,215,217)
#D1E1E0
(209,225,224)
#DEEBE7
(222,235,231)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6991A8; }

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

This text font color is #6991A8.


Background Color

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

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

This div background color is #6991A8.


Border color

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

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

This div border color is #6991A8.


Opacity

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

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

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

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

This text has shadow with #6991A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6991A8 on black background.


Color preview on white background

This text has color #6991A8 on white background.



Black color preview on #6991A8 background

This text has black color on #6991A8 background.


White color preview on #6991A8 background

This text has white color on #6991A8 background.