COLOR #6994B2

HEX: #6994B2
RGB: (105,148,178)

Color info

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

RGB color model

#6994B2 color RGB value is (105,148,178).

  • red value is 105;
  • green value is 148;
  • blue value is 178.
RGB:
(105,148,178)
(41%,58%,70%)

RGB channels and saturation

R 105 of 255 = 41%
G 148 of 255 = 58%
B 178 of 255 = 70%

105
148
178

R + G + B ~ 56%. #6994B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 148 + 178 = 431 (100%)
R 105 of 431 ~ 24.36%
G 148 of 431 ~ 34.34%
B 178 of 431 ~ 41.3%

%24.36
%34.34
%41.3

CMYK color model

#6994B2 color CMYK value is (41,17,0,30).

  • cyan value is 41.01%
  • magenta value is 16.85%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(41,17,0,30)
C41M17Y0K30 
(41%,17%,0%,30%)
(0.41/0.17/0.00/0.30)	

CMYK percentages

%41.01
%16.85
%0
%30.2

Codes

Color #6994B2 in popluar color models

6994B2
RGB105148178
HSL205°32.16%55.49%
HSB/HSV205°41.01%69.80%
CMYK41.01%16.85%0.00%
30.20%

Color #6994B2 in popluar number systems.

HEX6994B2
Decimal105148178
Binary11010011001010010110010
Octal151224262

Shades and tints

Shades of #6994B2

#6994B2
(105,148,178)
#6087A2
(96,135,162)
#577A92
(87,122,146)
#4E6D82
(78,109,130)
#456072
(69,96,114)
#3C5362
(60,83,98)
#334652
(51,70,82)
#2A3942
(42,57,66)
#212C32
(33,44,50)
#181F22
(24,31,34)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #6994B2

#6994B2
(105,148,178)
#769DB9
(118,157,185)
#83A6C0
(131,166,192)
#90AFC7
(144,175,199)
#9DB8CE
(157,184,206)
#AAC1D5
(170,193,213)
#B7CADC
(183,202,220)
#C4D3E3
(196,211,227)
#D1DCEA
(209,220,234)
#DEE5F1
(222,229,241)
#EBEEF8
(235,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6994B2 color. Also use rgb(105,148,178) instead hex code.

Text Font Color

.myTextColor { color: #6994B2; }

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

This text font color is #6994B2.


Background Color

.myBgColor { background-color: #6994B2; }

<div style="background-color:#6994B2">Inner text</div>

This div background color is #6994B2.


Border color

.myBorderColor { border: 1px solid #6994B2; }

<div style="border:3px solid #6994B2">Div</div>

This div border color is #6994B2.


Opacity

.myOpacity80 { color: #6994B2; opacity: 0.8; }

<p style="color:#6994B2;opacity:0.8;">80%</p>

Text with #6994B2 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 #6994B2;}

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

This text has shadow with #6994B2 color.

.textShadow {text-shadow: 3px 3px 1px #6994B2, 3px 3px 1px red;}

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

This text has shadow with #6994B2 primary color and red secondary color.


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

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

This text has shadow with #6994B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6994B2 on black background.


Color preview on white background

This text has color #6994B2 on white background.



Black color preview on #6994B2 background

This text has black color on #6994B2 background.


White color preview on #6994B2 background

This text has white color on #6994B2 background.