COLOR #6E517D

HEX: #6E517D
RGB: (110,81,125)

Renk bilgisi

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

RGB renk modeli

#6E517D color RGB value is (110,81,125).

  • kırmız ton 110;
  • yeşil ton 81;
  • mavi ton 125.
RGB:
(110,81,125)
(43%,32%,49%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 81 of 255 = 32%
B 125 of 255 = 49%

110
81
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 81 + 125 = 316 (100%)
R 110 of 316 ~ 34.81%
G 81 of 316 ~ 25.63%
B 125 of 316 ~ 39.56%

%34.81
%25.63
%39.56

CMYK RENK MODELİ

#6E517D rengi CMYK tonu (12,35,0,51).

  • camgöbeği tonu 12.00%
  • eflatun tonu 35.20%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(12,35,0,51)
C12M35Y0K51 
(12%,35%,0%,51%)
(0.12/0.35/0.00/0.51)	

CMYK yüzdeleri

%12
%35.2
%0
%50.98

Codes

Color #6E517D in popluar color models

6E517D
RGB11081125
HSL280°21.36%40.39%
HSB/HSV280°35.20%49.02%
CMYK12.00%35.20%0.00%
50.98%

Color #6E517D in popluar number systems.

HEX6E517D
Decimal11081125
Binary110111010100011111101
Octal156121175

Shades and tints

Shades of #6E517D

#6E517D
(110,81,125)
#644A72
(100,74,114)
#5A4367
(90,67,103)
#503C5C
(80,60,92)
#463551
(70,53,81)
#3C2E46
(60,46,70)
#32273B
(50,39,59)
#282030
(40,32,48)
#1E1925
(30,25,37)
#14121A
(20,18,26)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #6E517D

#6E517D
(110,81,125)
#7B6088
(123,96,136)
#886F93
(136,111,147)
#957E9E
(149,126,158)
#A28DA9
(162,141,169)
#AF9CB4
(175,156,180)
#BCABBF
(188,171,191)
#C9BACA
(201,186,202)
#D6C9D5
(214,201,213)
#E3D8E0
(227,216,224)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E517D; }

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

This text font color is #6E517D.


Background Color

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

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

This div background color is #6E517D.


Border color

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

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

This div border color is #6E517D.


Opacity

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

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

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

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

This text has shadow with #6E517D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E517D on black background.


Color preview on white background

This text has color #6E517D on white background.



Black color preview on #6E517D background

This text has black color on #6E517D background.


White color preview on #6E517D background

This text has white color on #6E517D background.