COLOR #6E739B

HEX: #6E739B
RGB: (110,115,155)

Renk bilgisi

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

RGB renk modeli

#6E739B color RGB value is (110,115,155).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 115 of 255 = 45%
B 155 of 255 = 61%

110
115
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 115 + 155 = 380 (100%)
R 110 of 380 ~ 28.95%
G 115 of 380 ~ 30.26%
B 155 of 380 ~ 40.79%

%28.95
%30.26
%40.79

CMYK RENK MODELİ

#6E739B rengi CMYK tonu (29,26,0,39).

  • camgöbeği tonu 29.03%
  • eflatun tonu 25.81%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(29,26,0,39)
C29M26Y0K39 
(29%,26%,0%,39%)
(0.29/0.26/0.00/0.39)	

CMYK yüzdeleri

%29.03
%25.81
%0
%39.22

Codes

Color #6E739B in popluar color models

6E739B
RGB110115155
HSL233°18.37%51.96%
HSB/HSV233°29.03%60.78%
CMYK29.03%25.81%0.00%
39.22%

Color #6E739B in popluar number systems.

HEX6E739B
Decimal110115155
Binary1101110111001110011011
Octal156163233

Shades and tints

Shades of #6E739B

#6E739B
(110,115,155)
#64698D
(100,105,141)
#5A5F7F
(90,95,127)
#505571
(80,85,113)
#464B63
(70,75,99)
#3C4155
(60,65,85)
#323747
(50,55,71)
#282D39
(40,45,57)
#1E232B
(30,35,43)
#14191D
(20,25,29)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E739B

#6E739B
(110,115,155)
#7B7FA4
(123,127,164)
#888BAD
(136,139,173)
#9597B6
(149,151,182)
#A2A3BF
(162,163,191)
#AFAFC8
(175,175,200)
#BCBBD1
(188,187,209)
#C9C7DA
(201,199,218)
#D6D3E3
(214,211,227)
#E3DFEC
(227,223,236)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E739B; }

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

This text font color is #6E739B.


Background Color

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

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

This div background color is #6E739B.


Border color

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

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

This div border color is #6E739B.


Opacity

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

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

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

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

This text has shadow with #6E739B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E739B on black background.


Color preview on white background

This text has color #6E739B on white background.



Black color preview on #6E739B background

This text has black color on #6E739B background.


White color preview on #6E739B background

This text has white color on #6E739B background.