COLOR #6C86E3

HEX: #6C86E3
RGB: (108,134,227)

Color info

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

RGB color model

#6C86E3 color RGB value is (108,134,227).

  • red value is 108;
  • green value is 134;
  • blue value is 227.
RGB:
(108,134,227)
(42%,53%,89%)

RGB channels and saturation

R 108 of 255 = 42%
G 134 of 255 = 53%
B 227 of 255 = 89%

108
134
227

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

Portions of RGB colors in percentages

R + G + B =
108 + 134 + 227 = 469 (100%)
R 108 of 469 ~ 23.03%
G 134 of 469 ~ 28.57%
B 227 of 469 ~ 48.4%

%23.03
%28.57
%48.4

CMYK color model

#6C86E3 color CMYK value is (52,41,0,11).

  • cyan value is 52.42%
  • magenta value is 40.97%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(52,41,0,11)
C52M41Y0K11 
(52%,41%,0%,11%)
(0.52/0.41/0.00/0.11)	

CMYK percentages

%52.42
%40.97
%0
%10.98

Codes

Color #6C86E3 in popluar color models

6C86E3
RGB108134227
HSL227°68.00%65.69%
HSB/HSV227°52.42%89.02%
CMYK52.42%40.97%0.00%
10.98%

Color #6C86E3 in popluar number systems.

HEX6C86E3
Decimal108134227
Binary11011001000011011100011
Octal154206343

Shades and tints

Shades of #6C86E3

#6C86E3
(108,134,227)
#637ACF
(99,122,207)
#5A6EBB
(90,110,187)
#5162A7
(81,98,167)
#485693
(72,86,147)
#3F4A7F
(63,74,127)
#363E6B
(54,62,107)
#2D3257
(45,50,87)
#242643
(36,38,67)
#1B1A2F
(27,26,47)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #6C86E3

#6C86E3
(108,134,227)
#7991E5
(121,145,229)
#869CE7
(134,156,231)
#93A7E9
(147,167,233)
#A0B2EB
(160,178,235)
#ADBDED
(173,189,237)
#BAC8EF
(186,200,239)
#C7D3F1
(199,211,241)
#D4DEF3
(212,222,243)
#E1E9F5
(225,233,245)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C86E3 color. Also use rgb(108,134,227) instead hex code.

Text Font Color

.myTextColor { color: #6C86E3; }

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

This text font color is #6C86E3.


Background Color

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

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

This div background color is #6C86E3.


Border color

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

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

This div border color is #6C86E3.


Opacity

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

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

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

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

This text has shadow with #6C86E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C86E3 on black background.


Color preview on white background

This text has color #6C86E3 on white background.



Black color preview on #6C86E3 background

This text has black color on #6C86E3 background.


White color preview on #6C86E3 background

This text has white color on #6C86E3 background.