COLOR #6E8FAD

HEX: #6E8FAD
RGB: (110,143,173)

Renk bilgisi

#6E8FAD contains mainly green and blue colors. #6E8FAD ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6E8FAD color RGB value is (110,143,173).

  • kırmız ton 110;
  • yeşil ton 143;
  • mavi ton 173.
RGB:
(110,143,173)
(43%,56%,68%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 143 of 255 = 56%
B 173 of 255 = 68%

110
143
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 143 + 173 = 426 (100%)
R 110 of 426 ~ 25.82%
G 143 of 426 ~ 33.57%
B 173 of 426 ~ 40.61%

%25.82
%33.57
%40.61

CMYK RENK MODELİ

#6E8FAD rengi CMYK tonu (36,17,0,32).

  • camgöbeği tonu 36.42%
  • eflatun tonu 17.34%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(36,17,0,32)
C36M17Y0K32 
(36%,17%,0%,32%)
(0.36/0.17/0.00/0.32)	

CMYK yüzdeleri

%36.42
%17.34
%0
%32.16

Codes

Color #6E8FAD in popluar color models

6E8FAD
RGB110143173
HSL209°27.75%55.49%
HSB/HSV209°36.42%67.84%
CMYK36.42%17.34%0.00%
32.16%

Color #6E8FAD in popluar number systems.

HEX6E8FAD
Decimal110143173
Binary11011101000111110101101
Octal156217255

Shades and tints

Shades of #6E8FAD

#6E8FAD
(110,143,173)
#64829E
(100,130,158)
#5A758F
(90,117,143)
#506880
(80,104,128)
#465B71
(70,91,113)
#3C4E62
(60,78,98)
#324153
(50,65,83)
#283444
(40,52,68)
#1E2735
(30,39,53)
#141A26
(20,26,38)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #6E8FAD

#6E8FAD
(110,143,173)
#7B99B4
(123,153,180)
#88A3BB
(136,163,187)
#95ADC2
(149,173,194)
#A2B7C9
(162,183,201)
#AFC1D0
(175,193,208)
#BCCBD7
(188,203,215)
#C9D5DE
(201,213,222)
#D6DFE5
(214,223,229)
#E3E9EC
(227,233,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8FAD; }

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

This text font color is #6E8FAD.


Background Color

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

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

This div background color is #6E8FAD.


Border color

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

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

This div border color is #6E8FAD.


Opacity

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

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

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

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

This text has shadow with #6E8FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8FAD on black background.


Color preview on white background

This text has color #6E8FAD on white background.



Black color preview on #6E8FAD background

This text has black color on #6E8FAD background.


White color preview on #6E8FAD background

This text has white color on #6E8FAD background.