COLOR #6E7BA3

HEX: #6E7BA3 RGB: (110,123,163)

Color info

#6E7BA3 contains red, green and blue colors in about the same proportion. Web safe color of #6E7BA3 is #666699 (or #669).

RGB color model

#6E7BA3 color RGB value is (110,123,163).

RGB: (110,123,163) (43%, 48%, 64%)

RGB channels and saturation

R 110 of 255 = 43%
G 123 of 255 = 48%
B 163 of 255 = 64%

110
123
163

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

Portions of RGB colors in percentages

R + G + B = 110 + 123 + 163 = 396 (100%)
R 110 of 396 ~ 27.78%
G 123 of 396 ~ 31.06%
B 163 of 396 ~ 41.16'%

%27.78
%31.06
%41.16

CMYK color model

#6E7BA3 color CMYK value is (33,25,0,36).

  • cyan value is 32.52%
  • magenta value is 24.54%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (33,25,0,36)
C33M25Y0K36 (33%, 25%, 0%, 36%)
(0.33 / 0.25 / 0.00 / 0.36)

CMYK percentages

%32.52
%24.54
%0
%36.08

Codes

Color #6E7BA3 in popluar color models

6E 7B A3
RGB 110 123 163
HSL 225° 22.36% 53.53%
HSB/HSV 225° 32.52% 63.92%
CMYK 32.52% 24.54% 0.00%
36.08%

Color #6E7BA3 in popluar number systems.

HEX 6E 7B A3
Decimal 110 123 163
Binary 1101110 1111011 10100011
Octal 156 173 243

Shades and tints

Shades of #6E7BA3

#6E7BA3
(110,123,163)
#647095
(100,112,149)
#5A6587
(90,101,135)
#505A79
(80,90,121)
#464F6B
(70,79,107)
#3C445D
(60,68,93)
#32394F
(50,57,79)
#282E41
(40,46,65)
#1E2333
(30,35,51)
#141825
(20,24,37)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #6E7BA3

#6E7BA3
(110,123,163)
#7B87AB
(123,135,171)
#8893B3
(136,147,179)
#959FBB
(149,159,187)
#A2ABC3
(162,171,195)
#AFB7CB
(175,183,203)
#BCC3D3
(188,195,211)
#C9CFDB
(201,207,219)
#D6DBE3
(214,219,227)
#E3E7EB
(227,231,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7BA3; }

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

This text font color is #6E7BA3.

Background Color

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

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

This div background color is #6E7BA3.

Border color

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

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

This div border color is #6E7BA3.

Opacity

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

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

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

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

This text has shadow with #6E7BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7BA3.

Preview

Color preview on black background

This text has color #6E7BA3 on black background.


Color preview on white background

This text has color #6E7BA3 on white background.


Black color preview on #6E7BA3 background

This text has black color on #6E7BA3 background.


White color preview on #6E7BA3 background

This text has white color on #6E7BA3 background.


Related colors

Complementary color

Complementary color for #hex is #91845C.


I love getcolorcode.com

Triadic colors

1 #A36E7B and #7BA36E with #6E7BA3 are triadic colors.

2 #A37B6E and #7B6EA3 with #6E7BA3 are triadic colors.