COLOR #6E467E

HEX: #6E467E
RGB: (110,70,126)

Renk bilgisi

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

RGB renk modeli

#6E467E color RGB value is (110,70,126).

  • kırmız ton 110;
  • yeşil ton 70;
  • mavi ton 126.
RGB:
(110,70,126)
(43%,27%,49%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 70 of 255 = 27%
B 126 of 255 = 49%

110
70
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 70 + 126 = 306 (100%)
R 110 of 306 ~ 35.95%
G 70 of 306 ~ 22.88%
B 126 of 306 ~ 41.18%

%35.95
%22.88
%41.18

CMYK RENK MODELİ

#6E467E rengi CMYK tonu (13,44,0,51).

  • camgöbeği tonu 12.70%
  • eflatun tonu 44.44%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(13,44,0,51)
C13M44Y0K51 
(13%,44%,0%,51%)
(0.13/0.44/0.00/0.51)	

CMYK yüzdeleri

%12.7
%44.44
%0
%50.59

Codes

Color #6E467E in popluar color models

6E467E
RGB11070126
HSL283°28.57%38.43%
HSB/HSV283°44.44%49.41%
CMYK12.70%44.44%0.00%
50.59%

Color #6E467E in popluar number systems.

HEX6E467E
Decimal11070126
Binary110111010001101111110
Octal156106176

Shades and tints

Shades of #6E467E

#6E467E
(110,70,126)
#644073
(100,64,115)
#5A3A68
(90,58,104)
#50345D
(80,52,93)
#462E52
(70,46,82)
#3C2847
(60,40,71)
#32223C
(50,34,60)
#281C31
(40,28,49)
#1E1626
(30,22,38)
#14101B
(20,16,27)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E467E

#6E467E
(110,70,126)
#7B5689
(123,86,137)
#886694
(136,102,148)
#95769F
(149,118,159)
#A286AA
(162,134,170)
#AF96B5
(175,150,181)
#BCA6C0
(188,166,192)
#C9B6CB
(201,182,203)
#D6C6D6
(214,198,214)
#E3D6E1
(227,214,225)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E467E; }

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

This text font color is #6E467E.


Background Color

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

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

This div background color is #6E467E.


Border color

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

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

This div border color is #6E467E.


Opacity

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

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

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

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

This text has shadow with #6E467E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E467E on black background.


Color preview on white background

This text has color #6E467E on white background.



Black color preview on #6E467E background

This text has black color on #6E467E background.


White color preview on #6E467E background

This text has white color on #6E467E background.