COLOR #6B82DC

HEX: #6B82DC RGB: (107,130,220)

Color info

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

RGB color model

#6B82DC color RGB value is (107,130,220).

RGB: (107,130,220) (42%, 51%, 86%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 220 of 255 = 86%

107
130
220

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

Portions of RGB colors in percentages

R + G + B = 107 + 130 + 220 = 457 (100%)
R 107 of 457 ~ 23.41%
G 130 of 457 ~ 28.45%
B 220 of 457 ~ 48.14'%

%23.41
%28.45
%48.14

CMYK color model

#6B82DC color CMYK value is (51,41,0,14).

  • cyan value is 51.36%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (51,41,0,14)
C51M41Y0K14 (51%, 41%, 0%, 14%)
(0.51 / 0.41 / 0.00 / 0.14)

CMYK percentages

%51.36
%40.91
%0
%13.73

Codes

Color #6B82DC in popluar color models

6B 82 DC
RGB 107 130 220
HSL 228° 61.75% 64.12%
HSB/HSV 228° 51.36% 86.27%
CMYK 51.36% 40.91% 0.00%
13.73%

Color #6B82DC in popluar number systems.

HEX 6B 82 DC
Decimal 107 130 220
Binary 1101011 10000010 11011100
Octal 153 202 334

Shades and tints

Shades of #6B82DC

#6B82DC
(107,130,220)
#6277C8
(98,119,200)
#596CB4
(89,108,180)
#5061A0
(80,97,160)
#47568C
(71,86,140)
#3E4B78
(62,75,120)
#354064
(53,64,100)
#2C3550
(44,53,80)
#232A3C
(35,42,60)
#1A1F28
(26,31,40)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #6B82DC

#6B82DC
(107,130,220)
#788DDF
(120,141,223)
#8598E2
(133,152,226)
#92A3E5
(146,163,229)
#9FAEE8
(159,174,232)
#ACB9EB
(172,185,235)
#B9C4EE
(185,196,238)
#C6CFF1
(198,207,241)
#D3DAF4
(211,218,244)
#E0E5F7
(224,229,247)
#EDF0FA
(237,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B82DC color. Also use rgb(107,130,220) instead hex code.

Text Font Color

.myTextColor { color: #6B82DC; }

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

This text font color is #6B82DC.

Background Color

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

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

This div background color is #6B82DC.

Border color

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

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

This div border color is #6B82DC.

Opacity

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

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

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

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

This text has shadow with #6B82DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B82DC.

Preview

Color preview on black background

This text has color #6B82DC on black background.


Color preview on white background

This text has color #6B82DC on white background.


Black color preview on #6B82DC background

This text has black color on #6B82DC background.


White color preview on #6B82DC background

This text has white color on #6B82DC background.


Related colors

Complementary color

Complementary color for #hex is #947D23.


I love getcolorcode.com

Triadic colors

1 #DC6B82 and #82DC6B with #6B82DC are triadic colors.

2 #DC826B and #826BDC with #6B82DC are triadic colors.