COLOR #6852DC

HEX: #6852DC RGB: (104,82,220)

Color info

#6852DC contains mainly blue color. Web safe color of #6852DC is #6666CC (or #66C).

RGB color model

#6852DC color RGB value is (104,82,220).

RGB: (104,82,220) (41%, 32%, 86%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 220 of 255 = 86%

104
82
220

R + G + B ~ 53%. #6852DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 82 + 220 = 406 (100%)
R 104 of 406 ~ 25.62%
G 82 of 406 ~ 20.2%
B 220 of 406 ~ 54.19'%

%25.62
%20.2
%54.19

CMYK color model

#6852DC color CMYK value is (53,63,0,14).

  • cyan value is 52.73%
  • magenta value is 62.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (53,63,0,14) C53M63Y0K14 (53%,63%,0%,14%) (0.53/0.63/0.00/0.14) 

CMYK percentages

%52.73
%62.73
%0
%13.73

Codes

Color #6852DC in popluar color models

68 52 DC
RGB 104 82 220
HSL 250° 66.35% 59.22%
HSB/HSV 250° 62.73% 86.27%
CMYK 52.73% 62.73% 0.00%
13.73%

Color #6852DC in popluar number systems.

HEX 68 52 DC
Decimal 104 82 220
Binary 1101000 1010010 11011100
Octal 150 122 334

Shades and tints

Shades of #6852DC

#6852DC
(104,82,220)
#5F4BC8
(95,75,200)
#5644B4
(86,68,180)
#4D3DA0
(77,61,160)
#44368C
(68,54,140)
#3B2F78
(59,47,120)
#322864
(50,40,100)
#292150
(41,33,80)
#201A3C
(32,26,60)
#171328
(23,19,40)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #6852DC

#6852DC
(104,82,220)
#7561DF
(117,97,223)
#8270E2
(130,112,226)
#8F7FE5
(143,127,229)
#9C8EE8
(156,142,232)
#A99DEB
(169,157,235)
#B6ACEE
(182,172,238)
#C3BBF1
(195,187,241)
#D0CAF4
(208,202,244)
#DDD9F7
(221,217,247)
#EAE8FA
(234,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6852DC color. Also use rgb(104,82,220) instead hex code.

Text Font Color

.myTextColor { color: #6852DC; }

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

This text font color is #6852DC.

Background Color

.myBgColor { background-color: #6852DC; }

<div style="background-color:#6852DC">Inner text</div>

This div background color is #6852DC.

Border color

.myBorderColor { border: 1px solid #6852DC; }

<div style="border:3px solid #6852DC">Div</div>

This div border color is #6852DC.

Opacity

.myOpacity80 { color: #6852DC; opacity: 0.8; }

<p style="color:#6852DC;opacity:0.8;">80%</p>

Text with #6852DC 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 #6852DC;}

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

This text has shadow with #6852DC color.


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

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

This text has shadow with #6852DC primary color and red secondary color.


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

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

This text has shadow with #6852DC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6852DC.

Preview

Color preview on black background

This text has color #6852DC on black background.


Color preview on white background

This text has color #6852DC on white background.


Black color preview on #6852DC background

This text has black color on #6852DC background.


White color preview on #6852DC background

This text has white color on #6852DC background.


Related colors

Complementary color

Complementary color for #hex is #97AD23.


I love getcolorcode.com

Triadic colors

1 #DC6852 and #52DC68 with #6852DC are triadic colors.

2 #DC5268 and #5268DC with #6852DC are triadic colors.