COLOR #6E6383

HEX: #6E6383
RGB: (110,99,131)

Renk bilgisi

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

RGB renk modeli

#6E6383 color RGB value is (110,99,131).

  • kırmız ton 110;
  • yeşil ton 99;
  • mavi ton 131.
RGB:
(110,99,131)
(43%,39%,51%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 99 of 255 = 39%
B 131 of 255 = 51%

110
99
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 99 + 131 = 340 (100%)
R 110 of 340 ~ 32.35%
G 99 of 340 ~ 29.12%
B 131 of 340 ~ 38.53%

%32.35
%29.12
%38.53

CMYK RENK MODELİ

#6E6383 rengi CMYK tonu (16,24,0,49).

  • camgöbeği tonu 16.03%
  • eflatun tonu 24.43%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(16,24,0,49)
C16M24Y0K49 
(16%,24%,0%,49%)
(0.16/0.24/0.00/0.49)	

CMYK yüzdeleri

%16.03
%24.43
%0
%48.63

Codes

Color #6E6383 in popluar color models

6E6383
RGB11099131
HSL261°13.91%45.10%
HSB/HSV261°24.43%51.37%
CMYK16.03%24.43%0.00%
48.63%

Color #6E6383 in popluar number systems.

HEX6E6383
Decimal11099131
Binary1101110110001110000011
Octal156143203

Shades and tints

Shades of #6E6383

#6E6383
(110,99,131)
#645A78
(100,90,120)
#5A516D
(90,81,109)
#504862
(80,72,98)
#463F57
(70,63,87)
#3C364C
(60,54,76)
#322D41
(50,45,65)
#282436
(40,36,54)
#1E1B2B
(30,27,43)
#141220
(20,18,32)
#0A0915
(10,9,21)
#000000
(0,0,0)

Tints of #6E6383

#6E6383
(110,99,131)
#7B718E
(123,113,142)
#887F99
(136,127,153)
#958DA4
(149,141,164)
#A29BAF
(162,155,175)
#AFA9BA
(175,169,186)
#BCB7C5
(188,183,197)
#C9C5D0
(201,197,208)
#D6D3DB
(214,211,219)
#E3E1E6
(227,225,230)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6383; }

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

This text font color is #6E6383.


Background Color

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

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

This div background color is #6E6383.


Border color

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

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

This div border color is #6E6383.


Opacity

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

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

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

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

This text has shadow with #6E6383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6383 on black background.


Color preview on white background

This text has color #6E6383 on white background.



Black color preview on #6E6383 background

This text has black color on #6E6383 background.


White color preview on #6E6383 background

This text has white color on #6E6383 background.