COLOR #6788BE

HEX: #6788BE
RGB: (103,136,190)

Color info

#6788BE contains mainly green and blue colors. Web safe color of #6788BE is #6699CC (or #69C).

RGB color model

#6788BE color RGB value is (103,136,190).

  • red value is 103;
  • green value is 136;
  • blue value is 190.
RGB:
(103,136,190)
(40%,53%,75%)

RGB channels and saturation

R 103 of 255 = 40%
G 136 of 255 = 53%
B 190 of 255 = 75%

103
136
190

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

Portions of RGB colors in percentages

R + G + B =
103 + 136 + 190 = 429 (100%)
R 103 of 429 ~ 24.01%
G 136 of 429 ~ 31.7%
B 190 of 429 ~ 44.29%

%24.01
%31.7
%44.29

CMYK color model

#6788BE color CMYK value is (46,28,0,25).

  • cyan value is 45.79%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(46,28,0,25)
C46M28Y0K25 
(46%,28%,0%,25%)
(0.46/0.28/0.00/0.25)	

CMYK percentages

%45.79
%28.42
%0
%25.49

Codes

Color #6788BE in popluar color models

6788BE
RGB103136190
HSL217°40.09%57.45%
HSB/HSV217°45.79%74.51%
CMYK45.79%28.42%0.00%
25.49%

Color #6788BE in popluar number systems.

HEX6788BE
Decimal103136190
Binary11001111000100010111110
Octal147210276

Shades and tints

Shades of #6788BE

#6788BE
(103,136,190)
#5E7CAD
(94,124,173)
#55709C
(85,112,156)
#4C648B
(76,100,139)
#43587A
(67,88,122)
#3A4C69
(58,76,105)
#314058
(49,64,88)
#283447
(40,52,71)
#1F2836
(31,40,54)
#161C25
(22,28,37)
#0D1014
(13,16,20)
#000000
(0,0,0)

Tints of #6788BE

#6788BE
(103,136,190)
#7492C3
(116,146,195)
#819CC8
(129,156,200)
#8EA6CD
(142,166,205)
#9BB0D2
(155,176,210)
#A8BAD7
(168,186,215)
#B5C4DC
(181,196,220)
#C2CEE1
(194,206,225)
#CFD8E6
(207,216,230)
#DCE2EB
(220,226,235)
#E9ECF0
(233,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6788BE; }

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

This text font color is #6788BE.


Background Color

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

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

This div background color is #6788BE.


Border color

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

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

This div border color is #6788BE.


Opacity

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

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

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

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

This text has shadow with #6788BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6788BE on black background.


Color preview on white background

This text has color #6788BE on white background.



Black color preview on #6788BE background

This text has black color on #6788BE background.


White color preview on #6788BE background

This text has white color on #6788BE background.