COLOR #669DB9

HEX: #669DB9
RGB: (102,157,185)

Color info

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

RGB color model

#669DB9 color RGB value is (102,157,185).

  • red value is 102;
  • green value is 157;
  • blue value is 185.
RGB:
(102,157,185)
(40%,62%,73%)

RGB channels and saturation

R 102 of 255 = 40%
G 157 of 255 = 62%
B 185 of 255 = 73%

102
157
185

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

Portions of RGB colors in percentages

R + G + B =
102 + 157 + 185 = 444 (100%)
R 102 of 444 ~ 22.97%
G 157 of 444 ~ 35.36%
B 185 of 444 ~ 41.67%

%22.97
%35.36
%41.67

CMYK color model

#669DB9 color CMYK value is (45,15,0,27).

  • cyan value is 44.86%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(45,15,0,27)
C45M15Y0K27 
(45%,15%,0%,27%)
(0.45/0.15/0.00/0.27)	

CMYK percentages

%44.86
%15.14
%0
%27.45

Codes

Color #669DB9 in popluar color models

669DB9
RGB102157185
HSL200°37.22%56.27%
HSB/HSV200°44.86%72.55%
CMYK44.86%15.14%0.00%
27.45%

Color #669DB9 in popluar number systems.

HEX669DB9
Decimal102157185
Binary11001101001110110111001
Octal146235271

Shades and tints

Shades of #669DB9

#669DB9
(102,157,185)
#5D8FA9
(93,143,169)
#548199
(84,129,153)
#4B7389
(75,115,137)
#426579
(66,101,121)
#395769
(57,87,105)
#304959
(48,73,89)
#273B49
(39,59,73)
#1E2D39
(30,45,57)
#151F29
(21,31,41)
#0C1119
(12,17,25)
#000000
(0,0,0)

Tints of #669DB9

#669DB9
(102,157,185)
#73A5BF
(115,165,191)
#80ADC5
(128,173,197)
#8DB5CB
(141,181,203)
#9ABDD1
(154,189,209)
#A7C5D7
(167,197,215)
#B4CDDD
(180,205,221)
#C1D5E3
(193,213,227)
#CEDDE9
(206,221,233)
#DBE5EF
(219,229,239)
#E8EDF5
(232,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669DB9 color. Also use rgb(102,157,185) instead hex code.

Text Font Color

.myTextColor { color: #669DB9; }

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

This text font color is #669DB9.


Background Color

.myBgColor { background-color: #669DB9; }

<div style="background-color:#669DB9">Inner text</div>

This div background color is #669DB9.


Border color

.myBorderColor { border: 1px solid #669DB9; }

<div style="border:3px solid #669DB9">Div</div>

This div border color is #669DB9.


Opacity

.myOpacity80 { color: #669DB9; opacity: 0.8; }

<p style="color:#669DB9;opacity:0.8;">80%</p>

Text with #669DB9 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 #669DB9;}

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

This text has shadow with #669DB9 color.

.textShadow {text-shadow: 3px 3px 1px #669DB9, 3px 3px 1px red;}

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

This text has shadow with #669DB9 primary color and red secondary color.


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

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

This text has shadow with #669DB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669DB9 on black background.


Color preview on white background

This text has color #669DB9 on white background.



Black color preview on #669DB9 background

This text has black color on #669DB9 background.


White color preview on #669DB9 background

This text has white color on #669DB9 background.