COLOR #6685CE

HEX: #6685CE
RGB: (102,133,206)

Color info

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

RGB color model

#6685CE color RGB value is (102,133,206).

  • red value is 102;
  • green value is 133;
  • blue value is 206.
RGB:
(102,133,206)
(40%,52%,81%)

RGB channels and saturation

R 102 of 255 = 40%
G 133 of 255 = 52%
B 206 of 255 = 81%

102
133
206

R + G + B ~ 58%. #6685CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 133 + 206 = 441 (100%)
R 102 of 441 ~ 23.13%
G 133 of 441 ~ 30.16%
B 206 of 441 ~ 46.71%

%23.13
%30.16
%46.71

CMYK color model

#6685CE color CMYK value is (50,35,0,19).

  • cyan value is 50.49%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(50,35,0,19)
C50M35Y0K19 
(50%,35%,0%,19%)
(0.50/0.35/0.00/0.19)	

CMYK percentages

%50.49
%35.44
%0
%19.22

Codes

Color #6685CE in popluar color models

6685CE
RGB102133206
HSL222°51.49%60.39%
HSB/HSV222°50.49%80.78%
CMYK50.49%35.44%0.00%
19.22%

Color #6685CE in popluar number systems.

HEX6685CE
Decimal102133206
Binary11001101000010111001110
Octal146205316

Shades and tints

Shades of #6685CE

#6685CE
(102,133,206)
#5D79BC
(93,121,188)
#546DAA
(84,109,170)
#4B6198
(75,97,152)
#425586
(66,85,134)
#394974
(57,73,116)
#303D62
(48,61,98)
#273150
(39,49,80)
#1E253E
(30,37,62)
#15192C
(21,25,44)
#0C0D1A
(12,13,26)
#000000
(0,0,0)

Tints of #6685CE

#6685CE
(102,133,206)
#7390D2
(115,144,210)
#809BD6
(128,155,214)
#8DA6DA
(141,166,218)
#9AB1DE
(154,177,222)
#A7BCE2
(167,188,226)
#B4C7E6
(180,199,230)
#C1D2EA
(193,210,234)
#CEDDEE
(206,221,238)
#DBE8F2
(219,232,242)
#E8F3F6
(232,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6685CE color. Also use rgb(102,133,206) instead hex code.

Text Font Color

.myTextColor { color: #6685CE; }

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

This text font color is #6685CE.


Background Color

.myBgColor { background-color: #6685CE; }

<div style="background-color:#6685CE">Inner text</div>

This div background color is #6685CE.


Border color

.myBorderColor { border: 1px solid #6685CE; }

<div style="border:3px solid #6685CE">Div</div>

This div border color is #6685CE.


Opacity

.myOpacity80 { color: #6685CE; opacity: 0.8; }

<p style="color:#6685CE;opacity:0.8;">80%</p>

Text with #6685CE 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 #6685CE;}

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

This text has shadow with #6685CE color.

.textShadow {text-shadow: 3px 3px 1px #6685CE, 3px 3px 1px red;}

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

This text has shadow with #6685CE primary color and red secondary color.


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

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

This text has shadow with #6685CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6685CE on black background.


Color preview on white background

This text has color #6685CE on white background.



Black color preview on #6685CE background

This text has black color on #6685CE background.


White color preview on #6685CE background

This text has white color on #6685CE background.