COLOR #6E85C5

HEX: #6E85C5
RGB: (110,133,197)

Color info

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

RGB color model

#6E85C5 color RGB value is (110,133,197).

  • red value is 110;
  • green value is 133;
  • blue value is 197.
RGB:
(110,133,197)
(43%,52%,77%)

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 197 of 255 = 77%

110
133
197

R + G + B ~ 57%. #6E85C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 197 = 440 (100%)
R 110 of 440 ~ 25%
G 133 of 440 ~ 30.23%
B 197 of 440 ~ 44.77%

%25
%30.23
%44.77

CMYK color model

#6E85C5 color CMYK value is (44,32,0,23).

  • cyan value is 44.16%
  • magenta value is 32.49%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(44,32,0,23)
C44M32Y0K23 
(44%,32%,0%,23%)
(0.44/0.32/0.00/0.23)	

CMYK percentages

%44.16
%32.49
%0
%22.75

Codes

Color #6E85C5 in popluar color models

6E85C5
RGB110133197
HSL224°42.86%60.20%
HSB/HSV224°44.16%77.25%
CMYK44.16%32.49%0.00%
22.75%

Color #6E85C5 in popluar number systems.

HEX6E85C5
Decimal110133197
Binary11011101000010111000101
Octal156205305

Shades and tints

Shades of #6E85C5

#6E85C5
(110,133,197)
#6479B4
(100,121,180)
#5A6DA3
(90,109,163)
#506192
(80,97,146)
#465581
(70,85,129)
#3C4970
(60,73,112)
#323D5F
(50,61,95)
#28314E
(40,49,78)
#1E253D
(30,37,61)
#14192C
(20,25,44)
#0A0D1B
(10,13,27)
#000000
(0,0,0)

Tints of #6E85C5

#6E85C5
(110,133,197)
#7B90CA
(123,144,202)
#889BCF
(136,155,207)
#95A6D4
(149,166,212)
#A2B1D9
(162,177,217)
#AFBCDE
(175,188,222)
#BCC7E3
(188,199,227)
#C9D2E8
(201,210,232)
#D6DDED
(214,221,237)
#E3E8F2
(227,232,242)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E85C5 color. Also use rgb(110,133,197) instead hex code.

Text Font Color

.myTextColor { color: #6E85C5; }

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

This text font color is #6E85C5.


Background Color

.myBgColor { background-color: #6E85C5; }

<div style="background-color:#6E85C5">Inner text</div>

This div background color is #6E85C5.


Border color

.myBorderColor { border: 1px solid #6E85C5; }

<div style="border:3px solid #6E85C5">Div</div>

This div border color is #6E85C5.


Opacity

.myOpacity80 { color: #6E85C5; opacity: 0.8; }

<p style="color:#6E85C5;opacity:0.8;">80%</p>

Text with #6E85C5 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 #6E85C5;}

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

This text has shadow with #6E85C5 color.

.textShadow {text-shadow: 3px 3px 1px #6E85C5, 3px 3px 1px red;}

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

This text has shadow with #6E85C5 primary color and red secondary color.


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

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

This text has shadow with #6E85C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E85C5 on black background.


Color preview on white background

This text has color #6E85C5 on white background.



Black color preview on #6E85C5 background

This text has black color on #6E85C5 background.


White color preview on #6E85C5 background

This text has white color on #6E85C5 background.