COLOR #6E93E5

HEX: #6E93E5
RGB: (110,147,229)

Renk bilgisi

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

RGB renk modeli

#6E93E5 color RGB value is (110,147,229).

  • kırmız ton 110;
  • yeşil ton 147;
  • mavi ton 229.
RGB:
(110,147,229)
(43%,58%,90%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 147 of 255 = 58%
B 229 of 255 = 90%

110
147
229

R + G + B ~ 64%. #6E93E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 147 + 229 = 486 (100%)
R 110 of 486 ~ 22.63%
G 147 of 486 ~ 30.25%
B 229 of 486 ~ 47.12%

%22.63
%30.25
%47.12

CMYK RENK MODELİ

#6E93E5 rengi CMYK tonu (52,36,0,10).

  • camgöbeği tonu 51.97%
  • eflatun tonu 35.81%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(52,36,0,10)
C52M36Y0K10 
(52%,36%,0%,10%)
(0.52/0.36/0.00/0.10)	

CMYK yüzdeleri

%51.97
%35.81
%0
%10.2

Codes

Color #6E93E5 in popluar color models

6E93E5
RGB110147229
HSL221°69.59%66.47%
HSB/HSV221°51.97%89.80%
CMYK51.97%35.81%0.00%
10.20%

Color #6E93E5 in popluar number systems.

HEX6E93E5
Decimal110147229
Binary11011101001001111100101
Octal156223345

Shades and tints

Shades of #6E93E5

#6E93E5
(110,147,229)
#6486D1
(100,134,209)
#5A79BD
(90,121,189)
#506CA9
(80,108,169)
#465F95
(70,95,149)
#3C5281
(60,82,129)
#32456D
(50,69,109)
#283859
(40,56,89)
#1E2B45
(30,43,69)
#141E31
(20,30,49)
#0A111D
(10,17,29)
#000000
(0,0,0)

Tints of #6E93E5

#6E93E5
(110,147,229)
#7B9CE7
(123,156,231)
#88A5E9
(136,165,233)
#95AEEB
(149,174,235)
#A2B7ED
(162,183,237)
#AFC0EF
(175,192,239)
#BCC9F1
(188,201,241)
#C9D2F3
(201,210,243)
#D6DBF5
(214,219,245)
#E3E4F7
(227,228,247)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E93E5 color. Also use rgb(110,147,229) instead hex code.

Text Font Color

.myTextColor { color: #6E93E5; }

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

This text font color is #6E93E5.


Background Color

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

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

This div background color is #6E93E5.


Border color

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

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

This div border color is #6E93E5.


Opacity

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

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

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

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

This text has shadow with #6E93E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E93E5 on black background.


Color preview on white background

This text has color #6E93E5 on white background.



Black color preview on #6E93E5 background

This text has black color on #6E93E5 background.


White color preview on #6E93E5 background

This text has white color on #6E93E5 background.