COLOR #668CA4

HEX: #668CA4 RGB: (102,140,164)

Color info

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

RGB color model

#668CA4 color RGB value is (102,140,164).

RGB: (102,140,164) (40%, 55%, 64%)

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 164 of 255 = 64%

102
140
164

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

Portions of RGB colors in percentages

R + G + B = 102 + 140 + 164 = 406 (100%)
R 102 of 406 ~ 25.12%
G 140 of 406 ~ 34.48%
B 164 of 406 ~ 40.39'%

%25.12
%34.48
%40.39

CMYK color model

#668CA4 color CMYK value is (38,15,0,36).

  • cyan value is 37.80%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK: (38,15,0,36) C38M15Y0K36 (38%,15%,0%,36%) (0.38/0.15/0.00/0.36) 

CMYK percentages

%37.8
%14.63
%0
%35.69

Codes

Color #668CA4 in popluar color models

66 8C A4
RGB 102 140 164
HSL 203° 25.41% 52.16%
HSB/HSV 203° 37.80% 64.31%
CMYK 37.80% 14.63% 0.00%
35.69%

Color #668CA4 in popluar number systems.

HEX 66 8C A4
Decimal 102 140 164
Binary 1100110 10001100 10100100
Octal 146 214 244

Shades and tints

Shades of #668CA4

#668CA4
(102,140,164)
#5D8096
(93,128,150)
#547488
(84,116,136)
#4B687A
(75,104,122)
#425C6C
(66,92,108)
#39505E
(57,80,94)
#304450
(48,68,80)
#273842
(39,56,66)
#1E2C34
(30,44,52)
#152026
(21,32,38)
#0C1418
(12,20,24)
#000000
(0,0,0)

Tints of #668CA4

#668CA4
(102,140,164)
#7396AC
(115,150,172)
#80A0B4
(128,160,180)
#8DAABC
(141,170,188)
#9AB4C4
(154,180,196)
#A7BECC
(167,190,204)
#B4C8D4
(180,200,212)
#C1D2DC
(193,210,220)
#CEDCE4
(206,220,228)
#DBE6EC
(219,230,236)
#E8F0F4
(232,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668CA4; }

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

This text font color is #668CA4.

Background Color

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

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

This div background color is #668CA4.

Border color

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

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

This div border color is #668CA4.

Opacity

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

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

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

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

This text has shadow with #668CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668CA4.

Preview

Color preview on black background

This text has color #668CA4 on black background.


Color preview on white background

This text has color #668CA4 on white background.


Black color preview on #668CA4 background

This text has black color on #668CA4 background.


White color preview on #668CA4 background

This text has white color on #668CA4 background.


Related colors

Complementary color

Complementary color for #hex is #99735B.


I love getcolorcode.com

Triadic colors

1 #A4668C and #8CA466 with #668CA4 are triadic colors.

2 #A48C66 and #8C66A4 with #668CA4 are triadic colors.