COLOR #6798AA

HEX: #6798AA
RGB: (103,152,170)

Color info

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

RGB color model

#6798AA color RGB value is (103,152,170).

  • red value is 103;
  • green value is 152;
  • blue value is 170.
RGB:
(103,152,170)
(40%,60%,67%)

RGB channels and saturation

R 103 of 255 = 40%
G 152 of 255 = 60%
B 170 of 255 = 67%

103
152
170

R + G + B ~ 56%. #6798AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 152 + 170 = 425 (100%)
R 103 of 425 ~ 24.24%
G 152 of 425 ~ 35.76%
B 170 of 425 ~ 40%

%24.24
%35.76
%40

CMYK color model

#6798AA color CMYK value is (39,11,0,33).

  • cyan value is 39.41%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(39,11,0,33)
C39M11Y0K33 
(39%,11%,0%,33%)
(0.39/0.11/0.00/0.33)	

CMYK percentages

%39.41
%10.59
%0
%33.33

Codes

Color #6798AA in popluar color models

6798AA
RGB103152170
HSL196°28.27%53.53%
HSB/HSV196°39.41%66.67%
CMYK39.41%10.59%0.00%
33.33%

Color #6798AA in popluar number systems.

HEX6798AA
Decimal103152170
Binary11001111001100010101010
Octal147230252

Shades and tints

Shades of #6798AA

#6798AA
(103,152,170)
#5E8B9B
(94,139,155)
#557E8C
(85,126,140)
#4C717D
(76,113,125)
#43646E
(67,100,110)
#3A575F
(58,87,95)
#314A50
(49,74,80)
#283D41
(40,61,65)
#1F3032
(31,48,50)
#162323
(22,35,35)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #6798AA

#6798AA
(103,152,170)
#74A1B1
(116,161,177)
#81AAB8
(129,170,184)
#8EB3BF
(142,179,191)
#9BBCC6
(155,188,198)
#A8C5CD
(168,197,205)
#B5CED4
(181,206,212)
#C2D7DB
(194,215,219)
#CFE0E2
(207,224,226)
#DCE9E9
(220,233,233)
#E9F2F0
(233,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6798AA color. Also use rgb(103,152,170) instead hex code.

Text Font Color

.myTextColor { color: #6798AA; }

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

This text font color is #6798AA.


Background Color

.myBgColor { background-color: #6798AA; }

<div style="background-color:#6798AA">Inner text</div>

This div background color is #6798AA.


Border color

.myBorderColor { border: 1px solid #6798AA; }

<div style="border:3px solid #6798AA">Div</div>

This div border color is #6798AA.


Opacity

.myOpacity80 { color: #6798AA; opacity: 0.8; }

<p style="color:#6798AA;opacity:0.8;">80%</p>

Text with #6798AA 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 #6798AA;}

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

This text has shadow with #6798AA color.

.textShadow {text-shadow: 3px 3px 1px #6798AA, 3px 3px 1px red;}

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

This text has shadow with #6798AA primary color and red secondary color.


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

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

This text has shadow with #6798AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6798AA on black background.


Color preview on white background

This text has color #6798AA on white background.



Black color preview on #6798AA background

This text has black color on #6798AA background.


White color preview on #6798AA background

This text has white color on #6798AA background.