COLOR #667FDD

HEX: #667FDD
RGB: (102,127,221)

Color info

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

RGB color model

#667FDD color RGB value is (102,127,221).

  • red value is 102;
  • green value is 127;
  • blue value is 221.
RGB:
(102,127,221)
(40%,50%,87%)

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 221 of 255 = 87%

102
127
221

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

Portions of RGB colors in percentages

R + G + B =
102 + 127 + 221 = 450 (100%)
R 102 of 450 ~ 22.67%
G 127 of 450 ~ 28.22%
B 221 of 450 ~ 49.11%

%22.67
%28.22
%49.11

CMYK color model

#667FDD color CMYK value is (54,43,0,13).

  • cyan value is 53.85%
  • magenta value is 42.53%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(54,43,0,13)
C54M43Y0K13 
(54%,43%,0%,13%)
(0.54/0.43/0.00/0.13)	

CMYK percentages

%53.85
%42.53
%0
%13.33

Codes

Color #667FDD in popluar color models

667FDD
RGB102127221
HSL227°63.64%63.33%
HSB/HSV227°53.85%86.67%
CMYK53.85%42.53%0.00%
13.33%

Color #667FDD in popluar number systems.

HEX667FDD
Decimal102127221
Binary1100110111111111011101
Octal146177335

Shades and tints

Shades of #667FDD

#667FDD
(102,127,221)
#5D74C9
(93,116,201)
#5469B5
(84,105,181)
#4B5EA1
(75,94,161)
#42538D
(66,83,141)
#394879
(57,72,121)
#303D65
(48,61,101)
#273251
(39,50,81)
#1E273D
(30,39,61)
#151C29
(21,28,41)
#0C1115
(12,17,21)
#000000
(0,0,0)

Tints of #667FDD

#667FDD
(102,127,221)
#738AE0
(115,138,224)
#8095E3
(128,149,227)
#8DA0E6
(141,160,230)
#9AABE9
(154,171,233)
#A7B6EC
(167,182,236)
#B4C1EF
(180,193,239)
#C1CCF2
(193,204,242)
#CED7F5
(206,215,245)
#DBE2F8
(219,226,248)
#E8EDFB
(232,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667FDD color. Also use rgb(102,127,221) instead hex code.

Text Font Color

.myTextColor { color: #667FDD; }

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

This text font color is #667FDD.


Background Color

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

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

This div background color is #667FDD.


Border color

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

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

This div border color is #667FDD.


Opacity

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

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

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

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

This text has shadow with #667FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667FDD on black background.


Color preview on white background

This text has color #667FDD on white background.



Black color preview on #667FDD background

This text has black color on #667FDD background.


White color preview on #667FDD background

This text has white color on #667FDD background.