COLOR #6E0E59

HEX: #6E0E59
RGB: (110,14,89)

Renk bilgisi

#6E0E59 contains mainly red and blue colors. #6E0E59 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#6E0E59 color RGB value is (110,14,89).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 14 of 255 = 5%
B 89 of 255 = 35%

110
14
89

R + G + B ~ 28%. #6E0E59 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 14 + 89 = 213 (100%)
R 110 of 213 ~ 51.64%
G 14 of 213 ~ 6.57%
B 89 of 213 ~ 41.78%

%51.64
%41.78

CMYK RENK MODELİ

#6E0E59 rengi CMYK tonu (0,87,19,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.27%
  • sarı tonu 19.09%
  • ana renk tonu 56.86%
CMYK:
(0,87,19,57)
C0M87Y19K57 
(0%,87%,19%,57%)
(0.00/0.87/0.19/0.57)	

CMYK yüzdeleri

%0
%87.27
%19.09
%56.86

Codes

Color #6E0E59 in popluar color models

6E0E59
RGB1101489
HSL313°77.42%24.31%
HSB/HSV313°87.27%43.14%
CMYK0.00%87.27%19.09%
56.86%

Color #6E0E59 in popluar number systems.

HEX6E0E59
Decimal1101489
Binary110111011101011001
Octal15616131

Shades and tints

Shades of #6E0E59

#6E0E59
(110,14,89)
#640D51
(100,13,81)
#5A0C49
(90,12,73)
#500B41
(80,11,65)
#460A39
(70,10,57)
#3C0931
(60,9,49)
#320829
(50,8,41)
#280721
(40,7,33)
#1E0619
(30,6,25)
#140511
(20,5,17)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #6E0E59

#6E0E59
(110,14,89)
#7B2368
(123,35,104)
#883877
(136,56,119)
#954D86
(149,77,134)
#A26295
(162,98,149)
#AF77A4
(175,119,164)
#BC8CB3
(188,140,179)
#C9A1C2
(201,161,194)
#D6B6D1
(214,182,209)
#E3CBE0
(227,203,224)
#F0E0EF
(240,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E0E59; }

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

This text font color is #6E0E59.


Background Color

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

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

This div background color is #6E0E59.


Border color

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

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

This div border color is #6E0E59.


Opacity

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

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

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

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

This text has shadow with #6E0E59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0E59 on black background.


Color preview on white background

This text has color #6E0E59 on white background.



Black color preview on #6E0E59 background

This text has black color on #6E0E59 background.


White color preview on #6E0E59 background

This text has white color on #6E0E59 background.