COLOR #6792C7

HEX: #6792C7
RGB: (103,146,199)

Color info

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

RGB color model

#6792C7 color RGB value is (103,146,199).

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

RGB channels and saturation

R 103 of 255 = 40%
G 146 of 255 = 57%
B 199 of 255 = 78%

103
146
199

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

Portions of RGB colors in percentages

R + G + B =
103 + 146 + 199 = 448 (100%)
R 103 of 448 ~ 22.99%
G 146 of 448 ~ 32.59%
B 199 of 448 ~ 44.42%

%22.99
%32.59
%44.42

CMYK color model

#6792C7 color CMYK value is (48,27,0,22).

  • cyan value is 48.24%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(48,27,0,22)
C48M27Y0K22 
(48%,27%,0%,22%)
(0.48/0.27/0.00/0.22)	

CMYK percentages

%48.24
%26.63
%0
%21.96

Codes

Color #6792C7 in popluar color models

6792C7
RGB103146199
HSL213°46.15%59.22%
HSB/HSV213°48.24%78.04%
CMYK48.24%26.63%0.00%
21.96%

Color #6792C7 in popluar number systems.

HEX6792C7
Decimal103146199
Binary11001111001001011000111
Octal147222307

Shades and tints

Shades of #6792C7

#6792C7
(103,146,199)
#5E85B5
(94,133,181)
#5578A3
(85,120,163)
#4C6B91
(76,107,145)
#435E7F
(67,94,127)
#3A516D
(58,81,109)
#31445B
(49,68,91)
#283749
(40,55,73)
#1F2A37
(31,42,55)
#161D25
(22,29,37)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #6792C7

#6792C7
(103,146,199)
#749BCC
(116,155,204)
#81A4D1
(129,164,209)
#8EADD6
(142,173,214)
#9BB6DB
(155,182,219)
#A8BFE0
(168,191,224)
#B5C8E5
(181,200,229)
#C2D1EA
(194,209,234)
#CFDAEF
(207,218,239)
#DCE3F4
(220,227,244)
#E9ECF9
(233,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6792C7; }

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

This text font color is #6792C7.


Background Color

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

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

This div background color is #6792C7.


Border color

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

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

This div border color is #6792C7.


Opacity

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

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

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

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

This text has shadow with #6792C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6792C7 on black background.


Color preview on white background

This text has color #6792C7 on white background.



Black color preview on #6792C7 background

This text has black color on #6792C7 background.


White color preview on #6792C7 background

This text has white color on #6792C7 background.