COLOR #669BC6

HEX: #669BC6
RGB: (102,155,198)

Color info

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

RGB color model

#669BC6 color RGB value is (102,155,198).

  • red value is 102;
  • green value is 155;
  • blue value is 198.
RGB:
(102,155,198)
(40%,61%,78%)

RGB channels and saturation

R 102 of 255 = 40%
G 155 of 255 = 61%
B 198 of 255 = 78%

102
155
198

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

Portions of RGB colors in percentages

R + G + B =
102 + 155 + 198 = 455 (100%)
R 102 of 455 ~ 22.42%
G 155 of 455 ~ 34.07%
B 198 of 455 ~ 43.52%

%22.42
%34.07
%43.52

CMYK color model

#669BC6 color CMYK value is (48,22,0,22).

  • cyan value is 48.48%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(48,22,0,22)
C48M22Y0K22 
(48%,22%,0%,22%)
(0.48/0.22/0.00/0.22)	

CMYK percentages

%48.48
%21.72
%0
%22.35

Codes

Color #669BC6 in popluar color models

669BC6
RGB102155198
HSL207°45.71%58.82%
HSB/HSV207°48.48%77.65%
CMYK48.48%21.72%0.00%
22.35%

Color #669BC6 in popluar number systems.

HEX669BC6
Decimal102155198
Binary11001101001101111000110
Octal146233306

Shades and tints

Shades of #669BC6

#669BC6
(102,155,198)
#5D8DB4
(93,141,180)
#547FA2
(84,127,162)
#4B7190
(75,113,144)
#42637E
(66,99,126)
#39556C
(57,85,108)
#30475A
(48,71,90)
#273948
(39,57,72)
#1E2B36
(30,43,54)
#151D24
(21,29,36)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #669BC6

#669BC6
(102,155,198)
#73A4CB
(115,164,203)
#80ADD0
(128,173,208)
#8DB6D5
(141,182,213)
#9ABFDA
(154,191,218)
#A7C8DF
(167,200,223)
#B4D1E4
(180,209,228)
#C1DAE9
(193,218,233)
#CEE3EE
(206,227,238)
#DBECF3
(219,236,243)
#E8F5F8
(232,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669BC6 color. Also use rgb(102,155,198) instead hex code.

Text Font Color

.myTextColor { color: #669BC6; }

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

This text font color is #669BC6.


Background Color

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

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

This div background color is #669BC6.


Border color

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

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

This div border color is #669BC6.


Opacity

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

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

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

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

This text has shadow with #669BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669BC6 on black background.


Color preview on white background

This text has color #669BC6 on white background.



Black color preview on #669BC6 background

This text has black color on #669BC6 background.


White color preview on #669BC6 background

This text has white color on #669BC6 background.