COLOR #668ED5

HEX: #668ED5
RGB: (102,142,213)

Color info

#668ED5 contains mainly blue color. Web safe color of #668ED5 is #6699CC (or #69C).

RGB color model

#668ED5 color RGB value is (102,142,213).

  • red value is 102;
  • green value is 142;
  • blue value is 213.
RGB:
(102,142,213)
(40%,56%,84%)

RGB channels and saturation

R 102 of 255 = 40%
G 142 of 255 = 56%
B 213 of 255 = 84%

102
142
213

R + G + B ~ 60%. #668ED5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 142 + 213 = 457 (100%)
R 102 of 457 ~ 22.32%
G 142 of 457 ~ 31.07%
B 213 of 457 ~ 46.61%

%22.32
%31.07
%46.61

CMYK color model

#668ED5 color CMYK value is (52,33,0,16).

  • cyan value is 52.11%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(52,33,0,16)
C52M33Y0K16 
(52%,33%,0%,16%)
(0.52/0.33/0.00/0.16)	

CMYK percentages

%52.11
%33.33
%0
%16.47

Codes

Color #668ED5 in popluar color models

668ED5
RGB102142213
HSL218°56.92%61.76%
HSB/HSV218°52.11%83.53%
CMYK52.11%33.33%0.00%
16.47%

Color #668ED5 in popluar number systems.

HEX668ED5
Decimal102142213
Binary11001101000111011010101
Octal146216325

Shades and tints

Shades of #668ED5

#668ED5
(102,142,213)
#5D82C2
(93,130,194)
#5476AF
(84,118,175)
#4B6A9C
(75,106,156)
#425E89
(66,94,137)
#395276
(57,82,118)
#304663
(48,70,99)
#273A50
(39,58,80)
#1E2E3D
(30,46,61)
#15222A
(21,34,42)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #668ED5

#668ED5
(102,142,213)
#7398D8
(115,152,216)
#80A2DB
(128,162,219)
#8DACDE
(141,172,222)
#9AB6E1
(154,182,225)
#A7C0E4
(167,192,228)
#B4CAE7
(180,202,231)
#C1D4EA
(193,212,234)
#CEDEED
(206,222,237)
#DBE8F0
(219,232,240)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668ED5 color. Also use rgb(102,142,213) instead hex code.

Text Font Color

.myTextColor { color: #668ED5; }

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

This text font color is #668ED5.


Background Color

.myBgColor { background-color: #668ED5; }

<div style="background-color:#668ED5">Inner text</div>

This div background color is #668ED5.


Border color

.myBorderColor { border: 1px solid #668ED5; }

<div style="border:3px solid #668ED5">Div</div>

This div border color is #668ED5.


Opacity

.myOpacity80 { color: #668ED5; opacity: 0.8; }

<p style="color:#668ED5;opacity:0.8;">80%</p>

Text with #668ED5 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 #668ED5;}

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

This text has shadow with #668ED5 color.

.textShadow {text-shadow: 3px 3px 1px #668ED5, 3px 3px 1px red;}

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

This text has shadow with #668ED5 primary color and red secondary color.


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

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

This text has shadow with #668ED5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668ED5 on black background.


Color preview on white background

This text has color #668ED5 on white background.



Black color preview on #668ED5 background

This text has black color on #668ED5 background.


White color preview on #668ED5 background

This text has white color on #668ED5 background.