COLOR #6D9DE4

HEX: #6D9DE4
RGB: (109,157,228)

Renk bilgisi

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

RGB renk modeli

#6D9DE4 color RGB value is (109,157,228).

  • kırmız ton 109;
  • yeşil ton 157;
  • mavi ton 228.
RGB:
(109,157,228)
(43%,62%,89%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 157 of 255 = 62%
B 228 of 255 = 89%

109
157
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 157 + 228 = 494 (100%)
R 109 of 494 ~ 22.06%
G 157 of 494 ~ 31.78%
B 228 of 494 ~ 46.15%

%22.06
%31.78
%46.15

CMYK RENK MODELİ

#6D9DE4 rengi CMYK tonu (52,31,0,11).

  • camgöbeği tonu 52.19%
  • eflatun tonu 31.14%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(52,31,0,11)
C52M31Y0K11 
(52%,31%,0%,11%)
(0.52/0.31/0.00/0.11)	

CMYK yüzdeleri

%52.19
%31.14
%0
%10.59

Codes

Color #6D9DE4 in popluar color models

6D9DE4
RGB109157228
HSL216°68.79%66.08%
HSB/HSV216°52.19%89.41%
CMYK52.19%31.14%0.00%
10.59%

Color #6D9DE4 in popluar number systems.

HEX6D9DE4
Decimal109157228
Binary11011011001110111100100
Octal155235344

Shades and tints

Shades of #6D9DE4

#6D9DE4
(109,157,228)
#648FD0
(100,143,208)
#5B81BC
(91,129,188)
#5273A8
(82,115,168)
#496594
(73,101,148)
#405780
(64,87,128)
#37496C
(55,73,108)
#2E3B58
(46,59,88)
#252D44
(37,45,68)
#1C1F30
(28,31,48)
#13111C
(19,17,28)
#000000
(0,0,0)

Tints of #6D9DE4

#6D9DE4
(109,157,228)
#7AA5E6
(122,165,230)
#87ADE8
(135,173,232)
#94B5EA
(148,181,234)
#A1BDEC
(161,189,236)
#AEC5EE
(174,197,238)
#BBCDF0
(187,205,240)
#C8D5F2
(200,213,242)
#D5DDF4
(213,221,244)
#E2E5F6
(226,229,246)
#EFEDF8
(239,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9DE4 color. Also use rgb(109,157,228) instead hex code.

Text Font Color

.myTextColor { color: #6D9DE4; }

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

This text font color is #6D9DE4.


Background Color

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

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

This div background color is #6D9DE4.


Border color

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

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

This div border color is #6D9DE4.


Opacity

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

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

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

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

This text has shadow with #6D9DE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9DE4 on black background.


Color preview on white background

This text has color #6D9DE4 on white background.



Black color preview on #6D9DE4 background

This text has black color on #6D9DE4 background.


White color preview on #6D9DE4 background

This text has white color on #6D9DE4 background.