COLOR #667DBE

HEX: #667DBE RGB: (102,125,190)

Color info

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

RGB color model

#667DBE color RGB value is (102,125,190).

RGB: (102,125,190) (40%, 49%, 75%)

RGB channels and saturation

R 102 of 255 = 40%
G 125 of 255 = 49%
B 190 of 255 = 75%

102
125
190

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

Portions of RGB colors in percentages

R + G + B = 102 + 125 + 190 = 417 (100%)
R 102 of 417 ~ 24.46%
G 125 of 417 ~ 29.98%
B 190 of 417 ~ 45.56'%

%24.46
%29.98
%45.56

CMYK color model

#667DBE color CMYK value is (46,34,0,25).

  • cyan value is 46.32%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (46,34,0,25)
C46M34Y0K25 (46%, 34%, 0%, 25%)
(0.46 / 0.34 / 0.00 / 0.25)

CMYK percentages

%46.32
%34.21
%0
%25.49

Codes

Color #667DBE in popluar color models

66 7D BE
RGB 102 125 190
HSL 224° 40.37% 57.25%
HSB/HSV 224° 46.32% 74.51%
CMYK 46.32% 34.21% 0.00%
25.49%

Color #667DBE in popluar number systems.

HEX 66 7D BE
Decimal 102 125 190
Binary 1100110 1111101 10111110
Octal 146 175 276

Shades and tints

Shades of #667DBE

#667DBE
(102,125,190)
#5D72AD
(93,114,173)
#54679C
(84,103,156)
#4B5C8B
(75,92,139)
#42517A
(66,81,122)
#394669
(57,70,105)
#303B58
(48,59,88)
#273047
(39,48,71)
#1E2536
(30,37,54)
#151A25
(21,26,37)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #667DBE

#667DBE
(102,125,190)
#7388C3
(115,136,195)
#8093C8
(128,147,200)
#8D9ECD
(141,158,205)
#9AA9D2
(154,169,210)
#A7B4D7
(167,180,215)
#B4BFDC
(180,191,220)
#C1CAE1
(193,202,225)
#CED5E6
(206,213,230)
#DBE0EB
(219,224,235)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667DBE; }

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

This text font color is #667DBE.

Background Color

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

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

This div background color is #667DBE.

Border color

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

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

This div border color is #667DBE.

Opacity

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

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

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

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

This text has shadow with #667DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667DBE.

Preview

Color preview on black background

This text has color #667DBE on black background.


Color preview on white background

This text has color #667DBE on white background.


Black color preview on #667DBE background

This text has black color on #667DBE background.


White color preview on #667DBE background

This text has white color on #667DBE background.


Related colors

Complementary color

Complementary color for #hex is #998241.


I love getcolorcode.com

Triadic colors

1 #BE667D and #7DBE66 with #667DBE are triadic colors.

2 #BE7D66 and #7D66BE with #667DBE are triadic colors.