COLOR #6E6EA6

HEX: #6E6EA6
RGB: (110,110,166)

Renk bilgisi

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

RGB renk modeli

#6E6EA6 color RGB value is (110,110,166).

  • kırmız ton 110;
  • yeşil ton 110;
  • mavi ton 166.
RGB:
(110,110,166)
(43%,43%,65%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 110 of 255 = 43%
B 166 of 255 = 65%

110
110
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 110 + 166 = 386 (100%)
R 110 of 386 ~ 28.5%
G 110 of 386 ~ 28.5%
B 166 of 386 ~ 43.01%

%28.5
%28.5
%43.01

CMYK RENK MODELİ

#6E6EA6 rengi CMYK tonu (34,34,0,35).

  • camgöbeği tonu 33.73%
  • eflatun tonu 33.73%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(34,34,0,35)
C34M34Y0K35 
(34%,34%,0%,35%)
(0.34/0.34/0.00/0.35)	

CMYK yüzdeleri

%33.73
%33.73
%0
%34.9

Codes

Color #6E6EA6 in popluar color models

6E6EA6
RGB110110166
HSL240°23.93%54.12%
HSB/HSV240°33.73%65.10%
CMYK33.73%33.73%0.00%
34.90%

Color #6E6EA6 in popluar number systems.

HEX6E6EA6
Decimal110110166
Binary1101110110111010100110
Octal156156246

Shades and tints

Shades of #6E6EA6

#6E6EA6
(110,110,166)
#646497
(100,100,151)
#5A5A88
(90,90,136)
#505079
(80,80,121)
#46466A
(70,70,106)
#3C3C5B
(60,60,91)
#32324C
(50,50,76)
#28283D
(40,40,61)
#1E1E2E
(30,30,46)
#14141F
(20,20,31)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E6EA6

#6E6EA6
(110,110,166)
#7B7BAE
(123,123,174)
#8888B6
(136,136,182)
#9595BE
(149,149,190)
#A2A2C6
(162,162,198)
#AFAFCE
(175,175,206)
#BCBCD6
(188,188,214)
#C9C9DE
(201,201,222)
#D6D6E6
(214,214,230)
#E3E3EE
(227,227,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6EA6; }

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

This text font color is #6E6EA6.


Background Color

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

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

This div background color is #6E6EA6.


Border color

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

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

This div border color is #6E6EA6.


Opacity

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

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

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

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

This text has shadow with #6E6EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6EA6 on black background.


Color preview on white background

This text has color #6E6EA6 on white background.



Black color preview on #6E6EA6 background

This text has black color on #6E6EA6 background.


White color preview on #6E6EA6 background

This text has white color on #6E6EA6 background.