COLOR #6B87C5

HEX: #6B87C5
RGB: (107,135,197)

Color info

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

RGB color model

#6B87C5 color RGB value is (107,135,197).

  • red value is 107;
  • green value is 135;
  • blue value is 197.
RGB:
(107,135,197)
(42%,53%,77%)

RGB channels and saturation

R 107 of 255 = 42%
G 135 of 255 = 53%
B 197 of 255 = 77%

107
135
197

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

Portions of RGB colors in percentages

R + G + B =
107 + 135 + 197 = 439 (100%)
R 107 of 439 ~ 24.37%
G 135 of 439 ~ 30.75%
B 197 of 439 ~ 44.87%

%24.37
%30.75
%44.87

CMYK color model

#6B87C5 color CMYK value is (46,31,0,23).

  • cyan value is 45.69%
  • magenta value is 31.47%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(46,31,0,23)
C46M31Y0K23 
(46%,31%,0%,23%)
(0.46/0.31/0.00/0.23)	

CMYK percentages

%45.69
%31.47
%0
%22.75

Codes

Color #6B87C5 in popluar color models

6B87C5
RGB107135197
HSL221°43.69%59.61%
HSB/HSV221°45.69%77.25%
CMYK45.69%31.47%0.00%
22.75%

Color #6B87C5 in popluar number systems.

HEX6B87C5
Decimal107135197
Binary11010111000011111000101
Octal153207305

Shades and tints

Shades of #6B87C5

#6B87C5
(107,135,197)
#627BB4
(98,123,180)
#596FA3
(89,111,163)
#506392
(80,99,146)
#475781
(71,87,129)
#3E4B70
(62,75,112)
#353F5F
(53,63,95)
#2C334E
(44,51,78)
#23273D
(35,39,61)
#1A1B2C
(26,27,44)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #6B87C5

#6B87C5
(107,135,197)
#7891CA
(120,145,202)
#859BCF
(133,155,207)
#92A5D4
(146,165,212)
#9FAFD9
(159,175,217)
#ACB9DE
(172,185,222)
#B9C3E3
(185,195,227)
#C6CDE8
(198,205,232)
#D3D7ED
(211,215,237)
#E0E1F2
(224,225,242)
#EDEBF7
(237,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B87C5 color. Also use rgb(107,135,197) instead hex code.

Text Font Color

.myTextColor { color: #6B87C5; }

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

This text font color is #6B87C5.


Background Color

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

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

This div background color is #6B87C5.


Border color

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

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

This div border color is #6B87C5.


Opacity

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

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

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

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

This text has shadow with #6B87C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B87C5 on black background.


Color preview on white background

This text has color #6B87C5 on white background.



Black color preview on #6B87C5 background

This text has black color on #6B87C5 background.


White color preview on #6B87C5 background

This text has white color on #6B87C5 background.