COLOR #6E718B

HEX: #6E718B
RGB: (110,113,139)

Renk bilgisi

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

RGB renk modeli

#6E718B color RGB value is (110,113,139).

  • kırmız ton 110;
  • yeşil ton 113;
  • mavi ton 139.
RGB:
(110,113,139)
(43%,44%,55%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 113 of 255 = 44%
B 139 of 255 = 55%

110
113
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 113 + 139 = 362 (100%)
R 110 of 362 ~ 30.39%
G 113 of 362 ~ 31.22%
B 139 of 362 ~ 38.4%

%30.39
%31.22
%38.4

CMYK RENK MODELİ

#6E718B rengi CMYK tonu (21,19,0,45).

  • camgöbeği tonu 20.86%
  • eflatun tonu 18.71%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(21,19,0,45)
C21M19Y0K45 
(21%,19%,0%,45%)
(0.21/0.19/0.00/0.45)	

CMYK yüzdeleri

%20.86
%18.71
%0
%45.49

Codes

Color #6E718B in popluar color models

6E718B
RGB110113139
HSL234°11.65%48.82%
HSB/HSV234°20.86%54.51%
CMYK20.86%18.71%0.00%
45.49%

Color #6E718B in popluar number systems.

HEX6E718B
Decimal110113139
Binary1101110111000110001011
Octal156161213

Shades and tints

Shades of #6E718B

#6E718B
(110,113,139)
#64677F
(100,103,127)
#5A5D73
(90,93,115)
#505367
(80,83,103)
#46495B
(70,73,91)
#3C3F4F
(60,63,79)
#323543
(50,53,67)
#282B37
(40,43,55)
#1E212B
(30,33,43)
#14171F
(20,23,31)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6E718B

#6E718B
(110,113,139)
#7B7D95
(123,125,149)
#88899F
(136,137,159)
#9595A9
(149,149,169)
#A2A1B3
(162,161,179)
#AFADBD
(175,173,189)
#BCB9C7
(188,185,199)
#C9C5D1
(201,197,209)
#D6D1DB
(214,209,219)
#E3DDE5
(227,221,229)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E718B color. Also use rgb(110,113,139) instead hex code.

Text Font Color

.myTextColor { color: #6E718B; }

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

This text font color is #6E718B.


Background Color

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

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

This div background color is #6E718B.


Border color

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

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

This div border color is #6E718B.


Opacity

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

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

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

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

This text has shadow with #6E718B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E718B on black background.


Color preview on white background

This text has color #6E718B on white background.



Black color preview on #6E718B background

This text has black color on #6E718B background.


White color preview on #6E718B background

This text has white color on #6E718B background.