COLOR #6699DB

HEX: #6699DB
RGB: (102,153,219)

Color info

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

RGB color model

#6699DB color RGB value is (102,153,219).

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

RGB channels and saturation

R 102 of 255 = 40%
G 153 of 255 = 60%
B 219 of 255 = 86%

102
153
219

R + G + B ~ 62%. #6699DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 153 + 219 = 474 (100%)
R 102 of 474 ~ 21.52%
G 153 of 474 ~ 32.28%
B 219 of 474 ~ 46.2%

%21.52
%32.28
%46.2

CMYK color model

#6699DB color CMYK value is (53,30,0,14).

  • cyan value is 53.42%
  • magenta value is 30.14%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(53,30,0,14)
C53M30Y0K14 
(53%,30%,0%,14%)
(0.53/0.30/0.00/0.14)	

CMYK percentages

%53.42
%30.14
%0
%14.12

Codes

Color #6699DB in popluar color models

6699DB
RGB102153219
HSL214°61.90%62.94%
HSB/HSV214°53.42%85.88%
CMYK53.42%30.14%0.00%
14.12%

Color #6699DB in popluar number systems.

HEX6699DB
Decimal102153219
Binary11001101001100111011011
Octal146231333

Shades and tints

Shades of #6699DB

#6699DB
(102,153,219)
#5D8CC8
(93,140,200)
#547FB5
(84,127,181)
#4B72A2
(75,114,162)
#42658F
(66,101,143)
#39587C
(57,88,124)
#304B69
(48,75,105)
#273E56
(39,62,86)
#1E3143
(30,49,67)
#152430
(21,36,48)
#0C171D
(12,23,29)
#000000
(0,0,0)

Tints of #6699DB

#6699DB
(102,153,219)
#73A2DE
(115,162,222)
#80ABE1
(128,171,225)
#8DB4E4
(141,180,228)
#9ABDE7
(154,189,231)
#A7C6EA
(167,198,234)
#B4CFED
(180,207,237)
#C1D8F0
(193,216,240)
#CEE1F3
(206,225,243)
#DBEAF6
(219,234,246)
#E8F3F9
(232,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6699DB; }

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

This text font color is #6699DB.


Background Color

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

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

This div background color is #6699DB.


Border color

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

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

This div border color is #6699DB.


Opacity

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

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

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

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

This text has shadow with #6699DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6699DB on black background.


Color preview on white background

This text has color #6699DB on white background.



Black color preview on #6699DB background

This text has black color on #6699DB background.


White color preview on #6699DB background

This text has white color on #6699DB background.