COLOR #6788AC

HEX: #6788AC RGB: (103,136,172)

Color info

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

RGB color model

#6788AC color RGB value is (103,136,172).

RGB: (103,136,172) (40%, 53%, 67%)

RGB channels and saturation

R 103 of 255 = 40%
G 136 of 255 = 53%
B 172 of 255 = 67%

103
136
172

R + G + B ~ 53%. #6788AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 136 + 172 = 411 (100%)
R 103 of 411 ~ 25.06%
G 136 of 411 ~ 33.09%
B 172 of 411 ~ 41.85'%

%25.06
%33.09
%41.85

CMYK color model

#6788AC color CMYK value is (40,21,0,33).

  • cyan value is 40.12%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (40,21,0,33) C40M21Y0K33 (40%,21%,0%,33%) (0.40/0.21/0.00/0.33) 

CMYK percentages

%40.12
%20.93
%0
%32.55

Codes

Color #6788AC in popluar color models

67 88 AC
RGB 103 136 172
HSL 211° 29.36% 53.92%
HSB/HSV 211° 40.12% 67.45%
CMYK 40.12% 20.93% 0.00%
32.55%

Color #6788AC in popluar number systems.

HEX 67 88 AC
Decimal 103 136 172
Binary 1100111 10001000 10101100
Octal 147 210 254

Shades and tints

Shades of #6788AC

#6788AC
(103,136,172)
#5E7C9D
(94,124,157)
#55708E
(85,112,142)
#4C647F
(76,100,127)
#435870
(67,88,112)
#3A4C61
(58,76,97)
#314052
(49,64,82)
#283443
(40,52,67)
#1F2834
(31,40,52)
#161C25
(22,28,37)
#0D1016
(13,16,22)
#000000
(0,0,0)

Tints of #6788AC

#6788AC
(103,136,172)
#7492B3
(116,146,179)
#819CBA
(129,156,186)
#8EA6C1
(142,166,193)
#9BB0C8
(155,176,200)
#A8BACF
(168,186,207)
#B5C4D6
(181,196,214)
#C2CEDD
(194,206,221)
#CFD8E4
(207,216,228)
#DCE2EB
(220,226,235)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6788AC color. Also use rgb(103,136,172) instead hex code.

Text Font Color

.myTextColor { color: #6788AC; }

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

This text font color is #6788AC.

Background Color

.myBgColor { background-color: #6788AC; }

<div style="background-color:#6788AC">Inner text</div>

This div background color is #6788AC.

Border color

.myBorderColor { border: 1px solid #6788AC; }

<div style="border:3px solid #6788AC">Div</div>

This div border color is #6788AC.

Opacity

.myOpacity80 { color: #6788AC; opacity: 0.8; }

<p style="color:#6788AC;opacity:0.8;">80%</p>

Text with #6788AC 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 #6788AC;}

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

This text has shadow with #6788AC color.


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

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

This text has shadow with #6788AC primary color and red secondary color.


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

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

This text has shadow with #6788AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6788AC.

Preview

Color preview on black background

This text has color #6788AC on black background.


Color preview on white background

This text has color #6788AC on white background.


Black color preview on #6788AC background

This text has black color on #6788AC background.


White color preview on #6788AC background

This text has white color on #6788AC background.


Related colors

Complementary color

Complementary color for #hex is #987753.


I love getcolorcode.com

Triadic colors

1 #AC6788 and #88AC67 with #6788AC are triadic colors.

2 #AC8867 and #8867AC with #6788AC are triadic colors.