COLOR #6E8CDC

HEX: #6E8CDC
RGB: (110,140,220)

Renk bilgisi

#6E8CDC contains mainly blue color. #6E8CDC ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6E8CDC color RGB value is (110,140,220).

  • kırmız ton 110;
  • yeşil ton 140;
  • mavi ton 220.
RGB:
(110,140,220)
(43%,55%,86%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 140 of 255 = 55%
B 220 of 255 = 86%

110
140
220

R + G + B ~ 61%. #6E8CDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 140 + 220 = 470 (100%)
R 110 of 470 ~ 23.4%
G 140 of 470 ~ 29.79%
B 220 of 470 ~ 46.81%

%23.4
%29.79
%46.81

CMYK RENK MODELİ

#6E8CDC rengi CMYK tonu (50,36,0,14).

  • camgöbeği tonu 50.00%
  • eflatun tonu 36.36%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(50,36,0,14)
C50M36Y0K14 
(50%,36%,0%,14%)
(0.50/0.36/0.00/0.14)	

CMYK yüzdeleri

%50
%36.36
%0
%13.73

Codes

Color #6E8CDC in popluar color models

6E8CDC
RGB110140220
HSL224°61.11%64.71%
HSB/HSV224°50.00%86.27%
CMYK50.00%36.36%0.00%
13.73%

Color #6E8CDC in popluar number systems.

HEX6E8CDC
Decimal110140220
Binary11011101000110011011100
Octal156214334

Shades and tints

Shades of #6E8CDC

#6E8CDC
(110,140,220)
#6480C8
(100,128,200)
#5A74B4
(90,116,180)
#5068A0
(80,104,160)
#465C8C
(70,92,140)
#3C5078
(60,80,120)
#324464
(50,68,100)
#283850
(40,56,80)
#1E2C3C
(30,44,60)
#142028
(20,32,40)
#0A1414
(10,20,20)
#000000
(0,0,0)

Tints of #6E8CDC

#6E8CDC
(110,140,220)
#7B96DF
(123,150,223)
#88A0E2
(136,160,226)
#95AAE5
(149,170,229)
#A2B4E8
(162,180,232)
#AFBEEB
(175,190,235)
#BCC8EE
(188,200,238)
#C9D2F1
(201,210,241)
#D6DCF4
(214,220,244)
#E3E6F7
(227,230,247)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8CDC color. Also use rgb(110,140,220) instead hex code.

Text Font Color

.myTextColor { color: #6E8CDC; }

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

This text font color is #6E8CDC.


Background Color

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

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

This div background color is #6E8CDC.


Border color

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

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

This div border color is #6E8CDC.


Opacity

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

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

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

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

This text has shadow with #6E8CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8CDC on black background.


Color preview on white background

This text has color #6E8CDC on white background.



Black color preview on #6E8CDC background

This text has black color on #6E8CDC background.


White color preview on #6E8CDC background

This text has white color on #6E8CDC background.