COLOR #6D83D6

HEX: #6D83D6
RGB: (109,131,214)

Color info

#6D83D6 contains mainly blue color. Web safe color of #6D83D6 is #6699CC (or #69C).

RGB color model

#6D83D6 color RGB value is (109,131,214).

  • red value is 109;
  • green value is 131;
  • blue value is 214.
RGB:
(109,131,214)
(43%,51%,84%)

RGB channels and saturation

R 109 of 255 = 43%
G 131 of 255 = 51%
B 214 of 255 = 84%

109
131
214

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

Portions of RGB colors in percentages

R + G + B =
109 + 131 + 214 = 454 (100%)
R 109 of 454 ~ 24.01%
G 131 of 454 ~ 28.85%
B 214 of 454 ~ 47.14%

%24.01
%28.85
%47.14

CMYK color model

#6D83D6 color CMYK value is (49,39,0,16).

  • cyan value is 49.07%
  • magenta value is 38.79%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(49,39,0,16)
C49M39Y0K16 
(49%,39%,0%,16%)
(0.49/0.39/0.00/0.16)	

CMYK percentages

%49.07
%38.79
%0
%16.08

Codes

Color #6D83D6 in popluar color models

6D83D6
RGB109131214
HSL227°56.15%63.33%
HSB/HSV227°49.07%83.92%
CMYK49.07%38.79%0.00%
16.08%

Color #6D83D6 in popluar number systems.

HEX6D83D6
Decimal109131214
Binary11011011000001111010110
Octal155203326

Shades and tints

Shades of #6D83D6

#6D83D6
(109,131,214)
#6478C3
(100,120,195)
#5B6DB0
(91,109,176)
#52629D
(82,98,157)
#49578A
(73,87,138)
#404C77
(64,76,119)
#374164
(55,65,100)
#2E3651
(46,54,81)
#252B3E
(37,43,62)
#1C202B
(28,32,43)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #6D83D6

#6D83D6
(109,131,214)
#7A8ED9
(122,142,217)
#8799DC
(135,153,220)
#94A4DF
(148,164,223)
#A1AFE2
(161,175,226)
#AEBAE5
(174,186,229)
#BBC5E8
(187,197,232)
#C8D0EB
(200,208,235)
#D5DBEE
(213,219,238)
#E2E6F1
(226,230,241)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D83D6 color. Also use rgb(109,131,214) instead hex code.

Text Font Color

.myTextColor { color: #6D83D6; }

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

This text font color is #6D83D6.


Background Color

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

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

This div background color is #6D83D6.


Border color

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

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

This div border color is #6D83D6.


Opacity

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

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

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

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

This text has shadow with #6D83D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D83D6 on black background.


Color preview on white background

This text has color #6D83D6 on white background.



Black color preview on #6D83D6 background

This text has black color on #6D83D6 background.


White color preview on #6D83D6 background

This text has white color on #6D83D6 background.