COLOR #6D80D2

HEX: #6D80D2
RGB: (109,128,210)

Renk bilgisi

#6D80D2 contains mainly blue color. #6D80D2 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6D80D2 color RGB value is (109,128,210).

  • kırmız ton 109;
  • yeşil ton 128;
  • mavi ton 210.
RGB:
(109,128,210)
(43%,50%,82%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 128 of 255 = 50%
B 210 of 255 = 82%

109
128
210

R + G + B ~ 58%. #6D80D2 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 128 + 210 = 447 (100%)
R 109 of 447 ~ 24.38%
G 128 of 447 ~ 28.64%
B 210 of 447 ~ 46.98%

%24.38
%28.64
%46.98

CMYK RENK MODELİ

#6D80D2 rengi CMYK tonu (48,39,0,18).

  • camgöbeği tonu 48.10%
  • eflatun tonu 39.05%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(48,39,0,18)
C48M39Y0K18 
(48%,39%,0%,18%)
(0.48/0.39/0.00/0.18)	

CMYK yüzdeleri

%48.1
%39.05
%0
%17.65

Codes

Color #6D80D2 in popluar color models

6D80D2
RGB109128210
HSL229°52.88%62.55%
HSB/HSV229°48.10%82.35%
CMYK48.10%39.05%0.00%
17.65%

Color #6D80D2 in popluar number systems.

HEX6D80D2
Decimal109128210
Binary11011011000000011010010
Octal155200322

Shades and tints

Shades of #6D80D2

#6D80D2
(109,128,210)
#6475BF
(100,117,191)
#5B6AAC
(91,106,172)
#525F99
(82,95,153)
#495486
(73,84,134)
#404973
(64,73,115)
#373E60
(55,62,96)
#2E334D
(46,51,77)
#25283A
(37,40,58)
#1C1D27
(28,29,39)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #6D80D2

#6D80D2
(109,128,210)
#7A8BD6
(122,139,214)
#8796DA
(135,150,218)
#94A1DE
(148,161,222)
#A1ACE2
(161,172,226)
#AEB7E6
(174,183,230)
#BBC2EA
(187,194,234)
#C8CDEE
(200,205,238)
#D5D8F2
(213,216,242)
#E2E3F6
(226,227,246)
#EFEEFA
(239,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D80D2 color. Also use rgb(109,128,210) instead hex code.

Text Font Color

.myTextColor { color: #6D80D2; }

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

This text font color is #6D80D2.


Background Color

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

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

This div background color is #6D80D2.


Border color

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

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

This div border color is #6D80D2.


Opacity

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

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

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

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

This text has shadow with #6D80D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D80D2 on black background.


Color preview on white background

This text has color #6D80D2 on white background.



Black color preview on #6D80D2 background

This text has black color on #6D80D2 background.


White color preview on #6D80D2 background

This text has white color on #6D80D2 background.