COLOR #6E85C0

HEX: #6E85C0
RGB: (110,133,192)

Color info

#6E85C0 contains mainly green and blue colors. Web safe color of #6E85C0 is #6699CC (or #69C).

RGB color model

#6E85C0 color RGB value is (110,133,192).

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

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 192 of 255 = 75%

110
133
192

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

Portions of RGB colors in percentages

R + G + B =
110 + 133 + 192 = 435 (100%)
R 110 of 435 ~ 25.29%
G 133 of 435 ~ 30.57%
B 192 of 435 ~ 44.14%

%25.29
%30.57
%44.14

CMYK color model

#6E85C0 color CMYK value is (43,31,0,25).

  • cyan value is 42.71%
  • magenta value is 30.73%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(43,31,0,25)
C43M31Y0K25 
(43%,31%,0%,25%)
(0.43/0.31/0.00/0.25)	

CMYK percentages

%42.71
%30.73
%0
%24.71

Codes

Color #6E85C0 in popluar color models

6E85C0
RGB110133192
HSL223°39.42%59.22%
HSB/HSV223°42.71%75.29%
CMYK42.71%30.73%0.00%
24.71%

Color #6E85C0 in popluar number systems.

HEX6E85C0
Decimal110133192
Binary11011101000010111000000
Octal156205300

Shades and tints

Shades of #6E85C0

#6E85C0
(110,133,192)
#6479AF
(100,121,175)
#5A6D9E
(90,109,158)
#50618D
(80,97,141)
#46557C
(70,85,124)
#3C496B
(60,73,107)
#323D5A
(50,61,90)
#283149
(40,49,73)
#1E2538
(30,37,56)
#141927
(20,25,39)
#0A0D16
(10,13,22)
#000000
(0,0,0)

Tints of #6E85C0

#6E85C0
(110,133,192)
#7B90C5
(123,144,197)
#889BCA
(136,155,202)
#95A6CF
(149,166,207)
#A2B1D4
(162,177,212)
#AFBCD9
(175,188,217)
#BCC7DE
(188,199,222)
#C9D2E3
(201,210,227)
#D6DDE8
(214,221,232)
#E3E8ED
(227,232,237)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E85C0; }

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

This text font color is #6E85C0.


Background Color

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

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

This div background color is #6E85C0.


Border color

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

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

This div border color is #6E85C0.


Opacity

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

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

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

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

This text has shadow with #6E85C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E85C0 on black background.


Color preview on white background

This text has color #6E85C0 on white background.



Black color preview on #6E85C0 background

This text has black color on #6E85C0 background.


White color preview on #6E85C0 background

This text has white color on #6E85C0 background.