COLOR #6992AC

HEX: #6992AC
RGB: (105,146,172)

Color info

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

RGB color model

#6992AC color RGB value is (105,146,172).

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

RGB channels and saturation

R 105 of 255 = 41%
G 146 of 255 = 57%
B 172 of 255 = 67%

105
146
172

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

Portions of RGB colors in percentages

R + G + B =
105 + 146 + 172 = 423 (100%)
R 105 of 423 ~ 24.82%
G 146 of 423 ~ 34.52%
B 172 of 423 ~ 40.66%

%24.82
%34.52
%40.66

CMYK color model

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

  • cyan value is 38.95%
  • magenta value is 15.12%
  • 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
%15.12
%0
%32.55

Codes

Color #6992AC in popluar color models

6992AC
RGB105146172
HSL203°28.76%54.31%
HSB/HSV203°38.95%67.45%
CMYK38.95%15.12%0.00%
32.55%

Color #6992AC in popluar number systems.

HEX6992AC
Decimal105146172
Binary11010011001001010101100
Octal151222254

Shades and tints

Shades of #6992AC

#6992AC
(105,146,172)
#60859D
(96,133,157)
#57788E
(87,120,142)
#4E6B7F
(78,107,127)
#455E70
(69,94,112)
#3C5161
(60,81,97)
#334452
(51,68,82)
#2A3743
(42,55,67)
#212A34
(33,42,52)
#181D25
(24,29,37)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #6992AC

#6992AC
(105,146,172)
#769BB3
(118,155,179)
#83A4BA
(131,164,186)
#90ADC1
(144,173,193)
#9DB6C8
(157,182,200)
#AABFCF
(170,191,207)
#B7C8D6
(183,200,214)
#C4D1DD
(196,209,221)
#D1DAE4
(209,218,228)
#DEE3EB
(222,227,235)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6992AC; }

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

This text font color is #6992AC.


Background Color

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

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

This div background color is #6992AC.


Border color

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

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

This div border color is #6992AC.


Opacity

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

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

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

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

This text has shadow with #6992AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6992AC on black background.


Color preview on white background

This text has color #6992AC on white background.



Black color preview on #6992AC background

This text has black color on #6992AC background.


White color preview on #6992AC background

This text has white color on #6992AC background.