COLOR #6E59AB

HEX: #6E59AB
RGB: (110,89,171)

Renk bilgisi

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

RGB renk modeli

#6E59AB color RGB value is (110,89,171).

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

RGB bağlantıları ve doygunluk

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

110
89
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 89 + 171 = 370 (100%)
R 110 of 370 ~ 29.73%
G 89 of 370 ~ 24.05%
B 171 of 370 ~ 46.22%

%29.73
%24.05
%46.22

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%35.67
%47.95
%0
%32.94

Codes

Color #6E59AB in popluar color models

6E59AB
RGB11089171
HSL255°32.80%50.98%
HSB/HSV255°47.95%67.06%
CMYK35.67%47.95%0.00%
32.94%

Color #6E59AB in popluar number systems.

HEX6E59AB
Decimal11089171
Binary1101110101100110101011
Octal156131253

Shades and tints

Shades of #6E59AB

#6E59AB
(110,89,171)
#64519C
(100,81,156)
#5A498D
(90,73,141)
#50417E
(80,65,126)
#46396F
(70,57,111)
#3C3160
(60,49,96)
#322951
(50,41,81)
#282142
(40,33,66)
#1E1933
(30,25,51)
#141124
(20,17,36)
#0A0915
(10,9,21)
#000000
(0,0,0)

Tints of #6E59AB

#6E59AB
(110,89,171)
#7B68B2
(123,104,178)
#8877B9
(136,119,185)
#9586C0
(149,134,192)
#A295C7
(162,149,199)
#AFA4CE
(175,164,206)
#BCB3D5
(188,179,213)
#C9C2DC
(201,194,220)
#D6D1E3
(214,209,227)
#E3E0EA
(227,224,234)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E59AB; }

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

This text font color is #6E59AB.


Background Color

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

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

This div background color is #6E59AB.


Border color

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

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

This div border color is #6E59AB.


Opacity

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

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

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

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

This text has shadow with #6E59AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E59AB on black background.


Color preview on white background

This text has color #6E59AB on white background.



Black color preview on #6E59AB background

This text has black color on #6E59AB background.


White color preview on #6E59AB background

This text has white color on #6E59AB background.