COLOR #6E729D

HEX: #6E729D
RGB: (110,114,157)

Renk bilgisi

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

RGB renk modeli

#6E729D color RGB value is (110,114,157).

  • kırmız ton 110;
  • yeşil ton 114;
  • mavi ton 157.
RGB:
(110,114,157)
(43%,45%,62%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 114 of 255 = 45%
B 157 of 255 = 62%

110
114
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 114 + 157 = 381 (100%)
R 110 of 381 ~ 28.87%
G 114 of 381 ~ 29.92%
B 157 of 381 ~ 41.21%

%28.87
%29.92
%41.21

CMYK RENK MODELİ

#6E729D rengi CMYK tonu (30,27,0,38).

  • camgöbeği tonu 29.94%
  • eflatun tonu 27.39%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(30,27,0,38)
C30M27Y0K38 
(30%,27%,0%,38%)
(0.30/0.27/0.00/0.38)	

CMYK yüzdeleri

%29.94
%27.39
%0
%38.43

Codes

Color #6E729D in popluar color models

6E729D
RGB110114157
HSL235°19.34%52.35%
HSB/HSV235°29.94%61.57%
CMYK29.94%27.39%0.00%
38.43%

Color #6E729D in popluar number systems.

HEX6E729D
Decimal110114157
Binary1101110111001010011101
Octal156162235

Shades and tints

Shades of #6E729D

#6E729D
(110,114,157)
#64688F
(100,104,143)
#5A5E81
(90,94,129)
#505473
(80,84,115)
#464A65
(70,74,101)
#3C4057
(60,64,87)
#323649
(50,54,73)
#282C3B
(40,44,59)
#1E222D
(30,34,45)
#14181F
(20,24,31)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #6E729D

#6E729D
(110,114,157)
#7B7EA5
(123,126,165)
#888AAD
(136,138,173)
#9596B5
(149,150,181)
#A2A2BD
(162,162,189)
#AFAEC5
(175,174,197)
#BCBACD
(188,186,205)
#C9C6D5
(201,198,213)
#D6D2DD
(214,210,221)
#E3DEE5
(227,222,229)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E729D; }

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

This text font color is #6E729D.


Background Color

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

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

This div background color is #6E729D.


Border color

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

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

This div border color is #6E729D.


Opacity

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

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

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

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

This text has shadow with #6E729D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E729D on black background.


Color preview on white background

This text has color #6E729D on white background.



Black color preview on #6E729D background

This text has black color on #6E729D background.


White color preview on #6E729D background

This text has white color on #6E729D background.