COLOR #6688DD

HEX: #6688DD
RGB: (102,136,221)

Color info

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

RGB color model

#6688DD color RGB value is (102,136,221).

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

RGB channels and saturation

R 102 of 255 = 40%
G 136 of 255 = 53%
B 221 of 255 = 87%

102
136
221

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

Portions of RGB colors in percentages

R + G + B =
102 + 136 + 221 = 459 (100%)
R 102 of 459 ~ 22.22%
G 136 of 459 ~ 29.63%
B 221 of 459 ~ 48.15%

%22.22
%29.63
%48.15

CMYK color model

#6688DD color CMYK value is (54,38,0,13).

  • cyan value is 53.85%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(54,38,0,13)
C54M38Y0K13 
(54%,38%,0%,13%)
(0.54/0.38/0.00/0.13)	

CMYK percentages

%53.85
%38.46
%0
%13.33

Codes

Color #6688DD in popluar color models

6688DD
RGB102136221
HSL223°63.64%63.33%
HSB/HSV223°53.85%86.67%
CMYK53.85%38.46%0.00%
13.33%

Color #6688DD in popluar number systems.

HEX6688DD
Decimal102136221
Binary11001101000100011011101
Octal146210335

Shades and tints

Shades of #6688DD

#6688DD
(102,136,221)
#5D7CC9
(93,124,201)
#5470B5
(84,112,181)
#4B64A1
(75,100,161)
#42588D
(66,88,141)
#394C79
(57,76,121)
#304065
(48,64,101)
#273451
(39,52,81)
#1E283D
(30,40,61)
#151C29
(21,28,41)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #6688DD

#6688DD
(102,136,221)
#7392E0
(115,146,224)
#809CE3
(128,156,227)
#8DA6E6
(141,166,230)
#9AB0E9
(154,176,233)
#A7BAEC
(167,186,236)
#B4C4EF
(180,196,239)
#C1CEF2
(193,206,242)
#CED8F5
(206,216,245)
#DBE2F8
(219,226,248)
#E8ECFB
(232,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6688DD; }

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

This text font color is #6688DD.


Background Color

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

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

This div background color is #6688DD.


Border color

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

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

This div border color is #6688DD.


Opacity

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

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

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

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

This text has shadow with #6688DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6688DD on black background.


Color preview on white background

This text has color #6688DD on white background.



Black color preview on #6688DD background

This text has black color on #6688DD background.


White color preview on #6688DD background

This text has white color on #6688DD background.