COLOR #6E6E8B

HEX: #6E6E8B
RGB: (110,110,139)

Renk bilgisi

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

RGB renk modeli

#6E6E8B color RGB value is (110,110,139).

  • kırmız ton 110;
  • yeşil ton 110;
  • mavi ton 139.
RGB:
(110,110,139)
(43%,43%,55%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 110 of 255 = 43%
B 139 of 255 = 55%

110
110
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 110 + 139 = 359 (100%)
R 110 of 359 ~ 30.64%
G 110 of 359 ~ 30.64%
B 139 of 359 ~ 38.72%

%30.64
%30.64
%38.72

CMYK RENK MODELİ

#6E6E8B rengi CMYK tonu (21,21,0,45).

  • camgöbeği tonu 20.86%
  • eflatun tonu 20.86%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(21,21,0,45)
C21M21Y0K45 
(21%,21%,0%,45%)
(0.21/0.21/0.00/0.45)	

CMYK yüzdeleri

%20.86
%20.86
%0
%45.49

Codes

Color #6E6E8B in popluar color models

6E6E8B
RGB110110139
HSL240°11.65%48.82%
HSB/HSV240°20.86%54.51%
CMYK20.86%20.86%0.00%
45.49%

Color #6E6E8B in popluar number systems.

HEX6E6E8B
Decimal110110139
Binary1101110110111010001011
Octal156156213

Shades and tints

Shades of #6E6E8B

#6E6E8B
(110,110,139)
#64647F
(100,100,127)
#5A5A73
(90,90,115)
#505067
(80,80,103)
#46465B
(70,70,91)
#3C3C4F
(60,60,79)
#323243
(50,50,67)
#282837
(40,40,55)
#1E1E2B
(30,30,43)
#14141F
(20,20,31)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #6E6E8B

#6E6E8B
(110,110,139)
#7B7B95
(123,123,149)
#88889F
(136,136,159)
#9595A9
(149,149,169)
#A2A2B3
(162,162,179)
#AFAFBD
(175,175,189)
#BCBCC7
(188,188,199)
#C9C9D1
(201,201,209)
#D6D6DB
(214,214,219)
#E3E3E5
(227,227,229)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6E8B; }

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

This text font color is #6E6E8B.


Background Color

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

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

This div background color is #6E6E8B.


Border color

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

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

This div border color is #6E6E8B.


Opacity

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

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

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

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

This text has shadow with #6E6E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6E8B on black background.


Color preview on white background

This text has color #6E6E8B on white background.



Black color preview on #6E6E8B background

This text has black color on #6E6E8B background.


White color preview on #6E6E8B background

This text has white color on #6E6E8B background.