COLOR #6E476E

HEX: #6E476E
RGB: (110,71,110)

Renk bilgisi

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

RGB renk modeli

#6E476E color RGB value is (110,71,110).

  • kırmız ton 110;
  • yeşil ton 71;
  • mavi ton 110.
RGB:
(110,71,110)
(43%,28%,43%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 71 of 255 = 28%
B 110 of 255 = 43%

110
71
110

R + G + B ~ 38%. #6E476E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 71 + 110 = 291 (100%)
R 110 of 291 ~ 37.8%
G 71 of 291 ~ 24.4%
B 110 of 291 ~ 37.8%

%37.8
%24.4
%37.8

CMYK RENK MODELİ

#6E476E rengi CMYK tonu (0,35,0,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.45%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(0,35,0,57)
C0M35Y0K57 
(0%,35%,0%,57%)
(0.00/0.35/0.00/0.57)	

CMYK yüzdeleri

%0
%35.45
%0
%56.86

Codes

Color #6E476E in popluar color models

6E476E
RGB11071110
HSL300°21.55%35.49%
HSB/HSV300°35.45%43.14%
CMYK0.00%35.45%0.00%
56.86%

Color #6E476E in popluar number systems.

HEX6E476E
Decimal11071110
Binary110111010001111101110
Octal156107156

Shades and tints

Shades of #6E476E

#6E476E
(110,71,110)
#644164
(100,65,100)
#5A3B5A
(90,59,90)
#503550
(80,53,80)
#462F46
(70,47,70)
#3C293C
(60,41,60)
#322332
(50,35,50)
#281D28
(40,29,40)
#1E171E
(30,23,30)
#141114
(20,17,20)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #6E476E

#6E476E
(110,71,110)
#7B577B
(123,87,123)
#886788
(136,103,136)
#957795
(149,119,149)
#A287A2
(162,135,162)
#AF97AF
(175,151,175)
#BCA7BC
(188,167,188)
#C9B7C9
(201,183,201)
#D6C7D6
(214,199,214)
#E3D7E3
(227,215,227)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E476E; }

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

This text font color is #6E476E.


Background Color

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

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

This div background color is #6E476E.


Border color

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

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

This div border color is #6E476E.


Opacity

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

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

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

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

This text has shadow with #6E476E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E476E on black background.


Color preview on white background

This text has color #6E476E on white background.



Black color preview on #6E476E background

This text has black color on #6E476E background.


White color preview on #6E476E background

This text has white color on #6E476E background.