COLOR #6E85BF

HEX: #6E85BF RGB: (110,133,191)

Color info

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

RGB color model

#6E85BF color RGB value is (110,133,191).

RGB: (110,133,191) (43%, 52%, 75%)

RGB channels and saturation

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

110
133
191

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

Portions of RGB colors in percentages

R + G + B = 110 + 133 + 191 = 434 (100%)
R 110 of 434 ~ 25.35%
G 133 of 434 ~ 30.65%
B 191 of 434 ~ 44.01'%

%25.35
%30.65
%44.01

CMYK color model

#6E85BF color CMYK value is (42,30,0,25).

  • cyan value is 42.41%
  • magenta value is 30.37%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (42,30,0,25)
C42M30Y0K25 (42%, 30%, 0%, 25%)
(0.42 / 0.30 / 0.00 / 0.25)

CMYK percentages

%42.41
%30.37
%0
%25.1

Codes

Color #6E85BF in popluar color models

6E 85 BF
RGB 110 133 191
HSL 223° 38.76% 59.02%
HSB/HSV 223° 42.41% 74.90%
CMYK 42.41% 30.37% 0.00%
25.10%

Color #6E85BF in popluar number systems.

HEX 6E 85 BF
Decimal 110 133 191
Binary 1101110 10000101 10111111
Octal 156 205 277

Shades and tints

Shades of #6E85BF

#6E85BF
(110,133,191)
#6479AE
(100,121,174)
#5A6D9D
(90,109,157)
#50618C
(80,97,140)
#46557B
(70,85,123)
#3C496A
(60,73,106)
#323D59
(50,61,89)
#283148
(40,49,72)
#1E2537
(30,37,55)
#141926
(20,25,38)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #6E85BF

#6E85BF
(110,133,191)
#7B90C4
(123,144,196)
#889BC9
(136,155,201)
#95A6CE
(149,166,206)
#A2B1D3
(162,177,211)
#AFBCD8
(175,188,216)
#BCC7DD
(188,199,221)
#C9D2E2
(201,210,226)
#D6DDE7
(214,221,231)
#E3E8EC
(227,232,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E85BF; }

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

This text font color is #6E85BF.

Background Color

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

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

This div background color is #6E85BF.

Border color

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

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

This div border color is #6E85BF.

Opacity

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

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

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

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

This text has shadow with #6E85BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E85BF.

Preview

Color preview on black background

This text has color #6E85BF on black background.


Color preview on white background

This text has color #6E85BF on white background.


Black color preview on #6E85BF background

This text has black color on #6E85BF background.


White color preview on #6E85BF background

This text has white color on #6E85BF background.


Related colors

Complementary color

Complementary color for #hex is #917A40.


I love getcolorcode.com

Triadic colors

1 #BF6E85 and #85BF6E with #6E85BF are triadic colors.

2 #BF856E and #856EBF with #6E85BF are triadic colors.