COLOR #6E8BE4

HEX: #6E8BE4
RGB: (110,139,228)

Renk bilgisi

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

RGB renk modeli

#6E8BE4 color RGB value is (110,139,228).

  • kırmız ton 110;
  • yeşil ton 139;
  • mavi ton 228.
RGB:
(110,139,228)
(43%,55%,89%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 139 of 255 = 55%
B 228 of 255 = 89%

110
139
228

R + G + B ~ 62%. #6E8BE4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 139 + 228 = 477 (100%)
R 110 of 477 ~ 23.06%
G 139 of 477 ~ 29.14%
B 228 of 477 ~ 47.8%

%23.06
%29.14
%47.8

CMYK RENK MODELİ

#6E8BE4 rengi CMYK tonu (52,39,0,11).

  • camgöbeği tonu 51.75%
  • eflatun tonu 39.04%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(52,39,0,11)
C52M39Y0K11 
(52%,39%,0%,11%)
(0.52/0.39/0.00/0.11)	

CMYK yüzdeleri

%51.75
%39.04
%0
%10.59

Codes

Color #6E8BE4 in popluar color models

6E8BE4
RGB110139228
HSL225°68.60%66.27%
HSB/HSV225°51.75%89.41%
CMYK51.75%39.04%0.00%
10.59%

Color #6E8BE4 in popluar number systems.

HEX6E8BE4
Decimal110139228
Binary11011101000101111100100
Octal156213344

Shades and tints

Shades of #6E8BE4

#6E8BE4
(110,139,228)
#647FD0
(100,127,208)
#5A73BC
(90,115,188)
#5067A8
(80,103,168)
#465B94
(70,91,148)
#3C4F80
(60,79,128)
#32436C
(50,67,108)
#283758
(40,55,88)
#1E2B44
(30,43,68)
#141F30
(20,31,48)
#0A131C
(10,19,28)
#000000
(0,0,0)

Tints of #6E8BE4

#6E8BE4
(110,139,228)
#7B95E6
(123,149,230)
#889FE8
(136,159,232)
#95A9EA
(149,169,234)
#A2B3EC
(162,179,236)
#AFBDEE
(175,189,238)
#BCC7F0
(188,199,240)
#C9D1F2
(201,209,242)
#D6DBF4
(214,219,244)
#E3E5F6
(227,229,246)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8BE4 color. Also use rgb(110,139,228) instead hex code.

Text Font Color

.myTextColor { color: #6E8BE4; }

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

This text font color is #6E8BE4.


Background Color

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

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

This div background color is #6E8BE4.


Border color

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

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

This div border color is #6E8BE4.


Opacity

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

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

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

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

This text has shadow with #6E8BE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8BE4 on black background.


Color preview on white background

This text has color #6E8BE4 on white background.



Black color preview on #6E8BE4 background

This text has black color on #6E8BE4 background.


White color preview on #6E8BE4 background

This text has white color on #6E8BE4 background.