COLOR #669690

HEX: #669690
RGB: (102,150,144)

Color info

#669690 contains red, green and blue colors in about the same proportion. Web safe color of #669690 is #669999 (or #699).

RGB color model

#669690 color RGB value is (102,150,144).

  • red value is 102;
  • green value is 150;
  • blue value is 144.
RGB:
(102,150,144)
(40%,59%,56%)

RGB channels and saturation

R 102 of 255 = 40%
G 150 of 255 = 59%
B 144 of 255 = 56%

102
150
144

R + G + B ~ 52%. #669690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 150 + 144 = 396 (100%)
R 102 of 396 ~ 25.76%
G 150 of 396 ~ 37.88%
B 144 of 396 ~ 36.36%

%25.76
%37.88
%36.36

CMYK color model

#669690 color CMYK value is (32,0,4,41).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 41.18%
CMYK:
(32,0,4,41)
C32M0Y4K41 
(32%,0%,4%,41%)
(0.32/0.00/0.04/0.41)	

CMYK percentages

%32
%0
%4
%41.18

Codes

Color #669690 in popluar color models

669690
RGB102150144
HSL173°19.05%49.41%
HSB/HSV173°32.00%58.82%
CMYK32.00%0.00%4.00%
41.18%

Color #669690 in popluar number systems.

HEX669690
Decimal102150144
Binary11001101001011010010000
Octal146226220

Shades and tints

Shades of #669690

#669690
(102,150,144)
#5D8983
(93,137,131)
#547C76
(84,124,118)
#4B6F69
(75,111,105)
#42625C
(66,98,92)
#39554F
(57,85,79)
#304842
(48,72,66)
#273B35
(39,59,53)
#1E2E28
(30,46,40)
#15211B
(21,33,27)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #669690

#669690
(102,150,144)
#739F9A
(115,159,154)
#80A8A4
(128,168,164)
#8DB1AE
(141,177,174)
#9ABAB8
(154,186,184)
#A7C3C2
(167,195,194)
#B4CCCC
(180,204,204)
#C1D5D6
(193,213,214)
#CEDEE0
(206,222,224)
#DBE7EA
(219,231,234)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669690 color. Also use rgb(102,150,144) instead hex code.

Text Font Color

.myTextColor { color: #669690; }

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

This text font color is #669690.


Background Color

.myBgColor { background-color: #669690; }

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

This div background color is #669690.


Border color

.myBorderColor { border: 1px solid #669690; }

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

This div border color is #669690.


Opacity

.myOpacity80 { color: #669690; opacity: 0.8; }

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

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

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

This text has shadow with #669690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669690 on black background.


Color preview on white background

This text has color #669690 on white background.



Black color preview on #669690 background

This text has black color on #669690 background.


White color preview on #669690 background

This text has white color on #669690 background.