COLOR #6E7397

HEX: #6E7397
RGB: (110,115,151)

Renk bilgisi

#6E7397 contains red, green and blue colors in about the same proportion. #6E7397 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6E7397 color RGB value is (110,115,151).

  • kırmız ton 110;
  • yeşil ton 115;
  • mavi ton 151.
RGB:
(110,115,151)
(43%,45%,59%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 115 of 255 = 45%
B 151 of 255 = 59%

110
115
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 115 + 151 = 376 (100%)
R 110 of 376 ~ 29.26%
G 115 of 376 ~ 30.59%
B 151 of 376 ~ 40.16%

%29.26
%30.59
%40.16

CMYK RENK MODELİ

#6E7397 rengi CMYK tonu (27,24,0,41).

  • camgöbeği tonu 27.15%
  • eflatun tonu 23.84%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(27,24,0,41)
C27M24Y0K41 
(27%,24%,0%,41%)
(0.27/0.24/0.00/0.41)	

CMYK yüzdeleri

%27.15
%23.84
%0
%40.78

Codes

Color #6E7397 in popluar color models

6E7397
RGB110115151
HSL233°16.47%51.18%
HSB/HSV233°27.15%59.22%
CMYK27.15%23.84%0.00%
40.78%

Color #6E7397 in popluar number systems.

HEX6E7397
Decimal110115151
Binary1101110111001110010111
Octal156163227

Shades and tints

Shades of #6E7397

#6E7397
(110,115,151)
#64698A
(100,105,138)
#5A5F7D
(90,95,125)
#505570
(80,85,112)
#464B63
(70,75,99)
#3C4156
(60,65,86)
#323749
(50,55,73)
#282D3C
(40,45,60)
#1E232F
(30,35,47)
#141922
(20,25,34)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #6E7397

#6E7397
(110,115,151)
#7B7FA0
(123,127,160)
#888BA9
(136,139,169)
#9597B2
(149,151,178)
#A2A3BB
(162,163,187)
#AFAFC4
(175,175,196)
#BCBBCD
(188,187,205)
#C9C7D6
(201,199,214)
#D6D3DF
(214,211,223)
#E3DFE8
(227,223,232)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7397 color. Also use rgb(110,115,151) instead hex code.

Text Font Color

.myTextColor { color: #6E7397; }

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

This text font color is #6E7397.


Background Color

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

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

This div background color is #6E7397.


Border color

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

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

This div border color is #6E7397.


Opacity

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

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

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

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

This text has shadow with #6E7397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7397 on black background.


Color preview on white background

This text has color #6E7397 on white background.



Black color preview on #6E7397 background

This text has black color on #6E7397 background.


White color preview on #6E7397 background

This text has white color on #6E7397 background.