COLOR #6E6F92

HEX: #6E6F92 RGB: (110,111,146)

Color info

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

RGB color model

#6E6F92 color RGB value is (110,111,146).

RGB: (110,111,146) (43%, 44%, 57%)

RGB channels and saturation

R 110 of 255 = 43%
G 111 of 255 = 44%
B 146 of 255 = 57%

110
111
146

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

Portions of RGB colors in percentages

R + G + B = 110 + 111 + 146 = 367 (100%)
R 110 of 367 ~ 29.97%
G 111 of 367 ~ 30.25%
B 146 of 367 ~ 39.78'%

%29.97
%30.25
%39.78

CMYK color model

#6E6F92 color CMYK value is (25,24,0,43).

  • cyan value is 24.66%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (25,24,0,43) C25M24Y0K43 (25%,24%,0%,43%) (0.25/0.24/0.00/0.43) 

CMYK percentages

%24.66
%23.97
%0
%42.75

Codes

Color #6E6F92 in popluar color models

6E 6F 92
RGB 110 111 146
HSL 238° 14.17% 50.20%
HSB/HSV 238° 24.66% 57.25%
CMYK 24.66% 23.97% 0.00%
42.75%

Color #6E6F92 in popluar number systems.

HEX 6E 6F 92
Decimal 110 111 146
Binary 1101110 1101111 10010010
Octal 156 157 222

Shades and tints

Shades of #6E6F92

#6E6F92
(110,111,146)
#646585
(100,101,133)
#5A5B78
(90,91,120)
#50516B
(80,81,107)
#46475E
(70,71,94)
#3C3D51
(60,61,81)
#323344
(50,51,68)
#282937
(40,41,55)
#1E1F2A
(30,31,42)
#14151D
(20,21,29)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #6E6F92

#6E6F92
(110,111,146)
#7B7C9B
(123,124,155)
#8889A4
(136,137,164)
#9596AD
(149,150,173)
#A2A3B6
(162,163,182)
#AFB0BF
(175,176,191)
#BCBDC8
(188,189,200)
#C9CAD1
(201,202,209)
#D6D7DA
(214,215,218)
#E3E4E3
(227,228,227)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6F92 color. Also use rgb(110,111,146) instead hex code.

Text Font Color

.myTextColor { color: #6E6F92; }

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

This text font color is #6E6F92.

Background Color

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

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

This div background color is #6E6F92.

Border color

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

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

This div border color is #6E6F92.

Opacity

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

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

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

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

This text has shadow with #6E6F92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6F92.

Preview

Color preview on black background

This text has color #6E6F92 on black background.


Color preview on white background

This text has color #6E6F92 on white background.


Black color preview on #6E6F92 background

This text has black color on #6E6F92 background.


White color preview on #6E6F92 background

This text has white color on #6E6F92 background.


Related colors

Complementary color

Complementary color for #hex is #91906D.


I love getcolorcode.com

Triadic colors

1 #926E6F and #6F926E with #6E6F92 are triadic colors.

2 #926F6E and #6F6E92 with #6E6F92 are triadic colors.