COLOR #6699CC

HEX: #6699CC
RGB: (102,153,204)

Color info

#6699CC contains mainly green and blue colors. #6699CC color is web safe color. It maybe written shortly as #69C.

RGB color model

#6699CC color RGB value is (102,153,204).

  • red value is 102;
  • green value is 153;
  • blue value is 204.
RGB:
(102,153,204)
(40%,60%,80%)

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 204 of 255 = 80%

102
153
204

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

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 204 = 459 (100%)
R 102 of 459 ~ 22.22%
G 153 of 459 ~ 33.33%
B 204 of 459 ~ 44.44%

%22.22
%33.33
%44.44

CMYK color model

#6699CC color CMYK value is (50,25,0,20).

  • cyan value is 50.00%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(50,25,0,20)
C50M25Y0K20 
(50%,25%,0%,20%)
(0.50/0.25/0.00/0.20)	

CMYK percentages

%50
%25
%0
%20

Codes

Color #6699CC in popluar color models

6699CC
RGB102153204
HSL210°50.00%60.00%
HSB/HSV210°50.00%80.00%
CMYK50.00%25.00%0.00%
20.00%

Color #6699CC in popluar number systems.

HEX6699CC
Decimal102153204
Binary11001101001100111001100
Octal146231314

Shades and tints

Shades of #6699CC

#6699CC
(102,153,204)
#5D8CBA
(93,140,186)
#547FA8
(84,127,168)
#4B7296
(75,114,150)
#426584
(66,101,132)
#395872
(57,88,114)
#304B60
(48,75,96)
#273E4E
(39,62,78)
#1E313C
(30,49,60)
#15242A
(21,36,42)
#0C1718
(12,23,24)
#000000
(0,0,0)

Tints of #6699CC

#6699CC
(102,153,204)
#73A2D0
(115,162,208)
#80ABD4
(128,171,212)
#8DB4D8
(141,180,216)
#9ABDDC
(154,189,220)
#A7C6E0
(167,198,224)
#B4CFE4
(180,207,228)
#C1D8E8
(193,216,232)
#CEE1EC
(206,225,236)
#DBEAF0
(219,234,240)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6699CC color. Also use rgb(102,153,204) instead hex code.

Text Font Color

.myTextColor { color: #6699CC; }

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

This text font color is #6699CC.


Background Color

.myBgColor { background-color: #6699CC; }

<div style="background-color:#6699CC">Inner text</div>

This div background color is #6699CC.


Border color

.myBorderColor { border: 1px solid #6699CC; }

<div style="border:3px solid #6699CC">Div</div>

This div border color is #6699CC.


Opacity

.myOpacity80 { color: #6699CC; opacity: 0.8; }

<p style="color:#6699CC;opacity:0.8;">80%</p>

Text with #6699CC 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 #6699CC;}

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

This text has shadow with #6699CC color.

.textShadow {text-shadow: 3px 3px 1px #6699CC, 3px 3px 1px red;}

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

This text has shadow with #6699CC primary color and red secondary color.


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

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

This text has shadow with #6699CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6699CC on black background.


Color preview on white background

This text has color #6699CC on white background.



Black color preview on #6699CC background

This text has black color on #6699CC background.


White color preview on #6699CC background

This text has white color on #6699CC background.