COLOR #668C99

HEX: #668C99 RGB: (102,140,153)

Color info

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

RGB color model

#668C99 color RGB value is (102,140,153).

RGB: (102,140,153) (40%, 55%, 60%)

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 153 of 255 = 60%

102
140
153

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

Portions of RGB colors in percentages

R + G + B = 102 + 140 + 153 = 395 (100%)
R 102 of 395 ~ 25.82%
G 140 of 395 ~ 35.44%
B 153 of 395 ~ 38.73'%

%25.82
%35.44
%38.73

CMYK color model

#668C99 color CMYK value is (33,8,0,40).

  • cyan value is 33.33%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (33,8,0,40)
C33M8Y0K40 (33%, 8%, 0%, 40%)
(0.33 / 0.08 / 0.00 / 0.40)

CMYK percentages

%33.33
%8.5
%0
%40

Codes

Color #668C99 in popluar color models

66 8C 99
RGB 102 140 153
HSL 195° 20.00% 50.00%
HSB/HSV 195° 33.33% 60.00%
CMYK 33.33% 8.50% 0.00%
40.00%

Color #668C99 in popluar number systems.

HEX 66 8C 99
Decimal 102 140 153
Binary 1100110 10001100 10011001
Octal 146 214 231

Shades and tints

Shades of #668C99

#668C99
(102,140,153)
#5D808C
(93,128,140)
#54747F
(84,116,127)
#4B6872
(75,104,114)
#425C65
(66,92,101)
#395058
(57,80,88)
#30444B
(48,68,75)
#27383E
(39,56,62)
#1E2C31
(30,44,49)
#152024
(21,32,36)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #668C99

#668C99
(102,140,153)
#7396A2
(115,150,162)
#80A0AB
(128,160,171)
#8DAAB4
(141,170,180)
#9AB4BD
(154,180,189)
#A7BEC6
(167,190,198)
#B4C8CF
(180,200,207)
#C1D2D8
(193,210,216)
#CEDCE1
(206,220,225)
#DBE6EA
(219,230,234)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668C99 color. Also use rgb(102,140,153) instead hex code.

Text Font Color

.myTextColor { color: #668C99; }

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

This text font color is #668C99.

Background Color

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

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

This div background color is #668C99.

Border color

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

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

This div border color is #668C99.

Opacity

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

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

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

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

This text has shadow with #668C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668C99.

Preview

Color preview on black background

This text has color #668C99 on black background.


Color preview on white background

This text has color #668C99 on white background.


Black color preview on #668C99 background

This text has black color on #668C99 background.


White color preview on #668C99 background

This text has white color on #668C99 background.


Related colors

Complementary color

Complementary color for #hex is #997366.


I love getcolorcode.com

Triadic colors

1 #99668C and #8C9966 with #668C99 are triadic colors.

2 #998C66 and #8C6699 with #668C99 are triadic colors.