COLOR #6D8EF0

HEX: #6D8EF0
RGB: (109,142,240)

Renk bilgisi

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

RGB renk modeli

#6D8EF0 color RGB value is (109,142,240).

  • kırmız ton 109;
  • yeşil ton 142;
  • mavi ton 240.
RGB:
(109,142,240)
(43%,56%,94%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 142 of 255 = 56%
B 240 of 255 = 94%

109
142
240

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 142 + 240 = 491 (100%)
R 109 of 491 ~ 22.2%
G 142 of 491 ~ 28.92%
B 240 of 491 ~ 48.88%

%22.2
%28.92
%48.88

CMYK RENK MODELİ

#6D8EF0 rengi CMYK tonu (55,41,0,6).

  • camgöbeği tonu 54.58%
  • eflatun tonu 40.83%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(55,41,0,6)
C55M41Y0K6 
(55%,41%,0%,6%)
(0.55/0.41/0.00/0.06)	

CMYK yüzdeleri

%54.58
%40.83
%0
%5.88

Codes

Color #6D8EF0 in popluar color models

6D8EF0
RGB109142240
HSL225°81.37%68.43%
HSB/HSV225°54.58%94.12%
CMYK54.58%40.83%0.00%
5.88%

Color #6D8EF0 in popluar number systems.

HEX6D8EF0
Decimal109142240
Binary11011011000111011110000
Octal155216360

Shades and tints

Shades of #6D8EF0

#6D8EF0
(109,142,240)
#6482DB
(100,130,219)
#5B76C6
(91,118,198)
#526AB1
(82,106,177)
#495E9C
(73,94,156)
#405287
(64,82,135)
#374672
(55,70,114)
#2E3A5D
(46,58,93)
#252E48
(37,46,72)
#1C2233
(28,34,51)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #6D8EF0

#6D8EF0
(109,142,240)
#7A98F1
(122,152,241)
#87A2F2
(135,162,242)
#94ACF3
(148,172,243)
#A1B6F4
(161,182,244)
#AEC0F5
(174,192,245)
#BBCAF6
(187,202,246)
#C8D4F7
(200,212,247)
#D5DEF8
(213,222,248)
#E2E8F9
(226,232,249)
#EFF2FA
(239,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8EF0 color. Also use rgb(109,142,240) instead hex code.

Text Font Color

.myTextColor { color: #6D8EF0; }

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

This text font color is #6D8EF0.


Background Color

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

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

This div background color is #6D8EF0.


Border color

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

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

This div border color is #6D8EF0.


Opacity

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

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

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

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

This text has shadow with #6D8EF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8EF0 on black background.


Color preview on white background

This text has color #6D8EF0 on white background.



Black color preview on #6D8EF0 background

This text has black color on #6D8EF0 background.


White color preview on #6D8EF0 background

This text has white color on #6D8EF0 background.