COLOR #666BC8

HEX: #666BC8
RGB: (102,107,200)

Color info

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

RGB color model

#666BC8 color RGB value is (102,107,200).

  • red value is 102;
  • green value is 107;
  • blue value is 200.
RGB:
(102,107,200)
(40%,42%,78%)

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 200 of 255 = 78%

102
107
200

R + G + B ~ 53%. #666BC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 107 + 200 = 409 (100%)
R 102 of 409 ~ 24.94%
G 107 of 409 ~ 26.16%
B 200 of 409 ~ 48.9%

%24.94
%26.16
%48.9

CMYK color model

#666BC8 color CMYK value is (49,47,0,22).

  • cyan value is 49.00%
  • magenta value is 46.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(49,47,0,22)
C49M47Y0K22 
(49%,47%,0%,22%)
(0.49/0.47/0.00/0.22)	

CMYK percentages

%49
%46.5
%0
%21.57

Codes

Color #666BC8 in popluar color models

666BC8
RGB102107200
HSL237°47.12%59.22%
HSB/HSV237°49.00%78.43%
CMYK49.00%46.50%0.00%
21.57%

Color #666BC8 in popluar number systems.

HEX666BC8
Decimal102107200
Binary1100110110101111001000
Octal146153310

Shades and tints

Shades of #666BC8

#666BC8
(102,107,200)
#5D62B6
(93,98,182)
#5459A4
(84,89,164)
#4B5092
(75,80,146)
#424780
(66,71,128)
#393E6E
(57,62,110)
#30355C
(48,53,92)
#272C4A
(39,44,74)
#1E2338
(30,35,56)
#151A26
(21,26,38)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #666BC8

#666BC8
(102,107,200)
#7378CD
(115,120,205)
#8085D2
(128,133,210)
#8D92D7
(141,146,215)
#9A9FDC
(154,159,220)
#A7ACE1
(167,172,225)
#B4B9E6
(180,185,230)
#C1C6EB
(193,198,235)
#CED3F0
(206,211,240)
#DBE0F5
(219,224,245)
#E8EDFA
(232,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666BC8 color. Also use rgb(102,107,200) instead hex code.

Text Font Color

.myTextColor { color: #666BC8; }

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

This text font color is #666BC8.


Background Color

.myBgColor { background-color: #666BC8; }

<div style="background-color:#666BC8">Inner text</div>

This div background color is #666BC8.


Border color

.myBorderColor { border: 1px solid #666BC8; }

<div style="border:3px solid #666BC8">Div</div>

This div border color is #666BC8.


Opacity

.myOpacity80 { color: #666BC8; opacity: 0.8; }

<p style="color:#666BC8;opacity:0.8;">80%</p>

Text with #666BC8 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 #666BC8;}

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

This text has shadow with #666BC8 color.

.textShadow {text-shadow: 3px 3px 1px #666BC8, 3px 3px 1px red;}

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

This text has shadow with #666BC8 primary color and red secondary color.


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

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

This text has shadow with #666BC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666BC8 on black background.


Color preview on white background

This text has color #666BC8 on white background.



Black color preview on #666BC8 background

This text has black color on #666BC8 background.


White color preview on #666BC8 background

This text has white color on #666BC8 background.