COLOR #6E668B

HEX: #6E668B
RGB: (110,102,139)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

110
102
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 102 + 139 = 351 (100%)
R 110 of 351 ~ 31.34%
G 102 of 351 ~ 29.06%
B 139 of 351 ~ 39.6%

%31.34
%29.06
%39.6

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%20.86
%26.62
%0
%45.49

Codes

Color #6E668B in popluar color models

6E668B
RGB110102139
HSL253°15.35%47.25%
HSB/HSV253°26.62%54.51%
CMYK20.86%26.62%0.00%
45.49%

Color #6E668B in popluar number systems.

HEX6E668B
Decimal110102139
Binary1101110110011010001011
Octal156146213

Shades and tints

Shades of #6E668B

#6E668B
(110,102,139)
#645D7F
(100,93,127)
#5A5473
(90,84,115)
#504B67
(80,75,103)
#46425B
(70,66,91)
#3C394F
(60,57,79)
#323043
(50,48,67)
#282737
(40,39,55)
#1E1E2B
(30,30,43)
#14151F
(20,21,31)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #6E668B

#6E668B
(110,102,139)
#7B7395
(123,115,149)
#88809F
(136,128,159)
#958DA9
(149,141,169)
#A29AB3
(162,154,179)
#AFA7BD
(175,167,189)
#BCB4C7
(188,180,199)
#C9C1D1
(201,193,209)
#D6CEDB
(214,206,219)
#E3DBE5
(227,219,229)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E668B; }

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

This text font color is #6E668B.


Background Color

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

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

This div background color is #6E668B.


Border color

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

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

This div border color is #6E668B.


Opacity

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

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

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

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

This text has shadow with #6E668B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E668B on black background.


Color preview on white background

This text has color #6E668B on white background.



Black color preview on #6E668B background

This text has black color on #6E668B background.


White color preview on #6E668B background

This text has white color on #6E668B background.