COLOR #6E7980

HEX: #6E7980
RGB: (110,121,128)

Renk bilgisi

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

RGB renk modeli

#6E7980 color RGB value is (110,121,128).

  • kırmız ton 110;
  • yeşil ton 121;
  • mavi ton 128.
RGB:
(110,121,128)
(43%,47%,50%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 121 of 255 = 47%
B 128 of 255 = 50%

110
121
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 121 + 128 = 359 (100%)
R 110 of 359 ~ 30.64%
G 121 of 359 ~ 33.7%
B 128 of 359 ~ 35.65%

%30.64
%33.7
%35.65

CMYK RENK MODELİ

#6E7980 rengi CMYK tonu (14,5,0,50).

  • camgöbeği tonu 14.06%
  • eflatun tonu 5.47%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(14,5,0,50)
C14M5Y0K50 
(14%,5%,0%,50%)
(0.14/0.05/0.00/0.50)	

CMYK yüzdeleri

%14.06
%5.47
%0
%49.8

Codes

Color #6E7980 in popluar color models

6E7980
RGB110121128
HSL203°7.56%46.67%
HSB/HSV203°14.06%50.20%
CMYK14.06%5.47%0.00%
49.80%

Color #6E7980 in popluar number systems.

HEX6E7980
Decimal110121128
Binary1101110111100110000000
Octal156171200

Shades and tints

Shades of #6E7980

#6E7980
(110,121,128)
#646E75
(100,110,117)
#5A636A
(90,99,106)
#50585F
(80,88,95)
#464D54
(70,77,84)
#3C4249
(60,66,73)
#32373E
(50,55,62)
#282C33
(40,44,51)
#1E2128
(30,33,40)
#14161D
(20,22,29)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #6E7980

#6E7980
(110,121,128)
#7B858B
(123,133,139)
#889196
(136,145,150)
#959DA1
(149,157,161)
#A2A9AC
(162,169,172)
#AFB5B7
(175,181,183)
#BCC1C2
(188,193,194)
#C9CDCD
(201,205,205)
#D6D9D8
(214,217,216)
#E3E5E3
(227,229,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7980 color. Also use rgb(110,121,128) instead hex code.

Text Font Color

.myTextColor { color: #6E7980; }

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

This text font color is #6E7980.


Background Color

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

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

This div background color is #6E7980.


Border color

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

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

This div border color is #6E7980.


Opacity

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

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

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

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

This text has shadow with #6E7980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7980 on black background.


Color preview on white background

This text has color #6E7980 on white background.



Black color preview on #6E7980 background

This text has black color on #6E7980 background.


White color preview on #6E7980 background

This text has white color on #6E7980 background.