COLOR #669BA8

HEX: #669BA8
RGB: (102,155,168)

Color info

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

RGB color model

#669BA8 color RGB value is (102,155,168).

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

RGB channels and saturation

R 102 of 255 = 40%
G 155 of 255 = 61%
B 168 of 255 = 66%

102
155
168

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

Portions of RGB colors in percentages

R + G + B =
102 + 155 + 168 = 425 (100%)
R 102 of 425 ~ 24%
G 155 of 425 ~ 36.47%
B 168 of 425 ~ 39.53%

%24
%36.47
%39.53

CMYK color model

#669BA8 color CMYK value is (39,8,0,34).

  • cyan value is 39.29%
  • magenta value is 7.74%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(39,8,0,34)
C39M8Y0K34 
(39%,8%,0%,34%)
(0.39/0.08/0.00/0.34)	

CMYK percentages

%39.29
%7.74
%0
%34.12

Codes

Color #669BA8 in popluar color models

669BA8
RGB102155168
HSL192°27.50%52.94%
HSB/HSV192°39.29%65.88%
CMYK39.29%7.74%0.00%
34.12%

Color #669BA8 in popluar number systems.

HEX669BA8
Decimal102155168
Binary11001101001101110101000
Octal146233250

Shades and tints

Shades of #669BA8

#669BA8
(102,155,168)
#5D8D99
(93,141,153)
#547F8A
(84,127,138)
#4B717B
(75,113,123)
#42636C
(66,99,108)
#39555D
(57,85,93)
#30474E
(48,71,78)
#27393F
(39,57,63)
#1E2B30
(30,43,48)
#151D21
(21,29,33)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #669BA8

#669BA8
(102,155,168)
#73A4AF
(115,164,175)
#80ADB6
(128,173,182)
#8DB6BD
(141,182,189)
#9ABFC4
(154,191,196)
#A7C8CB
(167,200,203)
#B4D1D2
(180,209,210)
#C1DAD9
(193,218,217)
#CEE3E0
(206,227,224)
#DBECE7
(219,236,231)
#E8F5EE
(232,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #669BA8; }

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

This text font color is #669BA8.


Background Color

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

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

This div background color is #669BA8.


Border color

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

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

This div border color is #669BA8.


Opacity

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

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

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

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

This text has shadow with #669BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669BA8 on black background.


Color preview on white background

This text has color #669BA8 on white background.



Black color preview on #669BA8 background

This text has black color on #669BA8 background.


White color preview on #669BA8 background

This text has white color on #669BA8 background.