COLOR #6892CB

HEX: #6892CB
RGB: (104,146,203)

Color info

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

RGB color model

#6892CB color RGB value is (104,146,203).

  • red value is 104;
  • green value is 146;
  • blue value is 203.
RGB:
(104,146,203)
(41%,57%,80%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 203 of 255 = 80%

104
146
203

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

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 203 = 453 (100%)
R 104 of 453 ~ 22.96%
G 146 of 453 ~ 32.23%
B 203 of 453 ~ 44.81%

%22.96
%32.23
%44.81

CMYK color model

#6892CB color CMYK value is (49,28,0,20).

  • cyan value is 48.77%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(49,28,0,20)
C49M28Y0K20 
(49%,28%,0%,20%)
(0.49/0.28/0.00/0.20)	

CMYK percentages

%48.77
%28.08
%0
%20.39

Codes

Color #6892CB in popluar color models

6892CB
RGB104146203
HSL215°48.77%60.20%
HSB/HSV215°48.77%79.61%
CMYK48.77%28.08%0.00%
20.39%

Color #6892CB in popluar number systems.

HEX6892CB
Decimal104146203
Binary11010001001001011001011
Octal150222313

Shades and tints

Shades of #6892CB

#6892CB
(104,146,203)
#5F85B9
(95,133,185)
#5678A7
(86,120,167)
#4D6B95
(77,107,149)
#445E83
(68,94,131)
#3B5171
(59,81,113)
#32445F
(50,68,95)
#29374D
(41,55,77)
#202A3B
(32,42,59)
#171D29
(23,29,41)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #6892CB

#6892CB
(104,146,203)
#759BCF
(117,155,207)
#82A4D3
(130,164,211)
#8FADD7
(143,173,215)
#9CB6DB
(156,182,219)
#A9BFDF
(169,191,223)
#B6C8E3
(182,200,227)
#C3D1E7
(195,209,231)
#D0DAEB
(208,218,235)
#DDE3EF
(221,227,239)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6892CB; }

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

This text font color is #6892CB.


Background Color

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

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

This div background color is #6892CB.


Border color

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

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

This div border color is #6892CB.


Opacity

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

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

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

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

This text has shadow with #6892CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6892CB on black background.


Color preview on white background

This text has color #6892CB on white background.



Black color preview on #6892CB background

This text has black color on #6892CB background.


White color preview on #6892CB background

This text has white color on #6892CB background.