COLOR #6E347D

HEX: #6E347D
RGB: (110,52,125)

Renk bilgisi

#6E347D contains mainly red and blue colors. #6E347D ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#6E347D color RGB value is (110,52,125).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 52 of 255 = 20%
B 125 of 255 = 49%

110
52
125

R + G + B ~ 37%. #6E347D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 52 + 125 = 287 (100%)
R 110 of 287 ~ 38.33%
G 52 of 287 ~ 18.12%
B 125 of 287 ~ 43.55%

%38.33
%18.12
%43.55

CMYK RENK MODELİ

#6E347D rengi CMYK tonu (12,58,0,51).

  • camgöbeği tonu 12.00%
  • eflatun tonu 58.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(12,58,0,51)
C12M58Y0K51 
(12%,58%,0%,51%)
(0.12/0.58/0.00/0.51)	

CMYK yüzdeleri

%12
%58.4
%0
%50.98

Codes

Color #6E347D in popluar color models

6E347D
RGB11052125
HSL288°41.24%34.71%
HSB/HSV288°58.40%49.02%
CMYK12.00%58.40%0.00%
50.98%

Color #6E347D in popluar number systems.

HEX6E347D
Decimal11052125
Binary11011101101001111101
Octal15664175

Shades and tints

Shades of #6E347D

#6E347D
(110,52,125)
#643072
(100,48,114)
#5A2C67
(90,44,103)
#50285C
(80,40,92)
#462451
(70,36,81)
#3C2046
(60,32,70)
#321C3B
(50,28,59)
#281830
(40,24,48)
#1E1425
(30,20,37)
#14101A
(20,16,26)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E347D

#6E347D
(110,52,125)
#7B4688
(123,70,136)
#885893
(136,88,147)
#956A9E
(149,106,158)
#A27CA9
(162,124,169)
#AF8EB4
(175,142,180)
#BCA0BF
(188,160,191)
#C9B2CA
(201,178,202)
#D6C4D5
(214,196,213)
#E3D6E0
(227,214,224)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E347D; }

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

This text font color is #6E347D.


Background Color

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

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

This div background color is #6E347D.


Border color

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

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

This div border color is #6E347D.


Opacity

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

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

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

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

This text has shadow with #6E347D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E347D on black background.


Color preview on white background

This text has color #6E347D on white background.



Black color preview on #6E347D background

This text has black color on #6E347D background.


White color preview on #6E347D background

This text has white color on #6E347D background.