COLOR #6993BA

HEX: #6993BA
RGB: (105,147,186)

Color info

#6993BA contains mainly green and blue colors. Web safe color of #6993BA is #6699CC (or #69C).

RGB color model

#6993BA color RGB value is (105,147,186).

  • red value is 105;
  • green value is 147;
  • blue value is 186.
RGB:
(105,147,186)
(41%,58%,73%)

RGB channels and saturation

R 105 of 255 = 41%
G 147 of 255 = 58%
B 186 of 255 = 73%

105
147
186

R + G + B ~ 57%. #6993BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 147 + 186 = 438 (100%)
R 105 of 438 ~ 23.97%
G 147 of 438 ~ 33.56%
B 186 of 438 ~ 42.47%

%23.97
%33.56
%42.47

CMYK color model

#6993BA color CMYK value is (44,21,0,27).

  • cyan value is 43.55%
  • magenta value is 20.97%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(44,21,0,27)
C44M21Y0K27 
(44%,21%,0%,27%)
(0.44/0.21/0.00/0.27)	

CMYK percentages

%43.55
%20.97
%0
%27.06

Codes

Color #6993BA in popluar color models

6993BA
RGB105147186
HSL209°36.99%57.06%
HSB/HSV209°43.55%72.94%
CMYK43.55%20.97%0.00%
27.06%

Color #6993BA in popluar number systems.

HEX6993BA
Decimal105147186
Binary11010011001001110111010
Octal151223272

Shades and tints

Shades of #6993BA

#6993BA
(105,147,186)
#6086AA
(96,134,170)
#57799A
(87,121,154)
#4E6C8A
(78,108,138)
#455F7A
(69,95,122)
#3C526A
(60,82,106)
#33455A
(51,69,90)
#2A384A
(42,56,74)
#212B3A
(33,43,58)
#181E2A
(24,30,42)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #6993BA

#6993BA
(105,147,186)
#769CC0
(118,156,192)
#83A5C6
(131,165,198)
#90AECC
(144,174,204)
#9DB7D2
(157,183,210)
#AAC0D8
(170,192,216)
#B7C9DE
(183,201,222)
#C4D2E4
(196,210,228)
#D1DBEA
(209,219,234)
#DEE4F0
(222,228,240)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6993BA color. Also use rgb(105,147,186) instead hex code.

Text Font Color

.myTextColor { color: #6993BA; }

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

This text font color is #6993BA.


Background Color

.myBgColor { background-color: #6993BA; }

<div style="background-color:#6993BA">Inner text</div>

This div background color is #6993BA.


Border color

.myBorderColor { border: 1px solid #6993BA; }

<div style="border:3px solid #6993BA">Div</div>

This div border color is #6993BA.


Opacity

.myOpacity80 { color: #6993BA; opacity: 0.8; }

<p style="color:#6993BA;opacity:0.8;">80%</p>

Text with #6993BA 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 #6993BA;}

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

This text has shadow with #6993BA color.

.textShadow {text-shadow: 3px 3px 1px #6993BA, 3px 3px 1px red;}

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

This text has shadow with #6993BA primary color and red secondary color.


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

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

This text has shadow with #6993BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6993BA on black background.


Color preview on white background

This text has color #6993BA on white background.



Black color preview on #6993BA background

This text has black color on #6993BA background.


White color preview on #6993BA background

This text has white color on #6993BA background.