COLOR #668CA5

HEX: #668CA5 RGB: (102,140,165)

Color info

#668CA5 contains mainly green and blue colors. Web safe color of #668CA5 is #669999 (or #699).

RGB color model

#668CA5 color RGB value is (102,140,165).

RGB: (102,140,165) (40%, 55%, 65%)

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 165 of 255 = 65%

102
140
165

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

Portions of RGB colors in percentages

R + G + B = 102 + 140 + 165 = 407 (100%)
R 102 of 407 ~ 25.06%
G 140 of 407 ~ 34.4%
B 165 of 407 ~ 40.54'%

%25.06
%34.4
%40.54

CMYK color model

#668CA5 color CMYK value is (38,15,0,35).

  • cyan value is 38.18%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (38,15,0,35)
C38M15Y0K35 (38%, 15%, 0%, 35%)
(0.38 / 0.15 / 0.00 / 0.35)

CMYK percentages

%38.18
%15.15
%0
%35.29

Codes

Color #668CA5 in popluar color models

66 8C A5
RGB 102 140 165
HSL 204° 25.93% 52.35%
HSB/HSV 204° 38.18% 64.71%
CMYK 38.18% 15.15% 0.00%
35.29%

Color #668CA5 in popluar number systems.

HEX 66 8C A5
Decimal 102 140 165
Binary 1100110 10001100 10100101
Octal 146 214 245

Shades and tints

Shades of #668CA5

#668CA5
(102,140,165)
#5D8096
(93,128,150)
#547487
(84,116,135)
#4B6878
(75,104,120)
#425C69
(66,92,105)
#39505A
(57,80,90)
#30444B
(48,68,75)
#27383C
(39,56,60)
#1E2C2D
(30,44,45)
#15201E
(21,32,30)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #668CA5

#668CA5
(102,140,165)
#7396AD
(115,150,173)
#80A0B5
(128,160,181)
#8DAABD
(141,170,189)
#9AB4C5
(154,180,197)
#A7BECD
(167,190,205)
#B4C8D5
(180,200,213)
#C1D2DD
(193,210,221)
#CEDCE5
(206,220,229)
#DBE6ED
(219,230,237)
#E8F0F5
(232,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668CA5; }

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

This text font color is #668CA5.

Background Color

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

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

This div background color is #668CA5.

Border color

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

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

This div border color is #668CA5.

Opacity

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

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

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

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

This text has shadow with #668CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668CA5.

Preview

Color preview on black background

This text has color #668CA5 on black background.


Color preview on white background

This text has color #668CA5 on white background.


Black color preview on #668CA5 background

This text has black color on #668CA5 background.


White color preview on #668CA5 background

This text has white color on #668CA5 background.


Related colors

Complementary color

Complementary color for #hex is #99735A.


I love getcolorcode.com

Triadic colors

1 #A5668C and #8CA566 with #668CA5 are triadic colors.

2 #A58C66 and #8C66A5 with #668CA5 are triadic colors.