COLOR #667FF6

HEX: #667FF6
RGB: (102,127,246)

Color info

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

RGB color model

#667FF6 color RGB value is (102,127,246).

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

RGB channels and saturation

R 102 of 255 = 40%
G 127 of 255 = 50%
B 246 of 255 = 96%

102
127
246

R + G + B ~ 62%. #667FF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 127 + 246 = 475 (100%)
R 102 of 475 ~ 21.47%
G 127 of 475 ~ 26.74%
B 246 of 475 ~ 51.79%

%21.47
%26.74
%51.79

CMYK color model

#667FF6 color CMYK value is (59,48,0,4).

  • cyan value is 58.54%
  • magenta value is 48.37%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(59,48,0,4)
C59M48Y0K4 
(59%,48%,0%,4%)
(0.59/0.48/0.00/0.04)	

CMYK percentages

%58.54
%48.37
%0
%3.53

Codes

Color #667FF6 in popluar color models

667FF6
RGB102127246
HSL230°88.89%68.24%
HSB/HSV230°58.54%96.47%
CMYK58.54%48.37%0.00%
3.53%

Color #667FF6 in popluar number systems.

HEX667FF6
Decimal102127246
Binary1100110111111111110110
Octal146177366

Shades and tints

Shades of #667FF6

#667FF6
(102,127,246)
#5D74E0
(93,116,224)
#5469CA
(84,105,202)
#4B5EB4
(75,94,180)
#42539E
(66,83,158)
#394888
(57,72,136)
#303D72
(48,61,114)
#27325C
(39,50,92)
#1E2746
(30,39,70)
#151C30
(21,28,48)
#0C111A
(12,17,26)
#000000
(0,0,0)

Tints of #667FF6

#667FF6
(102,127,246)
#738AF6
(115,138,246)
#8095F6
(128,149,246)
#8DA0F6
(141,160,246)
#9AABF6
(154,171,246)
#A7B6F6
(167,182,246)
#B4C1F6
(180,193,246)
#C1CCF6
(193,204,246)
#CED7F6
(206,215,246)
#DBE2F6
(219,226,246)
#E8EDF6
(232,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667FF6; }

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

This text font color is #667FF6.


Background Color

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

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

This div background color is #667FF6.


Border color

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

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

This div border color is #667FF6.


Opacity

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

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

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

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

This text has shadow with #667FF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667FF6 on black background.


Color preview on white background

This text has color #667FF6 on white background.



Black color preview on #667FF6 background

This text has black color on #667FF6 background.


White color preview on #667FF6 background

This text has white color on #667FF6 background.