COLOR #6E2E59

HEX: #6E2E59
RGB: (110,46,89)

Renk bilgisi

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

RGB renk modeli

#6E2E59 color RGB value is (110,46,89).

  • kırmız ton 110;
  • yeşil ton 46;
  • mavi ton 89.
RGB:
(110,46,89)
(43%,18%,35%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 46 of 255 = 18%
B 89 of 255 = 35%

110
46
89

R + G + B ~ 32%. #6E2E59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 46 + 89 = 245 (100%)
R 110 of 245 ~ 44.9%
G 46 of 245 ~ 18.78%
B 89 of 245 ~ 36.33%

%44.9
%18.78
%36.33

CMYK RENK MODELİ

#6E2E59 rengi CMYK tonu (0,58,19,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 58.18%
  • sarı tonu 19.09%
  • ana renk tonu 56.86%
CMYK:
(0,58,19,57)
C0M58Y19K57 
(0%,58%,19%,57%)
(0.00/0.58/0.19/0.57)	

CMYK yüzdeleri

%0
%58.18
%19.09
%56.86

Codes

Color #6E2E59 in popluar color models

6E2E59
RGB1104689
HSL320°41.03%30.59%
HSB/HSV320°58.18%43.14%
CMYK0.00%58.18%19.09%
56.86%

Color #6E2E59 in popluar number systems.

HEX6E2E59
Decimal1104689
Binary11011101011101011001
Octal15656131

Shades and tints

Shades of #6E2E59

#6E2E59
(110,46,89)
#642A51
(100,42,81)
#5A2649
(90,38,73)
#502241
(80,34,65)
#461E39
(70,30,57)
#3C1A31
(60,26,49)
#321629
(50,22,41)
#281221
(40,18,33)
#1E0E19
(30,14,25)
#140A11
(20,10,17)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #6E2E59

#6E2E59
(110,46,89)
#7B4168
(123,65,104)
#885477
(136,84,119)
#956786
(149,103,134)
#A27A95
(162,122,149)
#AF8DA4
(175,141,164)
#BCA0B3
(188,160,179)
#C9B3C2
(201,179,194)
#D6C6D1
(214,198,209)
#E3D9E0
(227,217,224)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2E59; }

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

This text font color is #6E2E59.


Background Color

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

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

This div background color is #6E2E59.


Border color

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

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

This div border color is #6E2E59.


Opacity

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

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

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

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

This text has shadow with #6E2E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2E59 on black background.


Color preview on white background

This text has color #6E2E59 on white background.



Black color preview on #6E2E59 background

This text has black color on #6E2E59 background.


White color preview on #6E2E59 background

This text has white color on #6E2E59 background.