COLOR #6C87DA

HEX: #6C87DA
RGB: (108,135,218)

Color info

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

RGB color model

#6C87DA color RGB value is (108,135,218).

  • red value is 108;
  • green value is 135;
  • blue value is 218.
RGB:
(108,135,218)
(42%,53%,85%)

RGB channels and saturation

R 108 of 255 = 42%
G 135 of 255 = 53%
B 218 of 255 = 85%

108
135
218

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

Portions of RGB colors in percentages

R + G + B =
108 + 135 + 218 = 461 (100%)
R 108 of 461 ~ 23.43%
G 135 of 461 ~ 29.28%
B 218 of 461 ~ 47.29%

%23.43
%29.28
%47.29

CMYK color model

#6C87DA color CMYK value is (50,38,0,15).

  • cyan value is 50.46%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(50,38,0,15)
C50M38Y0K15 
(50%,38%,0%,15%)
(0.50/0.38/0.00/0.15)	

CMYK percentages

%50.46
%38.07
%0
%14.51

Codes

Color #6C87DA in popluar color models

6C87DA
RGB108135218
HSL225°59.78%63.92%
HSB/HSV225°50.46%85.49%
CMYK50.46%38.07%0.00%
14.51%

Color #6C87DA in popluar number systems.

HEX6C87DA
Decimal108135218
Binary11011001000011111011010
Octal154207332

Shades and tints

Shades of #6C87DA

#6C87DA
(108,135,218)
#637BC7
(99,123,199)
#5A6FB4
(90,111,180)
#5163A1
(81,99,161)
#48578E
(72,87,142)
#3F4B7B
(63,75,123)
#363F68
(54,63,104)
#2D3355
(45,51,85)
#242742
(36,39,66)
#1B1B2F
(27,27,47)
#120F1C
(18,15,28)
#000000
(0,0,0)

Tints of #6C87DA

#6C87DA
(108,135,218)
#7991DD
(121,145,221)
#869BE0
(134,155,224)
#93A5E3
(147,165,227)
#A0AFE6
(160,175,230)
#ADB9E9
(173,185,233)
#BAC3EC
(186,195,236)
#C7CDEF
(199,205,239)
#D4D7F2
(212,215,242)
#E1E1F5
(225,225,245)
#EEEBF8
(238,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C87DA color. Also use rgb(108,135,218) instead hex code.

Text Font Color

.myTextColor { color: #6C87DA; }

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

This text font color is #6C87DA.


Background Color

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

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

This div background color is #6C87DA.


Border color

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

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

This div border color is #6C87DA.


Opacity

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

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

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

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

This text has shadow with #6C87DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C87DA on black background.


Color preview on white background

This text has color #6C87DA on white background.



Black color preview on #6C87DA background

This text has black color on #6C87DA background.


White color preview on #6C87DA background

This text has white color on #6C87DA background.