COLOR #6E7D8A

HEX: #6E7D8A
RGB: (110,125,138)

Renk bilgisi

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

RGB renk modeli

#6E7D8A color RGB value is (110,125,138).

  • kırmız ton 110;
  • yeşil ton 125;
  • mavi ton 138.
RGB:
(110,125,138)
(43%,49%,54%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 125 of 255 = 49%
B 138 of 255 = 54%

110
125
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 125 + 138 = 373 (100%)
R 110 of 373 ~ 29.49%
G 125 of 373 ~ 33.51%
B 138 of 373 ~ 37%

%29.49
%33.51
%37

CMYK RENK MODELİ

#6E7D8A rengi CMYK tonu (20,9,0,46).

  • camgöbeği tonu 20.29%
  • eflatun tonu 9.42%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(20,9,0,46)
C20M9Y0K46 
(20%,9%,0%,46%)
(0.20/0.09/0.00/0.46)	

CMYK yüzdeleri

%20.29
%9.42
%0
%45.88

Codes

Color #6E7D8A in popluar color models

6E7D8A
RGB110125138
HSL208°11.29%48.63%
HSB/HSV208°20.29%54.12%
CMYK20.29%9.42%0.00%
45.88%

Color #6E7D8A in popluar number systems.

HEX6E7D8A
Decimal110125138
Binary1101110111110110001010
Octal156175212

Shades and tints

Shades of #6E7D8A

#6E7D8A
(110,125,138)
#64727E
(100,114,126)
#5A6772
(90,103,114)
#505C66
(80,92,102)
#46515A
(70,81,90)
#3C464E
(60,70,78)
#323B42
(50,59,66)
#283036
(40,48,54)
#1E252A
(30,37,42)
#141A1E
(20,26,30)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #6E7D8A

#6E7D8A
(110,125,138)
#7B8894
(123,136,148)
#88939E
(136,147,158)
#959EA8
(149,158,168)
#A2A9B2
(162,169,178)
#AFB4BC
(175,180,188)
#BCBFC6
(188,191,198)
#C9CAD0
(201,202,208)
#D6D5DA
(214,213,218)
#E3E0E4
(227,224,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7D8A color. Also use rgb(110,125,138) instead hex code.

Text Font Color

.myTextColor { color: #6E7D8A; }

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

This text font color is #6E7D8A.


Background Color

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

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

This div background color is #6E7D8A.


Border color

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

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

This div border color is #6E7D8A.


Opacity

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

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

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

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

This text has shadow with #6E7D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7D8A on black background.


Color preview on white background

This text has color #6E7D8A on white background.



Black color preview on #6E7D8A background

This text has black color on #6E7D8A background.


White color preview on #6E7D8A background

This text has white color on #6E7D8A background.