COLOR #6799A7

HEX: #6799A7
RGB: (103,153,167)

Color info

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

RGB color model

#6799A7 color RGB value is (103,153,167).

  • red value is 103;
  • green value is 153;
  • blue value is 167.
RGB:
(103,153,167)
(40%,60%,65%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 167 of 255 = 65%

103
153
167

R + G + B ~ 55%. #6799A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 153 + 167 = 423 (100%)
R 103 of 423 ~ 24.35%
G 153 of 423 ~ 36.17%
B 167 of 423 ~ 39.48%

%24.35
%36.17
%39.48

CMYK color model

#6799A7 color CMYK value is (38,8,0,35).

  • cyan value is 38.32%
  • magenta value is 8.38%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(38,8,0,35)
C38M8Y0K35 
(38%,8%,0%,35%)
(0.38/0.08/0.00/0.35)	

CMYK percentages

%38.32
%8.38
%0
%34.51

Codes

Color #6799A7 in popluar color models

6799A7
RGB103153167
HSL193°26.67%52.94%
HSB/HSV193°38.32%65.49%
CMYK38.32%8.38%0.00%
34.51%

Color #6799A7 in popluar number systems.

HEX6799A7
Decimal103153167
Binary11001111001100110100111
Octal147231247

Shades and tints

Shades of #6799A7

#6799A7
(103,153,167)
#5E8C98
(94,140,152)
#557F89
(85,127,137)
#4C727A
(76,114,122)
#43656B
(67,101,107)
#3A585C
(58,88,92)
#314B4D
(49,75,77)
#283E3E
(40,62,62)
#1F312F
(31,49,47)
#162420
(22,36,32)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #6799A7

#6799A7
(103,153,167)
#74A2AF
(116,162,175)
#81ABB7
(129,171,183)
#8EB4BF
(142,180,191)
#9BBDC7
(155,189,199)
#A8C6CF
(168,198,207)
#B5CFD7
(181,207,215)
#C2D8DF
(194,216,223)
#CFE1E7
(207,225,231)
#DCEAEF
(220,234,239)
#E9F3F7
(233,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6799A7 color. Also use rgb(103,153,167) instead hex code.

Text Font Color

.myTextColor { color: #6799A7; }

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

This text font color is #6799A7.


Background Color

.myBgColor { background-color: #6799A7; }

<div style="background-color:#6799A7">Inner text</div>

This div background color is #6799A7.


Border color

.myBorderColor { border: 1px solid #6799A7; }

<div style="border:3px solid #6799A7">Div</div>

This div border color is #6799A7.


Opacity

.myOpacity80 { color: #6799A7; opacity: 0.8; }

<p style="color:#6799A7;opacity:0.8;">80%</p>

Text with #6799A7 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 #6799A7;}

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

This text has shadow with #6799A7 color.

.textShadow {text-shadow: 3px 3px 1px #6799A7, 3px 3px 1px red;}

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

This text has shadow with #6799A7 primary color and red secondary color.


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

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

This text has shadow with #6799A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6799A7 on black background.


Color preview on white background

This text has color #6799A7 on white background.



Black color preview on #6799A7 background

This text has black color on #6799A7 background.


White color preview on #6799A7 background

This text has white color on #6799A7 background.