COLOR #6E7BC8

HEX: #6E7BC8
RGB: (110,123,200)

Color info

#6E7BC8 contains mainly blue color. Web safe color of #6E7BC8 is #6666CC (or #66C).

RGB color model

#6E7BC8 color RGB value is (110,123,200).

  • red value is 110;
  • green value is 123;
  • blue value is 200.
RGB:
(110,123,200)
(43%,48%,78%)

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 200 of 255 = 78%

110
123
200

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

Portions of RGB colors in percentages

R + G + B =
110 + 123 + 200 = 433 (100%)
R 110 of 433 ~ 25.4%
G 123 of 433 ~ 28.41%
B 200 of 433 ~ 46.19%

%25.4
%28.41
%46.19

CMYK color model

#6E7BC8 color CMYK value is (45,39,0,22).

  • cyan value is 45.00%
  • magenta value is 38.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(45,39,0,22)
C45M39Y0K22 
(45%,39%,0%,22%)
(0.45/0.39/0.00/0.22)	

CMYK percentages

%45
%38.5
%0
%21.57

Codes

Color #6E7BC8 in popluar color models

6E7BC8
RGB110123200
HSL231°45.00%60.78%
HSB/HSV231°45.00%78.43%
CMYK45.00%38.50%0.00%
21.57%

Color #6E7BC8 in popluar number systems.

HEX6E7BC8
Decimal110123200
Binary1101110111101111001000
Octal156173310

Shades and tints

Shades of #6E7BC8

#6E7BC8
(110,123,200)
#6470B6
(100,112,182)
#5A65A4
(90,101,164)
#505A92
(80,90,146)
#464F80
(70,79,128)
#3C446E
(60,68,110)
#32395C
(50,57,92)
#282E4A
(40,46,74)
#1E2338
(30,35,56)
#141826
(20,24,38)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #6E7BC8

#6E7BC8
(110,123,200)
#7B87CD
(123,135,205)
#8893D2
(136,147,210)
#959FD7
(149,159,215)
#A2ABDC
(162,171,220)
#AFB7E1
(175,183,225)
#BCC3E6
(188,195,230)
#C9CFEB
(201,207,235)
#D6DBF0
(214,219,240)
#E3E7F5
(227,231,245)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7BC8 color. Also use rgb(110,123,200) instead hex code.

Text Font Color

.myTextColor { color: #6E7BC8; }

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

This text font color is #6E7BC8.


Background Color

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

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

This div background color is #6E7BC8.


Border color

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

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

This div border color is #6E7BC8.


Opacity

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

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

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

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

This text has shadow with #6E7BC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7BC8 on black background.


Color preview on white background

This text has color #6E7BC8 on white background.



Black color preview on #6E7BC8 background

This text has black color on #6E7BC8 background.


White color preview on #6E7BC8 background

This text has white color on #6E7BC8 background.