COLOR #6E7292

HEX: #6E7292 RGB: (110,114,146)

Color info

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

RGB color model

#6E7292 color RGB value is (110,114,146).

RGB: (110,114,146) (43%, 45%, 57%)

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 146 of 255 = 57%

110
114
146

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

Portions of RGB colors in percentages

R + G + B = 110 + 114 + 146 = 370 (100%)
R 110 of 370 ~ 29.73%
G 114 of 370 ~ 30.81%
B 146 of 370 ~ 39.46'%

%29.73
%30.81
%39.46

CMYK color model

#6E7292 color CMYK value is (25,22,0,43).

  • cyan value is 24.66%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (25,22,0,43)
C25M22Y0K43 (25%, 22%, 0%, 43%)
(0.25 / 0.22 / 0.00 / 0.43)

CMYK percentages

%24.66
%21.92
%0
%42.75

Codes

Color #6E7292 in popluar color models

6E 72 92
RGB 110 114 146
HSL 233° 14.17% 50.20%
HSB/HSV 233° 24.66% 57.25%
CMYK 24.66% 21.92% 0.00%
42.75%

Color #6E7292 in popluar number systems.

HEX 6E 72 92
Decimal 110 114 146
Binary 1101110 1110010 10010010
Octal 156 162 222

Shades and tints

Shades of #6E7292

#6E7292
(110,114,146)
#646885
(100,104,133)
#5A5E78
(90,94,120)
#50546B
(80,84,107)
#464A5E
(70,74,94)
#3C4051
(60,64,81)
#323644
(50,54,68)
#282C37
(40,44,55)
#1E222A
(30,34,42)
#14181D
(20,24,29)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #6E7292

#6E7292
(110,114,146)
#7B7E9B
(123,126,155)
#888AA4
(136,138,164)
#9596AD
(149,150,173)
#A2A2B6
(162,162,182)
#AFAEBF
(175,174,191)
#BCBAC8
(188,186,200)
#C9C6D1
(201,198,209)
#D6D2DA
(214,210,218)
#E3DEE3
(227,222,227)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7292; }

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

This text font color is #6E7292.

Background Color

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

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

This div background color is #6E7292.

Border color

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

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

This div border color is #6E7292.

Opacity

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

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

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

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

This text has shadow with #6E7292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7292.

Preview

Color preview on black background

This text has color #6E7292 on black background.


Color preview on white background

This text has color #6E7292 on white background.


Black color preview on #6E7292 background

This text has black color on #6E7292 background.


White color preview on #6E7292 background

This text has white color on #6E7292 background.


Related colors

Complementary color

Complementary color for #hex is #918D6D.


I love getcolorcode.com

Triadic colors

1 #926E72 and #72926E with #6E7292 are triadic colors.

2 #92726E and #726E92 with #6E7292 are triadic colors.