COLOR #6D82D5

HEX: #6D82D5
RGB: (109,130,213)

Renk bilgisi

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

RGB renk modeli

#6D82D5 color RGB value is (109,130,213).

  • kırmız ton 109;
  • yeşil ton 130;
  • mavi ton 213.
RGB:
(109,130,213)
(43%,51%,84%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 130 of 255 = 51%
B 213 of 255 = 84%

109
130
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 130 + 213 = 452 (100%)
R 109 of 452 ~ 24.12%
G 130 of 452 ~ 28.76%
B 213 of 452 ~ 47.12%

%24.12
%28.76
%47.12

CMYK RENK MODELİ

#6D82D5 rengi CMYK tonu (49,39,0,16).

  • camgöbeği tonu 48.83%
  • eflatun tonu 38.97%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(49,39,0,16)
C49M39Y0K16 
(49%,39%,0%,16%)
(0.49/0.39/0.00/0.16)	

CMYK yüzdeleri

%48.83
%38.97
%0
%16.47

Codes

Color #6D82D5 in popluar color models

6D82D5
RGB109130213
HSL228°55.32%63.14%
HSB/HSV228°48.83%83.53%
CMYK48.83%38.97%0.00%
16.47%

Color #6D82D5 in popluar number systems.

HEX6D82D5
Decimal109130213
Binary11011011000001011010101
Octal155202325

Shades and tints

Shades of #6D82D5

#6D82D5
(109,130,213)
#6477C2
(100,119,194)
#5B6CAF
(91,108,175)
#52619C
(82,97,156)
#495689
(73,86,137)
#404B76
(64,75,118)
#374063
(55,64,99)
#2E3550
(46,53,80)
#252A3D
(37,42,61)
#1C1F2A
(28,31,42)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #6D82D5

#6D82D5
(109,130,213)
#7A8DD8
(122,141,216)
#8798DB
(135,152,219)
#94A3DE
(148,163,222)
#A1AEE1
(161,174,225)
#AEB9E4
(174,185,228)
#BBC4E7
(187,196,231)
#C8CFEA
(200,207,234)
#D5DAED
(213,218,237)
#E2E5F0
(226,229,240)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D82D5 color. Also use rgb(109,130,213) instead hex code.

Text Font Color

.myTextColor { color: #6D82D5; }

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

This text font color is #6D82D5.


Background Color

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

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

This div background color is #6D82D5.


Border color

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

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

This div border color is #6D82D5.


Opacity

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

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

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

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

This text has shadow with #6D82D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D82D5 on black background.


Color preview on white background

This text has color #6D82D5 on white background.



Black color preview on #6D82D5 background

This text has black color on #6D82D5 background.


White color preview on #6D82D5 background

This text has white color on #6D82D5 background.