COLOR #6C7DDD

HEX: #6C7DDD
RGB: (108,125,221)

Color info

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

RGB color model

#6C7DDD color RGB value is (108,125,221).

  • red value is 108;
  • green value is 125;
  • blue value is 221.
RGB:
(108,125,221)
(42%,49%,87%)

RGB channels and saturation

R 108 of 255 = 42%
G 125 of 255 = 49%
B 221 of 255 = 87%

108
125
221

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

Portions of RGB colors in percentages

R + G + B =
108 + 125 + 221 = 454 (100%)
R 108 of 454 ~ 23.79%
G 125 of 454 ~ 27.53%
B 221 of 454 ~ 48.68%

%23.79
%27.53
%48.68

CMYK color model

#6C7DDD color CMYK value is (51,43,0,13).

  • cyan value is 51.13%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(51,43,0,13)
C51M43Y0K13 
(51%,43%,0%,13%)
(0.51/0.43/0.00/0.13)	

CMYK percentages

%51.13
%43.44
%0
%13.33

Codes

Color #6C7DDD in popluar color models

6C7DDD
RGB108125221
HSL231°62.43%64.51%
HSB/HSV231°51.13%86.67%
CMYK51.13%43.44%0.00%
13.33%

Color #6C7DDD in popluar number systems.

HEX6C7DDD
Decimal108125221
Binary1101100111110111011101
Octal154175335

Shades and tints

Shades of #6C7DDD

#6C7DDD
(108,125,221)
#6372C9
(99,114,201)
#5A67B5
(90,103,181)
#515CA1
(81,92,161)
#48518D
(72,81,141)
#3F4679
(63,70,121)
#363B65
(54,59,101)
#2D3051
(45,48,81)
#24253D
(36,37,61)
#1B1A29
(27,26,41)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #6C7DDD

#6C7DDD
(108,125,221)
#7988E0
(121,136,224)
#8693E3
(134,147,227)
#939EE6
(147,158,230)
#A0A9E9
(160,169,233)
#ADB4EC
(173,180,236)
#BABFEF
(186,191,239)
#C7CAF2
(199,202,242)
#D4D5F5
(212,213,245)
#E1E0F8
(225,224,248)
#EEEBFB
(238,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7DDD color. Also use rgb(108,125,221) instead hex code.

Text Font Color

.myTextColor { color: #6C7DDD; }

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

This text font color is #6C7DDD.


Background Color

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

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

This div background color is #6C7DDD.


Border color

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

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

This div border color is #6C7DDD.


Opacity

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

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

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

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

This text has shadow with #6C7DDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7DDD on black background.


Color preview on white background

This text has color #6C7DDD on white background.



Black color preview on #6C7DDD background

This text has black color on #6C7DDD background.


White color preview on #6C7DDD background

This text has white color on #6C7DDD background.