COLOR #6E709C

HEX: #6E709C
RGB: (110,112,156)

Renk bilgisi

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

RGB renk modeli

#6E709C color RGB value is (110,112,156).

  • kırmız ton 110;
  • yeşil ton 112;
  • mavi ton 156.
RGB:
(110,112,156)
(43%,44%,61%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 112 of 255 = 44%
B 156 of 255 = 61%

110
112
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 112 + 156 = 378 (100%)
R 110 of 378 ~ 29.1%
G 112 of 378 ~ 29.63%
B 156 of 378 ~ 41.27%

%29.1
%29.63
%41.27

CMYK RENK MODELİ

#6E709C rengi CMYK tonu (29,28,0,39).

  • camgöbeği tonu 29.49%
  • eflatun tonu 28.21%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(29,28,0,39)
C29M28Y0K39 
(29%,28%,0%,39%)
(0.29/0.28/0.00/0.39)	

CMYK yüzdeleri

%29.49
%28.21
%0
%38.82

Codes

Color #6E709C in popluar color models

6E709C
RGB110112156
HSL237°18.85%52.16%
HSB/HSV237°29.49%61.18%
CMYK29.49%28.21%0.00%
38.82%

Color #6E709C in popluar number systems.

HEX6E709C
Decimal110112156
Binary1101110111000010011100
Octal156160234

Shades and tints

Shades of #6E709C

#6E709C
(110,112,156)
#64668E
(100,102,142)
#5A5C80
(90,92,128)
#505272
(80,82,114)
#464864
(70,72,100)
#3C3E56
(60,62,86)
#323448
(50,52,72)
#282A3A
(40,42,58)
#1E202C
(30,32,44)
#14161E
(20,22,30)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6E709C

#6E709C
(110,112,156)
#7B7DA5
(123,125,165)
#888AAE
(136,138,174)
#9597B7
(149,151,183)
#A2A4C0
(162,164,192)
#AFB1C9
(175,177,201)
#BCBED2
(188,190,210)
#C9CBDB
(201,203,219)
#D6D8E4
(214,216,228)
#E3E5ED
(227,229,237)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E709C; }

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

This text font color is #6E709C.


Background Color

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

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

This div background color is #6E709C.


Border color

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

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

This div border color is #6E709C.


Opacity

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

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

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

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

This text has shadow with #6E709C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E709C on black background.


Color preview on white background

This text has color #6E709C on white background.



Black color preview on #6E709C background

This text has black color on #6E709C background.


White color preview on #6E709C background

This text has white color on #6E709C background.