COLOR #6797A3

HEX: #6797A3
RGB: (103,151,163)

Color info

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

RGB color model

#6797A3 color RGB value is (103,151,163).

  • red value is 103;
  • green value is 151;
  • blue value is 163.
RGB:
(103,151,163)
(40%,59%,64%)

RGB channels and saturation

R 103 of 255 = 40%
G 151 of 255 = 59%
B 163 of 255 = 64%

103
151
163

R + G + B ~ 54%. #6797A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 151 + 163 = 417 (100%)
R 103 of 417 ~ 24.7%
G 151 of 417 ~ 36.21%
B 163 of 417 ~ 39.09%

%24.7
%36.21
%39.09

CMYK color model

#6797A3 color CMYK value is (37,7,0,36).

  • cyan value is 36.81%
  • magenta value is 7.36%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(37,7,0,36)
C37M7Y0K36 
(37%,7%,0%,36%)
(0.37/0.07/0.00/0.36)	

CMYK percentages

%36.81
%7.36
%0
%36.08

Codes

Color #6797A3 in popluar color models

6797A3
RGB103151163
HSL192°24.59%52.16%
HSB/HSV192°36.81%63.92%
CMYK36.81%7.36%0.00%
36.08%

Color #6797A3 in popluar number systems.

HEX6797A3
Decimal103151163
Binary11001111001011110100011
Octal147227243

Shades and tints

Shades of #6797A3

#6797A3
(103,151,163)
#5E8A95
(94,138,149)
#557D87
(85,125,135)
#4C7079
(76,112,121)
#43636B
(67,99,107)
#3A565D
(58,86,93)
#31494F
(49,73,79)
#283C41
(40,60,65)
#1F2F33
(31,47,51)
#162225
(22,34,37)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #6797A3

#6797A3
(103,151,163)
#74A0AB
(116,160,171)
#81A9B3
(129,169,179)
#8EB2BB
(142,178,187)
#9BBBC3
(155,187,195)
#A8C4CB
(168,196,203)
#B5CDD3
(181,205,211)
#C2D6DB
(194,214,219)
#CFDFE3
(207,223,227)
#DCE8EB
(220,232,235)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6797A3 color. Also use rgb(103,151,163) instead hex code.

Text Font Color

.myTextColor { color: #6797A3; }

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

This text font color is #6797A3.


Background Color

.myBgColor { background-color: #6797A3; }

<div style="background-color:#6797A3">Inner text</div>

This div background color is #6797A3.


Border color

.myBorderColor { border: 1px solid #6797A3; }

<div style="border:3px solid #6797A3">Div</div>

This div border color is #6797A3.


Opacity

.myOpacity80 { color: #6797A3; opacity: 0.8; }

<p style="color:#6797A3;opacity:0.8;">80%</p>

Text with #6797A3 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 #6797A3;}

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

This text has shadow with #6797A3 color.

.textShadow {text-shadow: 3px 3px 1px #6797A3, 3px 3px 1px red;}

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

This text has shadow with #6797A3 primary color and red secondary color.


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

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

This text has shadow with #6797A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6797A3 on black background.


Color preview on white background

This text has color #6797A3 on white background.



Black color preview on #6797A3 background

This text has black color on #6797A3 background.


White color preview on #6797A3 background

This text has white color on #6797A3 background.