COLOR #6E85B9

HEX: #6E85B9 RGB: (110,133,185)

Color info

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

RGB color model

#6E85B9 color RGB value is (110,133,185).

RGB: (110,133,185) (43%, 52%, 73%)

RGB channels and saturation

R 110 of 255 = 43%
G 133 of 255 = 52%
B 185 of 255 = 73%

110
133
185

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

Portions of RGB colors in percentages

R + G + B = 110 + 133 + 185 = 428 (100%)
R 110 of 428 ~ 25.7%
G 133 of 428 ~ 31.07%
B 185 of 428 ~ 43.22'%

%25.7
%31.07
%43.22

CMYK color model

#6E85B9 color CMYK value is (41,28,0,27).

  • cyan value is 40.54%
  • magenta value is 28.11%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (41,28,0,27)
C41M28Y0K27 (41%, 28%, 0%, 27%)
(0.41 / 0.28 / 0.00 / 0.27)

CMYK percentages

%40.54
%28.11
%0
%27.45

Codes

Color #6E85B9 in popluar color models

6E 85 B9
RGB 110 133 185
HSL 222° 34.88% 57.84%
HSB/HSV 222° 40.54% 72.55%
CMYK 40.54% 28.11% 0.00%
27.45%

Color #6E85B9 in popluar number systems.

HEX 6E 85 B9
Decimal 110 133 185
Binary 1101110 10000101 10111001
Octal 156 205 271

Shades and tints

Shades of #6E85B9

#6E85B9
(110,133,185)
#6479A9
(100,121,169)
#5A6D99
(90,109,153)
#506189
(80,97,137)
#465579
(70,85,121)
#3C4969
(60,73,105)
#323D59
(50,61,89)
#283149
(40,49,73)
#1E2539
(30,37,57)
#141929
(20,25,41)
#0A0D19
(10,13,25)
#000000
(0,0,0)

Tints of #6E85B9

#6E85B9
(110,133,185)
#7B90BF
(123,144,191)
#889BC5
(136,155,197)
#95A6CB
(149,166,203)
#A2B1D1
(162,177,209)
#AFBCD7
(175,188,215)
#BCC7DD
(188,199,221)
#C9D2E3
(201,210,227)
#D6DDE9
(214,221,233)
#E3E8EF
(227,232,239)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E85B9; }

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

This text font color is #6E85B9.

Background Color

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

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

This div background color is #6E85B9.

Border color

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

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

This div border color is #6E85B9.

Opacity

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

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

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

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

This text has shadow with #6E85B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E85B9.

Preview

Color preview on black background

This text has color #6E85B9 on black background.


Color preview on white background

This text has color #6E85B9 on white background.


Black color preview on #6E85B9 background

This text has black color on #6E85B9 background.


White color preview on #6E85B9 background

This text has white color on #6E85B9 background.


Related colors

Complementary color

Complementary color for #hex is #917A46.


I love getcolorcode.com

Triadic colors

1 #B96E85 and #85B96E with #6E85B9 are triadic colors.

2 #B9856E and #856EB9 with #6E85B9 are triadic colors.