COLOR #667EC6

HEX: #667EC6
RGB: (102,126,198)

Color info

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

RGB color model

#667EC6 color RGB value is (102,126,198).

  • red value is 102;
  • green value is 126;
  • blue value is 198.
RGB:
(102,126,198)
(40%,49%,78%)

RGB channels and saturation

R 102 of 255 = 40%
G 126 of 255 = 49%
B 198 of 255 = 78%

102
126
198

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

Portions of RGB colors in percentages

R + G + B =
102 + 126 + 198 = 426 (100%)
R 102 of 426 ~ 23.94%
G 126 of 426 ~ 29.58%
B 198 of 426 ~ 46.48%

%23.94
%29.58
%46.48

CMYK color model

#667EC6 color CMYK value is (48,36,0,22).

  • cyan value is 48.48%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(48,36,0,22)
C48M36Y0K22 
(48%,36%,0%,22%)
(0.48/0.36/0.00/0.22)	

CMYK percentages

%48.48
%36.36
%0
%22.35

Codes

Color #667EC6 in popluar color models

667EC6
RGB102126198
HSL225°45.71%58.82%
HSB/HSV225°48.48%77.65%
CMYK48.48%36.36%0.00%
22.35%

Color #667EC6 in popluar number systems.

HEX667EC6
Decimal102126198
Binary1100110111111011000110
Octal146176306

Shades and tints

Shades of #667EC6

#667EC6
(102,126,198)
#5D73B4
(93,115,180)
#5468A2
(84,104,162)
#4B5D90
(75,93,144)
#42527E
(66,82,126)
#39476C
(57,71,108)
#303C5A
(48,60,90)
#273148
(39,49,72)
#1E2636
(30,38,54)
#151B24
(21,27,36)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #667EC6

#667EC6
(102,126,198)
#7389CB
(115,137,203)
#8094D0
(128,148,208)
#8D9FD5
(141,159,213)
#9AAADA
(154,170,218)
#A7B5DF
(167,181,223)
#B4C0E4
(180,192,228)
#C1CBE9
(193,203,233)
#CED6EE
(206,214,238)
#DBE1F3
(219,225,243)
#E8ECF8
(232,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667EC6 color. Also use rgb(102,126,198) instead hex code.

Text Font Color

.myTextColor { color: #667EC6; }

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

This text font color is #667EC6.


Background Color

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

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

This div background color is #667EC6.


Border color

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

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

This div border color is #667EC6.


Opacity

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

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

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

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

This text has shadow with #667EC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667EC6 on black background.


Color preview on white background

This text has color #667EC6 on white background.



Black color preview on #667EC6 background

This text has black color on #667EC6 background.


White color preview on #667EC6 background

This text has white color on #667EC6 background.