COLOR #6992B0

HEX: #6992B0
RGB: (105,146,176)

Color info

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

RGB color model

#6992B0 color RGB value is (105,146,176).

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

RGB channels and saturation

R 105 of 255 = 41%
G 146 of 255 = 57%
B 176 of 255 = 69%

105
146
176

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

Portions of RGB colors in percentages

R + G + B =
105 + 146 + 176 = 427 (100%)
R 105 of 427 ~ 24.59%
G 146 of 427 ~ 34.19%
B 176 of 427 ~ 41.22%

%24.59
%34.19
%41.22

CMYK color model

#6992B0 color CMYK value is (40,17,0,31).

  • cyan value is 40.34%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(40,17,0,31)
C40M17Y0K31 
(40%,17%,0%,31%)
(0.40/0.17/0.00/0.31)	

CMYK percentages

%40.34
%17.05
%0
%30.98

Codes

Color #6992B0 in popluar color models

6992B0
RGB105146176
HSL205°31.00%55.10%
HSB/HSV205°40.34%69.02%
CMYK40.34%17.05%0.00%
30.98%

Color #6992B0 in popluar number systems.

HEX6992B0
Decimal105146176
Binary11010011001001010110000
Octal151222260

Shades and tints

Shades of #6992B0

#6992B0
(105,146,176)
#6085A0
(96,133,160)
#577890
(87,120,144)
#4E6B80
(78,107,128)
#455E70
(69,94,112)
#3C5160
(60,81,96)
#334450
(51,68,80)
#2A3740
(42,55,64)
#212A30
(33,42,48)
#181D20
(24,29,32)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #6992B0

#6992B0
(105,146,176)
#769BB7
(118,155,183)
#83A4BE
(131,164,190)
#90ADC5
(144,173,197)
#9DB6CC
(157,182,204)
#AABFD3
(170,191,211)
#B7C8DA
(183,200,218)
#C4D1E1
(196,209,225)
#D1DAE8
(209,218,232)
#DEE3EF
(222,227,239)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6992B0; }

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

This text font color is #6992B0.


Background Color

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

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

This div background color is #6992B0.


Border color

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

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

This div border color is #6992B0.


Opacity

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

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

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

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

This text has shadow with #6992B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6992B0 on black background.


Color preview on white background

This text has color #6992B0 on white background.



Black color preview on #6992B0 background

This text has black color on #6992B0 background.


White color preview on #6992B0 background

This text has white color on #6992B0 background.