COLOR #6993AC

HEX: #6993AC
RGB: (105,147,172)

Color info

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

RGB color model

#6993AC color RGB value is (105,147,172).

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

RGB channels and saturation

R 105 of 255 = 41%
G 147 of 255 = 58%
B 172 of 255 = 67%

105
147
172

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

Portions of RGB colors in percentages

R + G + B =
105 + 147 + 172 = 424 (100%)
R 105 of 424 ~ 24.76%
G 147 of 424 ~ 34.67%
B 172 of 424 ~ 40.57%

%24.76
%34.67
%40.57

CMYK color model

#6993AC color CMYK value is (39,15,0,33).

  • cyan value is 38.95%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(39,15,0,33)
C39M15Y0K33 
(39%,15%,0%,33%)
(0.39/0.15/0.00/0.33)	

CMYK percentages

%38.95
%14.53
%0
%32.55

Codes

Color #6993AC in popluar color models

6993AC
RGB105147172
HSL202°28.76%54.31%
HSB/HSV202°38.95%67.45%
CMYK38.95%14.53%0.00%
32.55%

Color #6993AC in popluar number systems.

HEX6993AC
Decimal105147172
Binary11010011001001110101100
Octal151223254

Shades and tints

Shades of #6993AC

#6993AC
(105,147,172)
#60869D
(96,134,157)
#57798E
(87,121,142)
#4E6C7F
(78,108,127)
#455F70
(69,95,112)
#3C5261
(60,82,97)
#334552
(51,69,82)
#2A3843
(42,56,67)
#212B34
(33,43,52)
#181E25
(24,30,37)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #6993AC

#6993AC
(105,147,172)
#769CB3
(118,156,179)
#83A5BA
(131,165,186)
#90AEC1
(144,174,193)
#9DB7C8
(157,183,200)
#AAC0CF
(170,192,207)
#B7C9D6
(183,201,214)
#C4D2DD
(196,210,221)
#D1DBE4
(209,219,228)
#DEE4EB
(222,228,235)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6993AC; }

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

This text font color is #6993AC.


Background Color

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

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

This div background color is #6993AC.


Border color

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

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

This div border color is #6993AC.


Opacity

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

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

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

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

This text has shadow with #6993AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6993AC on black background.


Color preview on white background

This text has color #6993AC on white background.



Black color preview on #6993AC background

This text has black color on #6993AC background.


White color preview on #6993AC background

This text has white color on #6993AC background.