COLOR #6E658B

HEX: #6E658B
RGB: (110,101,139)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

110
101
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 101 + 139 = 350 (100%)
R 110 of 350 ~ 31.43%
G 101 of 350 ~ 28.86%
B 139 of 350 ~ 39.71%

%31.43
%28.86
%39.71

CMYK RENK MODELİ

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

  • camgöbeği tonu 20.86%
  • eflatun tonu 27.34%
  • 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
%27.34
%0
%45.49

Codes

Color #6E658B in popluar color models

6E658B
RGB110101139
HSL254°15.83%47.06%
HSB/HSV254°27.34%54.51%
CMYK20.86%27.34%0.00%
45.49%

Color #6E658B in popluar number systems.

HEX6E658B
Decimal110101139
Binary1101110110010110001011
Octal156145213

Shades and tints

Shades of #6E658B

#6E658B
(110,101,139)
#645C7F
(100,92,127)
#5A5373
(90,83,115)
#504A67
(80,74,103)
#46415B
(70,65,91)
#3C384F
(60,56,79)
#322F43
(50,47,67)
#282637
(40,38,55)
#1E1D2B
(30,29,43)
#14141F
(20,20,31)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #6E658B

#6E658B
(110,101,139)
#7B7395
(123,115,149)
#88819F
(136,129,159)
#958FA9
(149,143,169)
#A29DB3
(162,157,179)
#AFABBD
(175,171,189)
#BCB9C7
(188,185,199)
#C9C7D1
(201,199,209)
#D6D5DB
(214,213,219)
#E3E3E5
(227,227,229)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E658B; }

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

This text font color is #6E658B.


Background Color

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

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

This div background color is #6E658B.


Border color

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

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

This div border color is #6E658B.


Opacity

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

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

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

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

This text has shadow with #6E658B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E658B on black background.


Color preview on white background

This text has color #6E658B on white background.



Black color preview on #6E658B background

This text has black color on #6E658B background.


White color preview on #6E658B background

This text has white color on #6E658B background.