COLOR #6E59AC

HEX: #6E59AC
RGB: (110,89,172)

Renk bilgisi

#6E59AC contains mainly blue color. #6E59AC ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6E59AC color RGB value is (110,89,172).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 89 of 255 = 35%
B 172 of 255 = 67%

110
89
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 89 + 172 = 371 (100%)
R 110 of 371 ~ 29.65%
G 89 of 371 ~ 23.99%
B 172 of 371 ~ 46.36%

%29.65
%23.99
%46.36

CMYK RENK MODELİ

#6E59AC rengi CMYK tonu (36,48,0,33).

  • camgöbeği tonu 36.05%
  • eflatun tonu 48.26%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(36,48,0,33)
C36M48Y0K33 
(36%,48%,0%,33%)
(0.36/0.48/0.00/0.33)	

CMYK yüzdeleri

%36.05
%48.26
%0
%32.55

Codes

Color #6E59AC in popluar color models

6E59AC
RGB11089172
HSL255°33.33%51.18%
HSB/HSV255°48.26%67.45%
CMYK36.05%48.26%0.00%
32.55%

Color #6E59AC in popluar number systems.

HEX6E59AC
Decimal11089172
Binary1101110101100110101100
Octal156131254

Shades and tints

Shades of #6E59AC

#6E59AC
(110,89,172)
#64519D
(100,81,157)
#5A498E
(90,73,142)
#50417F
(80,65,127)
#463970
(70,57,112)
#3C3161
(60,49,97)
#322952
(50,41,82)
#282143
(40,33,67)
#1E1934
(30,25,52)
#141125
(20,17,37)
#0A0916
(10,9,22)
#000000
(0,0,0)

Tints of #6E59AC

#6E59AC
(110,89,172)
#7B68B3
(123,104,179)
#8877BA
(136,119,186)
#9586C1
(149,134,193)
#A295C8
(162,149,200)
#AFA4CF
(175,164,207)
#BCB3D6
(188,179,214)
#C9C2DD
(201,194,221)
#D6D1E4
(214,209,228)
#E3E0EB
(227,224,235)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E59AC; }

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

This text font color is #6E59AC.


Background Color

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

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

This div background color is #6E59AC.


Border color

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

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

This div border color is #6E59AC.


Opacity

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

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

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

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

This text has shadow with #6E59AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E59AC on black background.


Color preview on white background

This text has color #6E59AC on white background.



Black color preview on #6E59AC background

This text has black color on #6E59AC background.


White color preview on #6E59AC background

This text has white color on #6E59AC background.