COLOR #6C8DDC

HEX: #6C8DDC
RGB: (108,141,220)

Color info

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

RGB color model

#6C8DDC color RGB value is (108,141,220).

  • red value is 108;
  • green value is 141;
  • blue value is 220.
RGB:
(108,141,220)
(42%,55%,86%)

RGB channels and saturation

R 108 of 255 = 42%
G 141 of 255 = 55%
B 220 of 255 = 86%

108
141
220

R + G + B ~ 61%. #6C8DDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 141 + 220 = 469 (100%)
R 108 of 469 ~ 23.03%
G 141 of 469 ~ 30.06%
B 220 of 469 ~ 46.91%

%23.03
%30.06
%46.91

CMYK color model

#6C8DDC color CMYK value is (51,36,0,14).

  • cyan value is 50.91%
  • magenta value is 35.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(51,36,0,14)
C51M36Y0K14 
(51%,36%,0%,14%)
(0.51/0.36/0.00/0.14)	

CMYK percentages

%50.91
%35.91
%0
%13.73

Codes

Color #6C8DDC in popluar color models

6C8DDC
RGB108141220
HSL222°61.54%64.31%
HSB/HSV222°50.91%86.27%
CMYK50.91%35.91%0.00%
13.73%

Color #6C8DDC in popluar number systems.

HEX6C8DDC
Decimal108141220
Binary11011001000110111011100
Octal154215334

Shades and tints

Shades of #6C8DDC

#6C8DDC
(108,141,220)
#6381C8
(99,129,200)
#5A75B4
(90,117,180)
#5169A0
(81,105,160)
#485D8C
(72,93,140)
#3F5178
(63,81,120)
#364564
(54,69,100)
#2D3950
(45,57,80)
#242D3C
(36,45,60)
#1B2128
(27,33,40)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #6C8DDC

#6C8DDC
(108,141,220)
#7997DF
(121,151,223)
#86A1E2
(134,161,226)
#93ABE5
(147,171,229)
#A0B5E8
(160,181,232)
#ADBFEB
(173,191,235)
#BAC9EE
(186,201,238)
#C7D3F1
(199,211,241)
#D4DDF4
(212,221,244)
#E1E7F7
(225,231,247)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8DDC color. Also use rgb(108,141,220) instead hex code.

Text Font Color

.myTextColor { color: #6C8DDC; }

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

This text font color is #6C8DDC.


Background Color

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

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

This div background color is #6C8DDC.


Border color

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

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

This div border color is #6C8DDC.


Opacity

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

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

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

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

This text has shadow with #6C8DDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C8DDC on black background.


Color preview on white background

This text has color #6C8DDC on white background.



Black color preview on #6C8DDC background

This text has black color on #6C8DDC background.


White color preview on #6C8DDC background

This text has white color on #6C8DDC background.