COLOR #668A99

HEX: #668A99 RGB: (102,138,153)

Color info

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

RGB color model

#668A99 color RGB value is (102,138,153).

RGB: (102,138,153) (40%, 54%, 60%)

RGB channels and saturation

R 102 of 255 = 40%
G 138 of 255 = 54%
B 153 of 255 = 60%

102
138
153

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

Portions of RGB colors in percentages

R + G + B = 102 + 138 + 153 = 393 (100%)
R 102 of 393 ~ 25.95%
G 138 of 393 ~ 35.11%
B 153 of 393 ~ 38.93'%

%25.95
%35.11
%38.93

CMYK color model

#668A99 color CMYK value is (33,10,0,40).

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

CMYK: (33,10,0,40)
C33M10Y0K40 (33%, 10%, 0%, 40%)
(0.33 / 0.10 / 0.00 / 0.40)

CMYK percentages

%33.33
%9.8
%0
%40

Codes

Color #668A99 in popluar color models

66 8A 99
RGB 102 138 153
HSL 198° 20.00% 50.00%
HSB/HSV 198° 33.33% 60.00%
CMYK 33.33% 9.80% 0.00%
40.00%

Color #668A99 in popluar number systems.

HEX 66 8A 99
Decimal 102 138 153
Binary 1100110 10001010 10011001
Octal 146 212 231

Shades and tints

Shades of #668A99

#668A99
(102,138,153)
#5D7E8C
(93,126,140)
#54727F
(84,114,127)
#4B6672
(75,102,114)
#425A65
(66,90,101)
#394E58
(57,78,88)
#30424B
(48,66,75)
#27363E
(39,54,62)
#1E2A31
(30,42,49)
#151E24
(21,30,36)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #668A99

#668A99
(102,138,153)
#7394A2
(115,148,162)
#809EAB
(128,158,171)
#8DA8B4
(141,168,180)
#9AB2BD
(154,178,189)
#A7BCC6
(167,188,198)
#B4C6CF
(180,198,207)
#C1D0D8
(193,208,216)
#CEDAE1
(206,218,225)
#DBE4EA
(219,228,234)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668A99; }

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

This text font color is #668A99.

Background Color

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

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

This div background color is #668A99.

Border color

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

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

This div border color is #668A99.

Opacity

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

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

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

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

This text has shadow with #668A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668A99.

Preview

Color preview on black background

This text has color #668A99 on black background.


Color preview on white background

This text has color #668A99 on white background.


Black color preview on #668A99 background

This text has black color on #668A99 background.


White color preview on #668A99 background

This text has white color on #668A99 background.


Related colors

Complementary color

Complementary color for #hex is #997566.


I love getcolorcode.com

Triadic colors

1 #99668A and #8A9966 with #668A99 are triadic colors.

2 #998A66 and #8A6699 with #668A99 are triadic colors.