COLOR #6849CC

HEX: #6849CC
RGB: (104,73,204)

Color info

#6849CC contains mainly blue color. Web safe color of #6849CC is #6633CC (or #63C).

RGB color model

#6849CC color RGB value is (104,73,204).

  • red value is 104;
  • green value is 73;
  • blue value is 204.
RGB:
(104,73,204)
(41%,29%,80%)

RGB channels and saturation

R 104 of 255 = 41%
G 73 of 255 = 29%
B 204 of 255 = 80%

104
73
204

R + G + B ~ 50%. #6849CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 73 + 204 = 381 (100%)
R 104 of 381 ~ 27.3%
G 73 of 381 ~ 19.16%
B 204 of 381 ~ 53.54%

%27.3
%19.16
%53.54

CMYK color model

#6849CC color CMYK value is (49,64,0,20).

  • cyan value is 49.02%
  • magenta value is 64.22%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(49,64,0,20)
C49M64Y0K20 
(49%,64%,0%,20%)
(0.49/0.64/0.00/0.20)	

CMYK percentages

%49.02
%64.22
%0
%20

Codes

Color #6849CC in popluar color models

6849CC
RGB10473204
HSL254°56.22%54.31%
HSB/HSV254°64.22%80.00%
CMYK49.02%64.22%0.00%
20.00%

Color #6849CC in popluar number systems.

HEX6849CC
Decimal10473204
Binary1101000100100111001100
Octal150111314

Shades and tints

Shades of #6849CC

#6849CC
(104,73,204)
#5F43BA
(95,67,186)
#563DA8
(86,61,168)
#4D3796
(77,55,150)
#443184
(68,49,132)
#3B2B72
(59,43,114)
#322560
(50,37,96)
#291F4E
(41,31,78)
#20193C
(32,25,60)
#17132A
(23,19,42)
#0E0D18
(14,13,24)
#000000
(0,0,0)

Tints of #6849CC

#6849CC
(104,73,204)
#7559D0
(117,89,208)
#8269D4
(130,105,212)
#8F79D8
(143,121,216)
#9C89DC
(156,137,220)
#A999E0
(169,153,224)
#B6A9E4
(182,169,228)
#C3B9E8
(195,185,232)
#D0C9EC
(208,201,236)
#DDD9F0
(221,217,240)
#EAE9F4
(234,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6849CC color. Also use rgb(104,73,204) instead hex code.

Text Font Color

.myTextColor { color: #6849CC; }

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

This text font color is #6849CC.


Background Color

.myBgColor { background-color: #6849CC; }

<div style="background-color:#6849CC">Inner text</div>

This div background color is #6849CC.


Border color

.myBorderColor { border: 1px solid #6849CC; }

<div style="border:3px solid #6849CC">Div</div>

This div border color is #6849CC.


Opacity

.myOpacity80 { color: #6849CC; opacity: 0.8; }

<p style="color:#6849CC;opacity:0.8;">80%</p>

Text with #6849CC 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 #6849CC;}

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

This text has shadow with #6849CC color.

.textShadow {text-shadow: 3px 3px 1px #6849CC, 3px 3px 1px red;}

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

This text has shadow with #6849CC primary color and red secondary color.


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

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

This text has shadow with #6849CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6849CC on black background.


Color preview on white background

This text has color #6849CC on white background.



Black color preview on #6849CC background

This text has black color on #6849CC background.


White color preview on #6849CC background

This text has white color on #6849CC background.