COLOR #669497

HEX: #669497
RGB: (102,148,151)

Color info

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

RGB color model

#669497 color RGB value is (102,148,151).

  • red value is 102;
  • green value is 148;
  • blue value is 151.
RGB:
(102,148,151)
(40%,58%,59%)

RGB channels and saturation

R 102 of 255 = 40%
G 148 of 255 = 58%
B 151 of 255 = 59%

102
148
151

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

Portions of RGB colors in percentages

R + G + B =
102 + 148 + 151 = 401 (100%)
R 102 of 401 ~ 25.44%
G 148 of 401 ~ 36.91%
B 151 of 401 ~ 37.66%

%25.44
%36.91
%37.66

CMYK color model

#669497 color CMYK value is (32,2,0,41).

  • cyan value is 32.45%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(32,2,0,41)
C32M2Y0K41 
(32%,2%,0%,41%)
(0.32/0.02/0.00/0.41)	

CMYK percentages

%32.45
%1.99
%0
%40.78

Codes

Color #669497 in popluar color models

669497
RGB102148151
HSL184°19.37%49.61%
HSB/HSV184°32.45%59.22%
CMYK32.45%1.99%0.00%
40.78%

Color #669497 in popluar number systems.

HEX669497
Decimal102148151
Binary11001101001010010010111
Octal146224227

Shades and tints

Shades of #669497

#669497
(102,148,151)
#5D878A
(93,135,138)
#547A7D
(84,122,125)
#4B6D70
(75,109,112)
#426063
(66,96,99)
#395356
(57,83,86)
#304649
(48,70,73)
#27393C
(39,57,60)
#1E2C2F
(30,44,47)
#151F22
(21,31,34)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #669497

#669497
(102,148,151)
#739DA0
(115,157,160)
#80A6A9
(128,166,169)
#8DAFB2
(141,175,178)
#9AB8BB
(154,184,187)
#A7C1C4
(167,193,196)
#B4CACD
(180,202,205)
#C1D3D6
(193,211,214)
#CEDCDF
(206,220,223)
#DBE5E8
(219,229,232)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #669497 color. Also use rgb(102,148,151) instead hex code.

Text Font Color

.myTextColor { color: #669497; }

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

This text font color is #669497.


Background Color

.myBgColor { background-color: #669497; }

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

This div background color is #669497.


Border color

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

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

This div border color is #669497.


Opacity

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

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

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

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

This text has shadow with #669497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #669497 on black background.


Color preview on white background

This text has color #669497 on white background.



Black color preview on #669497 background

This text has black color on #669497 background.


White color preview on #669497 background

This text has white color on #669497 background.