COLOR #6E8493

HEX: #6E8493
RGB: (110,132,147)

Renk bilgisi

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

RGB renk modeli

#6E8493 color RGB value is (110,132,147).

  • kırmız ton 110;
  • yeşil ton 132;
  • mavi ton 147.
RGB:
(110,132,147)
(43%,52%,58%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 132 of 255 = 52%
B 147 of 255 = 58%

110
132
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 132 + 147 = 389 (100%)
R 110 of 389 ~ 28.28%
G 132 of 389 ~ 33.93%
B 147 of 389 ~ 37.79%

%28.28
%33.93
%37.79

CMYK RENK MODELİ

#6E8493 rengi CMYK tonu (25,10,0,42).

  • camgöbeği tonu 25.17%
  • eflatun tonu 10.20%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(25,10,0,42)
C25M10Y0K42 
(25%,10%,0%,42%)
(0.25/0.10/0.00/0.42)	

CMYK yüzdeleri

%25.17
%10.2
%0
%42.35

Codes

Color #6E8493 in popluar color models

6E8493
RGB110132147
HSL204°14.62%50.39%
HSB/HSV204°25.17%57.65%
CMYK25.17%10.20%0.00%
42.35%

Color #6E8493 in popluar number systems.

HEX6E8493
Decimal110132147
Binary11011101000010010010011
Octal156204223

Shades and tints

Shades of #6E8493

#6E8493
(110,132,147)
#647886
(100,120,134)
#5A6C79
(90,108,121)
#50606C
(80,96,108)
#46545F
(70,84,95)
#3C4852
(60,72,82)
#323C45
(50,60,69)
#283038
(40,48,56)
#1E242B
(30,36,43)
#14181E
(20,24,30)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #6E8493

#6E8493
(110,132,147)
#7B8F9C
(123,143,156)
#889AA5
(136,154,165)
#95A5AE
(149,165,174)
#A2B0B7
(162,176,183)
#AFBBC0
(175,187,192)
#BCC6C9
(188,198,201)
#C9D1D2
(201,209,210)
#D6DCDB
(214,220,219)
#E3E7E4
(227,231,228)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8493 color. Also use rgb(110,132,147) instead hex code.

Text Font Color

.myTextColor { color: #6E8493; }

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

This text font color is #6E8493.


Background Color

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

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

This div background color is #6E8493.


Border color

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

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

This div border color is #6E8493.


Opacity

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

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

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

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

This text has shadow with #6E8493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8493 on black background.


Color preview on white background

This text has color #6E8493 on white background.



Black color preview on #6E8493 background

This text has black color on #6E8493 background.


White color preview on #6E8493 background

This text has white color on #6E8493 background.