COLOR #668FB9

HEX: #668FB9 RGB: (102,143,185)

Color info

#668FB9 contains mainly green and blue colors. Web safe color of #668FB9 is #6699CC (or #69C).

RGB color model

#668FB9 color RGB value is (102,143,185).

RGB: (102,143,185) (40%, 56%, 73%)

RGB channels and saturation

R 102 of 255 = 40%
G 143 of 255 = 56%
B 185 of 255 = 73%

102
143
185

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

Portions of RGB colors in percentages

R + G + B = 102 + 143 + 185 = 430 (100%)
R 102 of 430 ~ 23.72%
G 143 of 430 ~ 33.26%
B 185 of 430 ~ 43.02'%

%23.72
%33.26
%43.02

CMYK color model

#668FB9 color CMYK value is (45,23,0,27).

  • cyan value is 44.86%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (45,23,0,27)
C45M23Y0K27 (45%, 23%, 0%, 27%)
(0.45 / 0.23 / 0.00 / 0.27)

CMYK percentages

%44.86
%22.7
%0
%27.45

Codes

Color #668FB9 in popluar color models

66 8F B9
RGB 102 143 185
HSL 210° 37.22% 56.27%
HSB/HSV 210° 44.86% 72.55%
CMYK 44.86% 22.70% 0.00%
27.45%

Color #668FB9 in popluar number systems.

HEX 66 8F B9
Decimal 102 143 185
Binary 1100110 10001111 10111001
Octal 146 217 271

Shades and tints

Shades of #668FB9

#668FB9
(102,143,185)
#5D82A9
(93,130,169)
#547599
(84,117,153)
#4B6889
(75,104,137)
#425B79
(66,91,121)
#394E69
(57,78,105)
#304159
(48,65,89)
#273449
(39,52,73)
#1E2739
(30,39,57)
#151A29
(21,26,41)
#0C0D19
(12,13,25)
#000000
(0,0,0)

Tints of #668FB9

#668FB9
(102,143,185)
#7399BF
(115,153,191)
#80A3C5
(128,163,197)
#8DADCB
(141,173,203)
#9AB7D1
(154,183,209)
#A7C1D7
(167,193,215)
#B4CBDD
(180,203,221)
#C1D5E3
(193,213,227)
#CEDFE9
(206,223,233)
#DBE9EF
(219,233,239)
#E8F3F5
(232,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668FB9; }

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

This text font color is #668FB9.

Background Color

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

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

This div background color is #668FB9.

Border color

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

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

This div border color is #668FB9.

Opacity

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

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

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

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

This text has shadow with #668FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #668FB9.

Preview

Color preview on black background

This text has color #668FB9 on black background.


Color preview on white background

This text has color #668FB9 on white background.


Black color preview on #668FB9 background

This text has black color on #668FB9 background.


White color preview on #668FB9 background

This text has white color on #668FB9 background.


Related colors

Complementary color

Complementary color for #hex is #997046.


I love getcolorcode.com

Triadic colors

1 #B9668F and #8FB966 with #668FB9 are triadic colors.

2 #B98F66 and #8F66B9 with #668FB9 are triadic colors.