COLOR #667DB1

HEX: #667DB1
RGB: (102,125,177)

Color info

#667DB1 contains mainly green and blue colors. Web safe color of #667DB1 is #666699 (or #669).

RGB color model

#667DB1 color RGB value is (102,125,177).

  • red value is 102;
  • green value is 125;
  • blue value is 177.
RGB:
(102,125,177)
(40%,49%,69%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 177 of 255 = 69%

102
125
177

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

Portions of RGB colors in percentages

R + G + B =
102 + 125 + 177 = 404 (100%)
R 102 of 404 ~ 25.25%
G 125 of 404 ~ 30.94%
B 177 of 404 ~ 43.81%

%25.25
%30.94
%43.81

CMYK color model

#667DB1 color CMYK value is (42,29,0,31).

  • cyan value is 42.37%
  • magenta value is 29.38%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(42,29,0,31)
C42M29Y0K31 
(42%,29%,0%,31%)
(0.42/0.29/0.00/0.31)	

CMYK percentages

%42.37
%29.38
%0
%30.59

Codes

Color #667DB1 in popluar color models

667DB1
RGB102125177
HSL222°32.47%54.71%
HSB/HSV222°42.37%69.41%
CMYK42.37%29.38%0.00%
30.59%

Color #667DB1 in popluar number systems.

HEX667DB1
Decimal102125177
Binary1100110111110110110001
Octal146175261

Shades and tints

Shades of #667DB1

#667DB1
(102,125,177)
#5D72A1
(93,114,161)
#546791
(84,103,145)
#4B5C81
(75,92,129)
#425171
(66,81,113)
#394661
(57,70,97)
#303B51
(48,59,81)
#273041
(39,48,65)
#1E2531
(30,37,49)
#151A21
(21,26,33)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #667DB1

#667DB1
(102,125,177)
#7388B8
(115,136,184)
#8093BF
(128,147,191)
#8D9EC6
(141,158,198)
#9AA9CD
(154,169,205)
#A7B4D4
(167,180,212)
#B4BFDB
(180,191,219)
#C1CAE2
(193,202,226)
#CED5E9
(206,213,233)
#DBE0F0
(219,224,240)
#E8EBF7
(232,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667DB1 color. Also use rgb(102,125,177) instead hex code.

Text Font Color

.myTextColor { color: #667DB1; }

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

This text font color is #667DB1.


Background Color

.myBgColor { background-color: #667DB1; }

<div style="background-color:#667DB1">Inner text</div>

This div background color is #667DB1.


Border color

.myBorderColor { border: 1px solid #667DB1; }

<div style="border:3px solid #667DB1">Div</div>

This div border color is #667DB1.


Opacity

.myOpacity80 { color: #667DB1; opacity: 0.8; }

<p style="color:#667DB1;opacity:0.8;">80%</p>

Text with #667DB1 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 #667DB1;}

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

This text has shadow with #667DB1 color.

.textShadow {text-shadow: 3px 3px 1px #667DB1, 3px 3px 1px red;}

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

This text has shadow with #667DB1 primary color and red secondary color.


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

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

This text has shadow with #667DB1 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #667DB1;
-webkit-box-shadow: 1px 1px 3px 2px #667DB1;
box-shadow:1px 1px 3px 2px #667DB1;">
Div content here</div>
This div box has shadow with color #667DB1.

Preview

Color preview on black background

This text has color #667DB1 on black background.


Color preview on white background

This text has color #667DB1 on white background.



Black color preview on #667DB1 background

This text has black color on #667DB1 background.


White color preview on #667DB1 background

This text has white color on #667DB1 background.