COLOR #6E8993

HEX: #6E8993
RGB: (110,137,147)

Renk bilgisi

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

RGB renk modeli

#6E8993 color RGB value is (110,137,147).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 137 of 255 = 54%
B 147 of 255 = 58%

110
137
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 137 + 147 = 394 (100%)
R 110 of 394 ~ 27.92%
G 137 of 394 ~ 34.77%
B 147 of 394 ~ 37.31%

%27.92
%34.77
%37.31

CMYK RENK MODELİ

#6E8993 rengi CMYK tonu (25,7,0,42).

  • camgöbeği tonu 25.17%
  • eflatun tonu 6.80%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(25,7,0,42)
C25M7Y0K42 
(25%,7%,0%,42%)
(0.25/0.07/0.00/0.42)	

CMYK yüzdeleri

%25.17
%6.8
%0
%42.35

Codes

Color #6E8993 in popluar color models

6E8993
RGB110137147
HSL196°14.62%50.39%
HSB/HSV196°25.17%57.65%
CMYK25.17%6.80%0.00%
42.35%

Color #6E8993 in popluar number systems.

HEX6E8993
Decimal110137147
Binary11011101000100110010011
Octal156211223

Shades and tints

Shades of #6E8993

#6E8993
(110,137,147)
#647D86
(100,125,134)
#5A7179
(90,113,121)
#50656C
(80,101,108)
#46595F
(70,89,95)
#3C4D52
(60,77,82)
#324145
(50,65,69)
#283538
(40,53,56)
#1E292B
(30,41,43)
#141D1E
(20,29,30)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #6E8993

#6E8993
(110,137,147)
#7B939C
(123,147,156)
#889DA5
(136,157,165)
#95A7AE
(149,167,174)
#A2B1B7
(162,177,183)
#AFBBC0
(175,187,192)
#BCC5C9
(188,197,201)
#C9CFD2
(201,207,210)
#D6D9DB
(214,217,219)
#E3E3E4
(227,227,228)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8993; }

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

This text font color is #6E8993.


Background Color

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

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

This div background color is #6E8993.


Border color

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

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

This div border color is #6E8993.


Opacity

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

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

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

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

This text has shadow with #6E8993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8993 on black background.


Color preview on white background

This text has color #6E8993 on white background.



Black color preview on #6E8993 background

This text has black color on #6E8993 background.


White color preview on #6E8993 background

This text has white color on #6E8993 background.