COLOR #667DB9

HEX: #667DB9
RGB: (102,125,185)

Color info

#667DB9 contains mainly blue color. Web safe color of #667DB9 is #6666CC (or #66C).

RGB color model

#667DB9 color RGB value is (102,125,185).

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

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 185 of 255 = 73%

102
125
185

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

Portions of RGB colors in percentages

R + G + B =
102 + 125 + 185 = 412 (100%)
R 102 of 412 ~ 24.76%
G 125 of 412 ~ 30.34%
B 185 of 412 ~ 44.9%

%24.76
%30.34
%44.9

CMYK color model

#667DB9 color CMYK value is (45,32,0,27).

  • cyan value is 44.86%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(45,32,0,27)
C45M32Y0K27 
(45%,32%,0%,27%)
(0.45/0.32/0.00/0.27)	

CMYK percentages

%44.86
%32.43
%0
%27.45

Codes

Color #667DB9 in popluar color models

667DB9
RGB102125185
HSL223°37.22%56.27%
HSB/HSV223°44.86%72.55%
CMYK44.86%32.43%0.00%
27.45%

Color #667DB9 in popluar number systems.

HEX667DB9
Decimal102125185
Binary1100110111110110111001
Octal146175271

Shades and tints

Shades of #667DB9

#667DB9
(102,125,185)
#5D72A9
(93,114,169)
#546799
(84,103,153)
#4B5C89
(75,92,137)
#425179
(66,81,121)
#394669
(57,70,105)
#303B59
(48,59,89)
#273049
(39,48,73)
#1E2539
(30,37,57)
#151A29
(21,26,41)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #667DB9

#667DB9
(102,125,185)
#7388BF
(115,136,191)
#8093C5
(128,147,197)
#8D9ECB
(141,158,203)
#9AA9D1
(154,169,209)
#A7B4D7
(167,180,215)
#B4BFDD
(180,191,221)
#C1CAE3
(193,202,227)
#CED5E9
(206,213,233)
#DBE0EF
(219,224,239)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667DB9; }

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

This text font color is #667DB9.


Background Color

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

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

This div background color is #667DB9.


Border color

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

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

This div border color is #667DB9.


Opacity

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

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

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

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

This text has shadow with #667DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667DB9 on black background.


Color preview on white background

This text has color #667DB9 on white background.



Black color preview on #667DB9 background

This text has black color on #667DB9 background.


White color preview on #667DB9 background

This text has white color on #667DB9 background.