COLOR #6C49D0

HEX: #6C49D0 RGB: (108,73,208)

Color info

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

RGB color model

#6C49D0 color RGB value is (108,73,208).

RGB: (108,73,208) (42%, 29%, 82%)

RGB channels and saturation

R 108 of 255 = 42%
G 73 of 255 = 29%
B 208 of 255 = 82%

108
73
208

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

Portions of RGB colors in percentages

R + G + B = 108 + 73 + 208 = 389 (100%)
R 108 of 389 ~ 27.76%
G 73 of 389 ~ 18.77%
B 208 of 389 ~ 53.47'%

%27.76
%18.77
%53.47

CMYK color model

#6C49D0 color CMYK value is (48,65,0,18).

  • cyan value is 48.08%
  • magenta value is 64.90%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (48,65,0,18)
C48M65Y0K18 (48%, 65%, 0%, 18%)
(0.48 / 0.65 / 0.00 / 0.18)

CMYK percentages

%48.08
%64.9
%0
%18.43

Codes

Color #6C49D0 in popluar color models

6C 49 D0
RGB 108 73 208
HSL 256° 58.95% 55.10%
HSB/HSV 256° 64.90% 81.57%
CMYK 48.08% 64.90% 0.00%
18.43%

Color #6C49D0 in popluar number systems.

HEX 6C 49 D0
Decimal 108 73 208
Binary 1101100 1001001 11010000
Octal 154 111 320

Shades and tints

Shades of #6C49D0

#6C49D0
(108,73,208)
#6343BE
(99,67,190)
#5A3DAC
(90,61,172)
#51379A
(81,55,154)
#483188
(72,49,136)
#3F2B76
(63,43,118)
#362564
(54,37,100)
#2D1F52
(45,31,82)
#241940
(36,25,64)
#1B132E
(27,19,46)
#120D1C
(18,13,28)
#000000
(0,0,0)

Tints of #6C49D0

#6C49D0
(108,73,208)
#7959D4
(121,89,212)
#8669D8
(134,105,216)
#9379DC
(147,121,220)
#A089E0
(160,137,224)
#AD99E4
(173,153,228)
#BAA9E8
(186,169,232)
#C7B9EC
(199,185,236)
#D4C9F0
(212,201,240)
#E1D9F4
(225,217,244)
#EEE9F8
(238,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C49D0 color. Also use rgb(108,73,208) instead hex code.

Text Font Color

.myTextColor { color: #6C49D0; }

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

This text font color is #6C49D0.

Background Color

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

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

This div background color is #6C49D0.

Border color

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

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

This div border color is #6C49D0.

Opacity

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

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

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

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

This text has shadow with #6C49D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C49D0.

Preview

Color preview on black background

This text has color #6C49D0 on black background.


Color preview on white background

This text has color #6C49D0 on white background.


Black color preview on #6C49D0 background

This text has black color on #6C49D0 background.


White color preview on #6C49D0 background

This text has white color on #6C49D0 background.


Related colors

Complementary color

Complementary color for #hex is #93B62F.


I love getcolorcode.com

Triadic colors

1 #D06C49 and #49D06C with #6C49D0 are triadic colors.

2 #D0496C and #496CD0 with #6C49D0 are triadic colors.