COLOR #669CA7

HEX: #669CA7
RGB: (102,156,167)

Color info

#669CA7 contains mainly green and blue colors. Web safe color of #669CA7 is #669999 (or #699).

RGB color model

#669CA7 color RGB value is (102,156,167).

  • red value is 102;
  • green value is 156;
  • blue value is 167.
RGB:
(102,156,167)
(40%,61%,65%)

RGB channels and saturation

R 102 of 255 = 40%
G 156 of 255 = 61%
B 167 of 255 = 65%

102
156
167

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

Portions of RGB colors in percentages

R + G + B =
102 + 156 + 167 = 425 (100%)
R 102 of 425 ~ 24%
G 156 of 425 ~ 36.71%
B 167 of 425 ~ 39.29%

%24
%36.71
%39.29

CMYK color model

#669CA7 color CMYK value is (39,7,0,35).

  • cyan value is 38.92%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(39,7,0,35)
C39M7Y0K35 
(39%,7%,0%,35%)
(0.39/0.07/0.00/0.35)	

CMYK percentages

%38.92
%6.59
%0
%34.51

Codes

Color #669CA7 in popluar color models

669CA7
RGB102156167
HSL190°26.97%52.75%
HSB/HSV190°38.92%65.49%
CMYK38.92%6.59%0.00%
34.51%

Color #669CA7 in popluar number systems.

HEX669CA7
Decimal102156167
Binary11001101001110010100111
Octal146234247

Shades and tints

Shades of #669CA7

#669CA7
(102,156,167)
#5D8E98
(93,142,152)
#548089
(84,128,137)
#4B727A
(75,114,122)
#42646B
(66,100,107)
#39565C
(57,86,92)
#30484D
(48,72,77)
#273A3E
(39,58,62)
#1E2C2F
(30,44,47)
#151E20
(21,30,32)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #669CA7

#669CA7
(102,156,167)
#73A5AF
(115,165,175)
#80AEB7
(128,174,183)
#8DB7BF
(141,183,191)
#9AC0C7
(154,192,199)
#A7C9CF
(167,201,207)
#B4D2D7
(180,210,215)
#C1DBDF
(193,219,223)
#CEE4E7
(206,228,231)
#DBEDEF
(219,237,239)
#E8F6F7
(232,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669CA7 color. Also use rgb(102,156,167) instead hex code.

Text Font Color

.myTextColor { color: #669CA7; }

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

This text font color is #669CA7.


Background Color

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

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

This div background color is #669CA7.


Border color

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

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

This div border color is #669CA7.


Opacity

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

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

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

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

This text has shadow with #669CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669CA7 on black background.


Color preview on white background

This text has color #669CA7 on white background.



Black color preview on #669CA7 background

This text has black color on #669CA7 background.


White color preview on #669CA7 background

This text has white color on #669CA7 background.