COLOR #6E81BC

HEX: #6E81BC
RGB: (110,129,188)

Color info

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

RGB color model

#6E81BC color RGB value is (110,129,188).

  • red value is 110;
  • green value is 129;
  • blue value is 188.
RGB:
(110,129,188)
(43%,51%,74%)

RGB channels and saturation

R 110 of 255 = 43%
G 129 of 255 = 51%
B 188 of 255 = 74%

110
129
188

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

Portions of RGB colors in percentages

R + G + B =
110 + 129 + 188 = 427 (100%)
R 110 of 427 ~ 25.76%
G 129 of 427 ~ 30.21%
B 188 of 427 ~ 44.03%

%25.76
%30.21
%44.03

CMYK color model

#6E81BC color CMYK value is (41,31,0,26).

  • cyan value is 41.49%
  • magenta value is 31.38%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(41,31,0,26)
C41M31Y0K26 
(41%,31%,0%,26%)
(0.41/0.31/0.00/0.26)	

CMYK percentages

%41.49
%31.38
%0
%26.27

Codes

Color #6E81BC in popluar color models

6E81BC
RGB110129188
HSL225°36.79%58.43%
HSB/HSV225°41.49%73.73%
CMYK41.49%31.38%0.00%
26.27%

Color #6E81BC in popluar number systems.

HEX6E81BC
Decimal110129188
Binary11011101000000110111100
Octal156201274

Shades and tints

Shades of #6E81BC

#6E81BC
(110,129,188)
#6476AB
(100,118,171)
#5A6B9A
(90,107,154)
#506089
(80,96,137)
#465578
(70,85,120)
#3C4A67
(60,74,103)
#323F56
(50,63,86)
#283445
(40,52,69)
#1E2934
(30,41,52)
#141E23
(20,30,35)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #6E81BC

#6E81BC
(110,129,188)
#7B8CC2
(123,140,194)
#8897C8
(136,151,200)
#95A2CE
(149,162,206)
#A2ADD4
(162,173,212)
#AFB8DA
(175,184,218)
#BCC3E0
(188,195,224)
#C9CEE6
(201,206,230)
#D6D9EC
(214,217,236)
#E3E4F2
(227,228,242)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E81BC color. Also use rgb(110,129,188) instead hex code.

Text Font Color

.myTextColor { color: #6E81BC; }

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

This text font color is #6E81BC.


Background Color

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

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

This div background color is #6E81BC.


Border color

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

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

This div border color is #6E81BC.


Opacity

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

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

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

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

This text has shadow with #6E81BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E81BC on black background.


Color preview on white background

This text has color #6E81BC on white background.



Black color preview on #6E81BC background

This text has black color on #6E81BC background.


White color preview on #6E81BC background

This text has white color on #6E81BC background.