COLOR #6792B9

HEX: #6792B9
RGB: (103,146,185)

Color info

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

RGB color model

#6792B9 color RGB value is (103,146,185).

  • red value is 103;
  • green value is 146;
  • blue value is 185.
RGB:
(103,146,185)
(40%,57%,73%)

RGB channels and saturation

R 103 of 255 = 40%
G 146 of 255 = 57%
B 185 of 255 = 73%

103
146
185

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

Portions of RGB colors in percentages

R + G + B =
103 + 146 + 185 = 434 (100%)
R 103 of 434 ~ 23.73%
G 146 of 434 ~ 33.64%
B 185 of 434 ~ 42.63%

%23.73
%33.64
%42.63

CMYK color model

#6792B9 color CMYK value is (44,21,0,27).

  • cyan value is 44.32%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(44,21,0,27)
C44M21Y0K27 
(44%,21%,0%,27%)
(0.44/0.21/0.00/0.27)	

CMYK percentages

%44.32
%21.08
%0
%27.45

Codes

Color #6792B9 in popluar color models

6792B9
RGB103146185
HSL209°36.94%56.47%
HSB/HSV209°44.32%72.55%
CMYK44.32%21.08%0.00%
27.45%

Color #6792B9 in popluar number systems.

HEX6792B9
Decimal103146185
Binary11001111001001010111001
Octal147222271

Shades and tints

Shades of #6792B9

#6792B9
(103,146,185)
#5E85A9
(94,133,169)
#557899
(85,120,153)
#4C6B89
(76,107,137)
#435E79
(67,94,121)
#3A5169
(58,81,105)
#314459
(49,68,89)
#283749
(40,55,73)
#1F2A39
(31,42,57)
#161D29
(22,29,41)
#0D1019
(13,16,25)
#000000
(0,0,0)

Tints of #6792B9

#6792B9
(103,146,185)
#749BBF
(116,155,191)
#81A4C5
(129,164,197)
#8EADCB
(142,173,203)
#9BB6D1
(155,182,209)
#A8BFD7
(168,191,215)
#B5C8DD
(181,200,221)
#C2D1E3
(194,209,227)
#CFDAE9
(207,218,233)
#DCE3EF
(220,227,239)
#E9ECF5
(233,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6792B9 color. Also use rgb(103,146,185) instead hex code.

Text Font Color

.myTextColor { color: #6792B9; }

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

This text font color is #6792B9.


Background Color

.myBgColor { background-color: #6792B9; }

<div style="background-color:#6792B9">Inner text</div>

This div background color is #6792B9.


Border color

.myBorderColor { border: 1px solid #6792B9; }

<div style="border:3px solid #6792B9">Div</div>

This div border color is #6792B9.


Opacity

.myOpacity80 { color: #6792B9; opacity: 0.8; }

<p style="color:#6792B9;opacity:0.8;">80%</p>

Text with #6792B9 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 #6792B9;}

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

This text has shadow with #6792B9 color.

.textShadow {text-shadow: 3px 3px 1px #6792B9, 3px 3px 1px red;}

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

This text has shadow with #6792B9 primary color and red secondary color.


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

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

This text has shadow with #6792B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6792B9 on black background.


Color preview on white background

This text has color #6792B9 on white background.



Black color preview on #6792B9 background

This text has black color on #6792B9 background.


White color preview on #6792B9 background

This text has white color on #6792B9 background.