COLOR #6688CE

HEX: #6688CE
RGB: (102,136,206)

Color info

#6688CE contains mainly blue color. Web safe color of #6688CE is #6699CC (or #69C).

RGB color model

#6688CE color RGB value is (102,136,206).

  • red value is 102;
  • green value is 136;
  • blue value is 206.
RGB:
(102,136,206)
(40%,53%,81%)

RGB channels and saturation

R 102 of 255 = 40%
G 136 of 255 = 53%
B 206 of 255 = 81%

102
136
206

R + G + B ~ 58%. #6688CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 136 + 206 = 444 (100%)
R 102 of 444 ~ 22.97%
G 136 of 444 ~ 30.63%
B 206 of 444 ~ 46.4%

%22.97
%30.63
%46.4

CMYK color model

#6688CE color CMYK value is (50,34,0,19).

  • cyan value is 50.49%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(50,34,0,19)
C50M34Y0K19 
(50%,34%,0%,19%)
(0.50/0.34/0.00/0.19)	

CMYK percentages

%50.49
%33.98
%0
%19.22

Codes

Color #6688CE in popluar color models

6688CE
RGB102136206
HSL220°51.49%60.39%
HSB/HSV220°50.49%80.78%
CMYK50.49%33.98%0.00%
19.22%

Color #6688CE in popluar number systems.

HEX6688CE
Decimal102136206
Binary11001101000100011001110
Octal146210316

Shades and tints

Shades of #6688CE

#6688CE
(102,136,206)
#5D7CBC
(93,124,188)
#5470AA
(84,112,170)
#4B6498
(75,100,152)
#425886
(66,88,134)
#394C74
(57,76,116)
#304062
(48,64,98)
#273450
(39,52,80)
#1E283E
(30,40,62)
#151C2C
(21,28,44)
#0C101A
(12,16,26)
#000000
(0,0,0)

Tints of #6688CE

#6688CE
(102,136,206)
#7392D2
(115,146,210)
#809CD6
(128,156,214)
#8DA6DA
(141,166,218)
#9AB0DE
(154,176,222)
#A7BAE2
(167,186,226)
#B4C4E6
(180,196,230)
#C1CEEA
(193,206,234)
#CED8EE
(206,216,238)
#DBE2F2
(219,226,242)
#E8ECF6
(232,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6688CE color. Also use rgb(102,136,206) instead hex code.

Text Font Color

.myTextColor { color: #6688CE; }

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

This text font color is #6688CE.


Background Color

.myBgColor { background-color: #6688CE; }

<div style="background-color:#6688CE">Inner text</div>

This div background color is #6688CE.


Border color

.myBorderColor { border: 1px solid #6688CE; }

<div style="border:3px solid #6688CE">Div</div>

This div border color is #6688CE.


Opacity

.myOpacity80 { color: #6688CE; opacity: 0.8; }

<p style="color:#6688CE;opacity:0.8;">80%</p>

Text with #6688CE 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 #6688CE;}

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

This text has shadow with #6688CE color.

.textShadow {text-shadow: 3px 3px 1px #6688CE, 3px 3px 1px red;}

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

This text has shadow with #6688CE primary color and red secondary color.


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

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

This text has shadow with #6688CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6688CE on black background.


Color preview on white background

This text has color #6688CE on white background.



Black color preview on #6688CE background

This text has black color on #6688CE background.


White color preview on #6688CE background

This text has white color on #6688CE background.