COLOR #6E749B

HEX: #6E749B
RGB: (110,116,155)

Renk bilgisi

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

RGB renk modeli

#6E749B color RGB value is (110,116,155).

  • kırmız ton 110;
  • yeşil ton 116;
  • mavi ton 155.
RGB:
(110,116,155)
(43%,45%,61%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 116 of 255 = 45%
B 155 of 255 = 61%

110
116
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 116 + 155 = 381 (100%)
R 110 of 381 ~ 28.87%
G 116 of 381 ~ 30.45%
B 155 of 381 ~ 40.68%

%28.87
%30.45
%40.68

CMYK RENK MODELİ

#6E749B rengi CMYK tonu (29,25,0,39).

  • camgöbeği tonu 29.03%
  • eflatun tonu 25.16%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(29,25,0,39)
C29M25Y0K39 
(29%,25%,0%,39%)
(0.29/0.25/0.00/0.39)	

CMYK yüzdeleri

%29.03
%25.16
%0
%39.22

Codes

Color #6E749B in popluar color models

6E749B
RGB110116155
HSL232°18.37%51.96%
HSB/HSV232°29.03%60.78%
CMYK29.03%25.16%0.00%
39.22%

Color #6E749B in popluar number systems.

HEX6E749B
Decimal110116155
Binary1101110111010010011011
Octal156164233

Shades and tints

Shades of #6E749B

#6E749B
(110,116,155)
#646A8D
(100,106,141)
#5A607F
(90,96,127)
#505671
(80,86,113)
#464C63
(70,76,99)
#3C4255
(60,66,85)
#323847
(50,56,71)
#282E39
(40,46,57)
#1E242B
(30,36,43)
#141A1D
(20,26,29)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E749B

#6E749B
(110,116,155)
#7B80A4
(123,128,164)
#888CAD
(136,140,173)
#9598B6
(149,152,182)
#A2A4BF
(162,164,191)
#AFB0C8
(175,176,200)
#BCBCD1
(188,188,209)
#C9C8DA
(201,200,218)
#D6D4E3
(214,212,227)
#E3E0EC
(227,224,236)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E749B; }

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

This text font color is #6E749B.


Background Color

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

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

This div background color is #6E749B.


Border color

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

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

This div border color is #6E749B.


Opacity

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

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

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

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

This text has shadow with #6E749B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E749B on black background.


Color preview on white background

This text has color #6E749B on white background.



Black color preview on #6E749B background

This text has black color on #6E749B background.


White color preview on #6E749B background

This text has white color on #6E749B background.