COLOR #667EFE

HEX: #667EFE RGB: (102,126,254)

Color info

#667EFE contains mainly blue color. Web safe color of #667EFE is #6666FF (or #66F).

RGB color model

#667EFE color RGB value is (102,126,254).

RGB: (102,126,254) (40%, 49%, 100%)

RGB channels and saturation

R 102 of 255 = 40%
G 126 of 255 = 49%
B 254 of 255 = 100%

102
126
254

R + G + B ~ 63%. #667EFE is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 126 + 254 = 482 (100%)
R 102 of 482 ~ 21.16%
G 126 of 482 ~ 26.14%
B 254 of 482 ~ 52.7'%

%21.16
%26.14
%52.7

CMYK color model

#667EFE color CMYK value is (60,50,0,0).

  • cyan value is 59.84%
  • magenta value is 50.39%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (60,50,0,0)
C60M50Y0K0 (60%, 50%, 0%, 0%)
(0.60 / 0.50 / 0.00 / 0.00)

CMYK percentages

%59.84
%50.39
%0
%0.39

Codes

Color #667EFE in popluar color models

66 7E FE
RGB 102 126 254
HSL 231° 98.70% 69.80%
HSB/HSV 231° 59.84% 99.61%
CMYK 59.84% 50.39% 0.00%
0.39%

Color #667EFE in popluar number systems.

HEX 66 7E FE
Decimal 102 126 254
Binary 1100110 1111110 11111110
Octal 146 176 376

Shades and tints

Shades of #667EFE

#667EFE
(102,126,254)
#5D73E7
(93,115,231)
#5468D0
(84,104,208)
#4B5DB9
(75,93,185)
#4252A2
(66,82,162)
#39478B
(57,71,139)
#303C74
(48,60,116)
#27315D
(39,49,93)
#1E2646
(30,38,70)
#151B2F
(21,27,47)
#0C1018
(12,16,24)
#000000
(0,0,0)

Tints of #667EFE

#667EFE
(102,126,254)
#7389FE
(115,137,254)
#8094FE
(128,148,254)
#8D9FFE
(141,159,254)
#9AAAFE
(154,170,254)
#A7B5FE
(167,181,254)
#B4C0FE
(180,192,254)
#C1CBFE
(193,203,254)
#CED6FE
(206,214,254)
#DBE1FE
(219,225,254)
#E8ECFE
(232,236,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667EFE; }

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

This text font color is #667EFE.

Background Color

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

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

This div background color is #667EFE.

Border color

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

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

This div border color is #667EFE.

Opacity

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

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

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

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

This text has shadow with #667EFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #667EFE.

Preview

Color preview on black background

This text has color #667EFE on black background.


Color preview on white background

This text has color #667EFE on white background.


Black color preview on #667EFE background

This text has black color on #667EFE background.


White color preview on #667EFE background

This text has white color on #667EFE background.


Related colors

Complementary color

Complementary color for #hex is #998101.


I love getcolorcode.com

Triadic colors

1 #FE667E and #7EFE66 with #667EFE are triadic colors.

2 #FE7E66 and #7E66FE with #667EFE are triadic colors.