COLOR #6892BB

HEX: #6892BB RGB: (104,146,187)

Color info

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

RGB color model

#6892BB color RGB value is (104,146,187).

RGB: (104,146,187) (41%, 57%, 73%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 187 of 255 = 73%

104
146
187

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

Portions of RGB colors in percentages

R + G + B = 104 + 146 + 187 = 437 (100%)
R 104 of 437 ~ 23.8%
G 146 of 437 ~ 33.41%
B 187 of 437 ~ 42.79'%

%23.8
%33.41
%42.79

CMYK color model

#6892BB color CMYK value is (44,22,0,27).

  • cyan value is 44.39%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (44,22,0,27)
C44M22Y0K27 (44%, 22%, 0%, 27%)
(0.44 / 0.22 / 0.00 / 0.27)

CMYK percentages

%44.39
%21.93
%0
%26.67

Codes

Color #6892BB in popluar color models

68 92 BB
RGB 104 146 187
HSL 210° 37.90% 57.06%
HSB/HSV 210° 44.39% 73.33%
CMYK 44.39% 21.93% 0.00%
26.67%

Color #6892BB in popluar number systems.

HEX 68 92 BB
Decimal 104 146 187
Binary 1101000 10010010 10111011
Octal 150 222 273

Shades and tints

Shades of #6892BB

#6892BB
(104,146,187)
#5F85AA
(95,133,170)
#567899
(86,120,153)
#4D6B88
(77,107,136)
#445E77
(68,94,119)
#3B5166
(59,81,102)
#324455
(50,68,85)
#293744
(41,55,68)
#202A33
(32,42,51)
#171D22
(23,29,34)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #6892BB

#6892BB
(104,146,187)
#759BC1
(117,155,193)
#82A4C7
(130,164,199)
#8FADCD
(143,173,205)
#9CB6D3
(156,182,211)
#A9BFD9
(169,191,217)
#B6C8DF
(182,200,223)
#C3D1E5
(195,209,229)
#D0DAEB
(208,218,235)
#DDE3F1
(221,227,241)
#EAECF7
(234,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6892BB color. Also use rgb(104,146,187) instead hex code.

Text Font Color

.myTextColor { color: #6892BB; }

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

This text font color is #6892BB.

Background Color

.myBgColor { background-color: #6892BB; }

<div style="background-color:#6892BB">Inner text</div>

This div background color is #6892BB.

Border color

.myBorderColor { border: 1px solid #6892BB; }

<div style="border:3px solid #6892BB">Div</div>

This div border color is #6892BB.

Opacity

.myOpacity80 { color: #6892BB; opacity: 0.8; }

<p style="color:#6892BB;opacity:0.8;">80%</p>

Text with #6892BB 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 #6892BB;}

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

This text has shadow with #6892BB color.


.textShadow {text-shadow: 3px 3px 1px #6892BB', 3px 3px 1px red;}

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

This text has shadow with #6892BB primary color and red secondary color.


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

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

This text has shadow with #6892BB and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6892BB; -webkit-box-shadow: 1px 1px 3px 2px #6892BB; box-shadow:1px 1px 3px 2px #6892BB;">
Div content here
</div>

This div box has shadow with color #6892BB.

Preview

Color preview on black background

This text has color #6892BB on black background.


Color preview on white background

This text has color #6892BB on white background.


Black color preview on #6892BB background

This text has black color on #6892BB background.


White color preview on #6892BB background

This text has white color on #6892BB background.


Related colors

Complementary color

Complementary color for #hex is #976D44.


I love getcolorcode.com

Triadic colors

1 #BB6892 and #92BB68 with #6892BB are triadic colors.

2 #BB9268 and #9268BB with #6892BB are triadic colors.