COLOR #6E6395

HEX: #6E6395
RGB: (110,99,149)

Renk bilgisi

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

RGB renk modeli

#6E6395 color RGB value is (110,99,149).

  • kırmız ton 110;
  • yeşil ton 99;
  • mavi ton 149.
RGB:
(110,99,149)
(43%,39%,58%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 99 of 255 = 39%
B 149 of 255 = 58%

110
99
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 99 + 149 = 358 (100%)
R 110 of 358 ~ 30.73%
G 99 of 358 ~ 27.65%
B 149 of 358 ~ 41.62%

%30.73
%27.65
%41.62

CMYK RENK MODELİ

#6E6395 rengi CMYK tonu (26,34,0,42).

  • camgöbeği tonu 26.17%
  • eflatun tonu 33.56%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(26,34,0,42)
C26M34Y0K42 
(26%,34%,0%,42%)
(0.26/0.34/0.00/0.42)	

CMYK yüzdeleri

%26.17
%33.56
%0
%41.57

Codes

Color #6E6395 in popluar color models

6E6395
RGB11099149
HSL253°20.16%48.63%
HSB/HSV253°33.56%58.43%
CMYK26.17%33.56%0.00%
41.57%

Color #6E6395 in popluar number systems.

HEX6E6395
Decimal11099149
Binary1101110110001110010101
Octal156143225

Shades and tints

Shades of #6E6395

#6E6395
(110,99,149)
#645A88
(100,90,136)
#5A517B
(90,81,123)
#50486E
(80,72,110)
#463F61
(70,63,97)
#3C3654
(60,54,84)
#322D47
(50,45,71)
#28243A
(40,36,58)
#1E1B2D
(30,27,45)
#141220
(20,18,32)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #6E6395

#6E6395
(110,99,149)
#7B719E
(123,113,158)
#887FA7
(136,127,167)
#958DB0
(149,141,176)
#A29BB9
(162,155,185)
#AFA9C2
(175,169,194)
#BCB7CB
(188,183,203)
#C9C5D4
(201,197,212)
#D6D3DD
(214,211,221)
#E3E1E6
(227,225,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6395; }

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

This text font color is #6E6395.


Background Color

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

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

This div background color is #6E6395.


Border color

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

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

This div border color is #6E6395.


Opacity

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

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

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

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

This text has shadow with #6E6395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6395 on black background.


Color preview on white background

This text has color #6E6395 on white background.



Black color preview on #6E6395 background

This text has black color on #6E6395 background.


White color preview on #6E6395 background

This text has white color on #6E6395 background.