COLOR #6799AB

HEX: #6799AB RGB: (103,153,171)

Color info

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

RGB color model

#6799AB color RGB value is (103,153,171).

RGB: (103,153,171) (40%, 60%, 67%)

RGB channels and saturation

R 103 of 255 = 40%
G 153 of 255 = 60%
B 171 of 255 = 67%

103
153
171

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

Portions of RGB colors in percentages

R + G + B = 103 + 153 + 171 = 427 (100%)
R 103 of 427 ~ 24.12%
G 153 of 427 ~ 35.83%
B 171 of 427 ~ 40.05'%

%24.12
%35.83
%40.05

CMYK color model

#6799AB color CMYK value is (40,11,0,33).

  • cyan value is 39.77%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (40,11,0,33)
C40M11Y0K33 (40%, 11%, 0%, 33%)
(0.40 / 0.11 / 0.00 / 0.33)

CMYK percentages

%39.77
%10.53
%0
%32.94

Codes

Color #6799AB in popluar color models

67 99 AB
RGB 103 153 171
HSL 196° 28.81% 53.73%
HSB/HSV 196° 39.77% 67.06%
CMYK 39.77% 10.53% 0.00%
32.94%

Color #6799AB in popluar number systems.

HEX 67 99 AB
Decimal 103 153 171
Binary 1100111 10011001 10101011
Octal 147 231 253

Shades and tints

Shades of #6799AB

#6799AB
(103,153,171)
#5E8C9C
(94,140,156)
#557F8D
(85,127,141)
#4C727E
(76,114,126)
#43656F
(67,101,111)
#3A5860
(58,88,96)
#314B51
(49,75,81)
#283E42
(40,62,66)
#1F3133
(31,49,51)
#162424
(22,36,36)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #6799AB

#6799AB
(103,153,171)
#74A2B2
(116,162,178)
#81ABB9
(129,171,185)
#8EB4C0
(142,180,192)
#9BBDC7
(155,189,199)
#A8C6CE
(168,198,206)
#B5CFD5
(181,207,213)
#C2D8DC
(194,216,220)
#CFE1E3
(207,225,227)
#DCEAEA
(220,234,234)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6799AB; }

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

This text font color is #6799AB.

Background Color

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

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

This div background color is #6799AB.

Border color

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

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

This div border color is #6799AB.

Opacity

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

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

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

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

This text has shadow with #6799AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6799AB.

Preview

Color preview on black background

This text has color #6799AB on black background.


Color preview on white background

This text has color #6799AB on white background.


Black color preview on #6799AB background

This text has black color on #6799AB background.


White color preview on #6799AB background

This text has white color on #6799AB background.


Related colors

Complementary color

Complementary color for #hex is #986654.


I love getcolorcode.com

Triadic colors

1 #AB6799 and #99AB67 with #6799AB are triadic colors.

2 #AB9967 and #9967AB with #6799AB are triadic colors.