COLOR #6E8CCC

HEX: #6E8CCC RGB: (110,140,204)

Color info

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

RGB color model

#6E8CCC color RGB value is (110,140,204).

RGB: (110,140,204) (43%, 55%, 80%)

RGB channels and saturation

R 110 of 255 = 43%
G 140 of 255 = 55%
B 204 of 255 = 80%

110
140
204

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

Portions of RGB colors in percentages

R + G + B = 110 + 140 + 204 = 454 (100%)
R 110 of 454 ~ 24.23%
G 140 of 454 ~ 30.84%
B 204 of 454 ~ 44.93'%

%24.23
%30.84
%44.93

CMYK color model

#6E8CCC color CMYK value is (46,31,0,20).

  • cyan value is 46.08%
  • magenta value is 31.37%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (46,31,0,20)
C46M31Y0K20 (46%, 31%, 0%, 20%)
(0.46 / 0.31 / 0.00 / 0.20)

CMYK percentages

%46.08
%31.37
%0
%20

Codes

Color #6E8CCC in popluar color models

6E 8C CC
RGB 110 140 204
HSL 221° 47.96% 61.57%
HSB/HSV 221° 46.08% 80.00%
CMYK 46.08% 31.37% 0.00%
20.00%

Color #6E8CCC in popluar number systems.

HEX 6E 8C CC
Decimal 110 140 204
Binary 1101110 10001100 11001100
Octal 156 214 314

Shades and tints

Shades of #6E8CCC

#6E8CCC
(110,140,204)
#6480BA
(100,128,186)
#5A74A8
(90,116,168)
#506896
(80,104,150)
#465C84
(70,92,132)
#3C5072
(60,80,114)
#324460
(50,68,96)
#28384E
(40,56,78)
#1E2C3C
(30,44,60)
#14202A
(20,32,42)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #6E8CCC

#6E8CCC
(110,140,204)
#7B96D0
(123,150,208)
#88A0D4
(136,160,212)
#95AAD8
(149,170,216)
#A2B4DC
(162,180,220)
#AFBEE0
(175,190,224)
#BCC8E4
(188,200,228)
#C9D2E8
(201,210,232)
#D6DCEC
(214,220,236)
#E3E6F0
(227,230,240)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8CCC color. Also use rgb(110,140,204) instead hex code.

Text Font Color

.myTextColor { color: #6E8CCC; }

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

This text font color is #6E8CCC.

Background Color

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

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

This div background color is #6E8CCC.

Border color

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

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

This div border color is #6E8CCC.

Opacity

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

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

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

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

This text has shadow with #6E8CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E8CCC.

Preview

Color preview on black background

This text has color #6E8CCC on black background.


Color preview on white background

This text has color #6E8CCC on white background.


Black color preview on #6E8CCC background

This text has black color on #6E8CCC background.


White color preview on #6E8CCC background

This text has white color on #6E8CCC background.


Related colors

Complementary color

Complementary color for #hex is #917333.


I love getcolorcode.com

Triadic colors

1 #CC6E8C and #8CCC6E with #6E8CCC are triadic colors.

2 #CC8C6E and #8C6ECC with #6E8CCC are triadic colors.