COLOR #668F97

HEX: #668F97 RGB: (102,143,151)

Color info

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

RGB color model

#668F97 color RGB value is (102,143,151).

RGB: (102,143,151) (40%, 56%, 59%)

RGB channels and saturation

R 102 of 255 = 40%
G 143 of 255 = 56%
B 151 of 255 = 59%

102
143
151

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

Portions of RGB colors in percentages

R + G + B = 102 + 143 + 151 = 396 (100%)
R 102 of 396 ~ 25.76%
G 143 of 396 ~ 36.11%
B 151 of 396 ~ 38.13'%

%25.76
%36.11
%38.13

CMYK color model

#668F97 color CMYK value is (32,5,0,41).

  • cyan value is 32.45%
  • magenta value is 5.30%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (32,5,0,41)
C32M5Y0K41 (32%, 5%, 0%, 41%)
(0.32 / 0.05 / 0.00 / 0.41)

CMYK percentages

%32.45
%5.3
%0
%40.78

Codes

Color #668F97 in popluar color models

66 8F 97
RGB 102 143 151
HSL 190° 19.37% 49.61%
HSB/HSV 190° 32.45% 59.22%
CMYK 32.45% 5.30% 0.00%
40.78%

Color #668F97 in popluar number systems.

HEX 66 8F 97
Decimal 102 143 151
Binary 1100110 10001111 10010111
Octal 146 217 227

Shades and tints

Shades of #668F97

#668F97
(102,143,151)
#5D828A
(93,130,138)
#54757D
(84,117,125)
#4B6870
(75,104,112)
#425B63
(66,91,99)
#394E56
(57,78,86)
#304149
(48,65,73)
#27343C
(39,52,60)
#1E272F
(30,39,47)
#151A22
(21,26,34)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #668F97

#668F97
(102,143,151)
#7399A0
(115,153,160)
#80A3A9
(128,163,169)
#8DADB2
(141,173,178)
#9AB7BB
(154,183,187)
#A7C1C4
(167,193,196)
#B4CBCD
(180,203,205)
#C1D5D6
(193,213,214)
#CEDFDF
(206,223,223)
#DBE9E8
(219,233,232)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668F97; }

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

This text font color is #668F97.

Background Color

.myBgColor { background-color: #668F97; }

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

This div background color is #668F97.

Border color

.myBorderColor { border: 1px solid #668F97; }

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

This div border color is #668F97.

Opacity

.myOpacity80 { color: #668F97; opacity: 0.8; }

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

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

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

This text has shadow with #668F97 color.


.textShadow {text-shadow: 3px 3px 1px #668F97', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #668F97; -webkit-box-shadow: 1px 1px 3px 2px #668F97; box-shadow:1px 1px 3px 2px #668F97;">
Div content here
</div>

This div box has shadow with color #668F97.

Preview

Color preview on black background

This text has color #668F97 on black background.


Color preview on white background

This text has color #668F97 on white background.


Black color preview on #668F97 background

This text has black color on #668F97 background.


White color preview on #668F97 background

This text has white color on #668F97 background.


Related colors

Complementary color

Complementary color for #hex is #997068.


I love getcolorcode.com

Triadic colors

1 #97668F and #8F9766 with #668F97 are triadic colors.

2 #978F66 and #8F6697 with #668F97 are triadic colors.