COLOR #6E8ABB

HEX: #6E8ABB
RGB: (110,138,187)

Renk bilgisi

#6E8ABB contains mainly green and blue colors. #6E8ABB ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6E8ABB color RGB value is (110,138,187).

  • kırmız ton 110;
  • yeşil ton 138;
  • mavi ton 187.
RGB:
(110,138,187)
(43%,54%,73%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 138 of 255 = 54%
B 187 of 255 = 73%

110
138
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 138 + 187 = 435 (100%)
R 110 of 435 ~ 25.29%
G 138 of 435 ~ 31.72%
B 187 of 435 ~ 42.99%

%25.29
%31.72
%42.99

CMYK RENK MODELİ

#6E8ABB rengi CMYK tonu (41,26,0,27).

  • camgöbeği tonu 41.18%
  • eflatun tonu 26.20%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(41,26,0,27)
C41M26Y0K27 
(41%,26%,0%,27%)
(0.41/0.26/0.00/0.27)	

CMYK yüzdeleri

%41.18
%26.2
%0
%26.67

Codes

Color #6E8ABB in popluar color models

6E8ABB
RGB110138187
HSL218°36.15%58.24%
HSB/HSV218°41.18%73.33%
CMYK41.18%26.20%0.00%
26.67%

Color #6E8ABB in popluar number systems.

HEX6E8ABB
Decimal110138187
Binary11011101000101010111011
Octal156212273

Shades and tints

Shades of #6E8ABB

#6E8ABB
(110,138,187)
#647EAA
(100,126,170)
#5A7299
(90,114,153)
#506688
(80,102,136)
#465A77
(70,90,119)
#3C4E66
(60,78,102)
#324255
(50,66,85)
#283644
(40,54,68)
#1E2A33
(30,42,51)
#141E22
(20,30,34)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #6E8ABB

#6E8ABB
(110,138,187)
#7B94C1
(123,148,193)
#889EC7
(136,158,199)
#95A8CD
(149,168,205)
#A2B2D3
(162,178,211)
#AFBCD9
(175,188,217)
#BCC6DF
(188,198,223)
#C9D0E5
(201,208,229)
#D6DAEB
(214,218,235)
#E3E4F1
(227,228,241)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8ABB color. Also use rgb(110,138,187) instead hex code.

Text Font Color

.myTextColor { color: #6E8ABB; }

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

This text font color is #6E8ABB.


Background Color

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

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

This div background color is #6E8ABB.


Border color

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

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

This div border color is #6E8ABB.


Opacity

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

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

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

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

This text has shadow with #6E8ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8ABB on black background.


Color preview on white background

This text has color #6E8ABB on white background.



Black color preview on #6E8ABB background

This text has black color on #6E8ABB background.


White color preview on #6E8ABB background

This text has white color on #6E8ABB background.