COLOR #6E788A

HEX: #6E788A
RGB: (110,120,138)

Renk bilgisi

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

RGB renk modeli

#6E788A color RGB value is (110,120,138).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 120 of 255 = 47%
B 138 of 255 = 54%

110
120
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 120 + 138 = 368 (100%)
R 110 of 368 ~ 29.89%
G 120 of 368 ~ 32.61%
B 138 of 368 ~ 37.5%

%29.89
%32.61
%37.5

CMYK RENK MODELİ

#6E788A rengi CMYK tonu (20,13,0,46).

  • camgöbeği tonu 20.29%
  • eflatun tonu 13.04%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(20,13,0,46)
C20M13Y0K46 
(20%,13%,0%,46%)
(0.20/0.13/0.00/0.46)	

CMYK yüzdeleri

%20.29
%13.04
%0
%45.88

Codes

Color #6E788A in popluar color models

6E788A
RGB110120138
HSL219°11.29%48.63%
HSB/HSV219°20.29%54.12%
CMYK20.29%13.04%0.00%
45.88%

Color #6E788A in popluar number systems.

HEX6E788A
Decimal110120138
Binary1101110111100010001010
Octal156170212

Shades and tints

Shades of #6E788A

#6E788A
(110,120,138)
#646E7E
(100,110,126)
#5A6472
(90,100,114)
#505A66
(80,90,102)
#46505A
(70,80,90)
#3C464E
(60,70,78)
#323C42
(50,60,66)
#283236
(40,50,54)
#1E282A
(30,40,42)
#141E1E
(20,30,30)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #6E788A

#6E788A
(110,120,138)
#7B8494
(123,132,148)
#88909E
(136,144,158)
#959CA8
(149,156,168)
#A2A8B2
(162,168,178)
#AFB4BC
(175,180,188)
#BCC0C6
(188,192,198)
#C9CCD0
(201,204,208)
#D6D8DA
(214,216,218)
#E3E4E4
(227,228,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E788A; }

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

This text font color is #6E788A.


Background Color

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

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

This div background color is #6E788A.


Border color

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

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

This div border color is #6E788A.


Opacity

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

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

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

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

This text has shadow with #6E788A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E788A on black background.


Color preview on white background

This text has color #6E788A on white background.



Black color preview on #6E788A background

This text has black color on #6E788A background.


White color preview on #6E788A background

This text has white color on #6E788A background.