COLOR #669EC5

HEX: #669EC5
RGB: (102,158,197)

Color info

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

RGB color model

#669EC5 color RGB value is (102,158,197).

  • red value is 102;
  • green value is 158;
  • blue value is 197.
RGB:
(102,158,197)
(40%,62%,77%)

RGB channels and saturation

R 102 of 255 = 40%
G 158 of 255 = 62%
B 197 of 255 = 77%

102
158
197

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

Portions of RGB colors in percentages

R + G + B =
102 + 158 + 197 = 457 (100%)
R 102 of 457 ~ 22.32%
G 158 of 457 ~ 34.57%
B 197 of 457 ~ 43.11%

%22.32
%34.57
%43.11

CMYK color model

#669EC5 color CMYK value is (48,20,0,23).

  • cyan value is 48.22%
  • magenta value is 19.80%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(48,20,0,23)
C48M20Y0K23 
(48%,20%,0%,23%)
(0.48/0.20/0.00/0.23)	

CMYK percentages

%48.22
%19.8
%0
%22.75

Codes

Color #669EC5 in popluar color models

669EC5
RGB102158197
HSL205°45.02%58.63%
HSB/HSV205°48.22%77.25%
CMYK48.22%19.80%0.00%
22.75%

Color #669EC5 in popluar number systems.

HEX669EC5
Decimal102158197
Binary11001101001111011000101
Octal146236305

Shades and tints

Shades of #669EC5

#669EC5
(102,158,197)
#5D90B4
(93,144,180)
#5482A3
(84,130,163)
#4B7492
(75,116,146)
#426681
(66,102,129)
#395870
(57,88,112)
#304A5F
(48,74,95)
#273C4E
(39,60,78)
#1E2E3D
(30,46,61)
#15202C
(21,32,44)
#0C121B
(12,18,27)
#000000
(0,0,0)

Tints of #669EC5

#669EC5
(102,158,197)
#73A6CA
(115,166,202)
#80AECF
(128,174,207)
#8DB6D4
(141,182,212)
#9ABED9
(154,190,217)
#A7C6DE
(167,198,222)
#B4CEE3
(180,206,227)
#C1D6E8
(193,214,232)
#CEDEED
(206,222,237)
#DBE6F2
(219,230,242)
#E8EEF7
(232,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669EC5 color. Also use rgb(102,158,197) instead hex code.

Text Font Color

.myTextColor { color: #669EC5; }

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

This text font color is #669EC5.


Background Color

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

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

This div background color is #669EC5.


Border color

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

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

This div border color is #669EC5.


Opacity

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

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

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

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

This text has shadow with #669EC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669EC5 on black background.


Color preview on white background

This text has color #669EC5 on white background.



Black color preview on #669EC5 background

This text has black color on #669EC5 background.


White color preview on #669EC5 background

This text has white color on #669EC5 background.