COLOR #667DB7

HEX: #667DB7 RGB: (102,125,183)

Color info

#667DB7 contains mainly green and blue colors. Web safe color of #667DB7 is #6666CC (or #66C).

RGB color model

#667DB7 color RGB value is (102,125,183).

RGB: (102,125,183) (40%, 49%, 72%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 183 of 255 = 72%

102
125
183

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

Portions of RGB colors in percentages

R + G + B = 102 + 125 + 183 = 410 (100%)
R 102 of 410 ~ 24.88%
G 125 of 410 ~ 30.49%
B 183 of 410 ~ 44.63'%

%24.88
%30.49
%44.63

CMYK color model

#667DB7 color CMYK value is (44,32,0,28).

  • cyan value is 44.26%
  • magenta value is 31.69%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (44,32,0,28)
C44M32Y0K28 (44%, 32%, 0%, 28%)
(0.44 / 0.32 / 0.00 / 0.28)

CMYK percentages

%44.26
%31.69
%0
%28.24

Codes

Color #667DB7 in popluar color models

66 7D B7
RGB 102 125 183
HSL 223° 36.00% 55.88%
HSB/HSV 223° 44.26% 71.76%
CMYK 44.26% 31.69% 0.00%
28.24%

Color #667DB7 in popluar number systems.

HEX 66 7D B7
Decimal 102 125 183
Binary 1100110 1111101 10110111
Octal 146 175 267

Shades and tints

Shades of #667DB7

#667DB7
(102,125,183)
#5D72A7
(93,114,167)
#546797
(84,103,151)
#4B5C87
(75,92,135)
#425177
(66,81,119)
#394667
(57,70,103)
#303B57
(48,59,87)
#273047
(39,48,71)
#1E2537
(30,37,55)
#151A27
(21,26,39)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #667DB7

#667DB7
(102,125,183)
#7388BD
(115,136,189)
#8093C3
(128,147,195)
#8D9EC9
(141,158,201)
#9AA9CF
(154,169,207)
#A7B4D5
(167,180,213)
#B4BFDB
(180,191,219)
#C1CAE1
(193,202,225)
#CED5E7
(206,213,231)
#DBE0ED
(219,224,237)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667DB7; }

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

This text font color is #667DB7.

Background Color

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

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

This div background color is #667DB7.

Border color

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

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

This div border color is #667DB7.

Opacity

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

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

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

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

This text has shadow with #667DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667DB7.

Preview

Color preview on black background

This text has color #667DB7 on black background.


Color preview on white background

This text has color #667DB7 on white background.


Black color preview on #667DB7 background

This text has black color on #667DB7 background.


White color preview on #667DB7 background

This text has white color on #667DB7 background.


Related colors

Complementary color

Complementary color for #hex is #998248.


I love getcolorcode.com

Triadic colors

1 #B7667D and #7DB766 with #667DB7 are triadic colors.

2 #B77D66 and #7D66B7 with #667DB7 are triadic colors.