COLOR #6E98E7

HEX: #6E98E7
RGB: (110,152,231)

Renk bilgisi

#6E98E7 contains mainly blue color. #6E98E7 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6E98E7 color RGB value is (110,152,231).

  • kırmız ton 110;
  • yeşil ton 152;
  • mavi ton 231.
RGB:
(110,152,231)
(43%,60%,91%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 152 of 255 = 60%
B 231 of 255 = 91%

110
152
231

R + G + B ~ 65%. #6E98E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 152 + 231 = 493 (100%)
R 110 of 493 ~ 22.31%
G 152 of 493 ~ 30.83%
B 231 of 493 ~ 46.86%

%22.31
%30.83
%46.86

CMYK RENK MODELİ

#6E98E7 rengi CMYK tonu (52,34,0,9).

  • camgöbeği tonu 52.38%
  • eflatun tonu 34.20%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(52,34,0,9)
C52M34Y0K9 
(52%,34%,0%,9%)
(0.52/0.34/0.00/0.09)	

CMYK yüzdeleri

%52.38
%34.2
%0
%9.41

Codes

Color #6E98E7 in popluar color models

6E98E7
RGB110152231
HSL219°71.60%66.86%
HSB/HSV219°52.38%90.59%
CMYK52.38%34.20%0.00%
9.41%

Color #6E98E7 in popluar number systems.

HEX6E98E7
Decimal110152231
Binary11011101001100011100111
Octal156230347

Shades and tints

Shades of #6E98E7

#6E98E7
(110,152,231)
#648BD2
(100,139,210)
#5A7EBD
(90,126,189)
#5071A8
(80,113,168)
#466493
(70,100,147)
#3C577E
(60,87,126)
#324A69
(50,74,105)
#283D54
(40,61,84)
#1E303F
(30,48,63)
#14232A
(20,35,42)
#0A1615
(10,22,21)
#000000
(0,0,0)

Tints of #6E98E7

#6E98E7
(110,152,231)
#7BA1E9
(123,161,233)
#88AAEB
(136,170,235)
#95B3ED
(149,179,237)
#A2BCEF
(162,188,239)
#AFC5F1
(175,197,241)
#BCCEF3
(188,206,243)
#C9D7F5
(201,215,245)
#D6E0F7
(214,224,247)
#E3E9F9
(227,233,249)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E98E7 color. Also use rgb(110,152,231) instead hex code.

Text Font Color

.myTextColor { color: #6E98E7; }

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

This text font color is #6E98E7.


Background Color

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

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

This div background color is #6E98E7.


Border color

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

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

This div border color is #6E98E7.


Opacity

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

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

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

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

This text has shadow with #6E98E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E98E7 on black background.


Color preview on white background

This text has color #6E98E7 on white background.



Black color preview on #6E98E7 background

This text has black color on #6E98E7 background.


White color preview on #6E98E7 background

This text has white color on #6E98E7 background.