COLOR #6F87D1

HEX: #6F87D1
RGB: (111,135,209)

Color info

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

RGB color model

#6F87D1 color RGB value is (111,135,209).

  • red value is 111;
  • green value is 135;
  • blue value is 209.
RGB:
(111,135,209)
(44%,53%,82%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 209 of 255 = 82%

111
135
209

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 209 = 455 (100%)
R 111 of 455 ~ 24.4%
G 135 of 455 ~ 29.67%
B 209 of 455 ~ 45.93%

%24.4
%29.67
%45.93

CMYK color model

#6F87D1 color CMYK value is (47,35,0,18).

  • cyan value is 46.89%
  • magenta value is 35.41%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(47,35,0,18)
C47M35Y0K18 
(47%,35%,0%,18%)
(0.47/0.35/0.00/0.18)	

CMYK percentages

%46.89
%35.41
%0
%18.04

Codes

Color #6F87D1 in popluar color models

6F87D1
RGB111135209
HSL225°51.58%62.75%
HSB/HSV225°46.89%81.96%
CMYK46.89%35.41%0.00%
18.04%

Color #6F87D1 in popluar number systems.

HEX6F87D1
Decimal111135209
Binary11011111000011111010001
Octal157207321

Shades and tints

Shades of #6F87D1

#6F87D1
(111,135,209)
#657BBE
(101,123,190)
#5B6FAB
(91,111,171)
#516398
(81,99,152)
#475785
(71,87,133)
#3D4B72
(61,75,114)
#333F5F
(51,63,95)
#29334C
(41,51,76)
#1F2739
(31,39,57)
#151B26
(21,27,38)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #6F87D1

#6F87D1
(111,135,209)
#7C91D5
(124,145,213)
#899BD9
(137,155,217)
#96A5DD
(150,165,221)
#A3AFE1
(163,175,225)
#B0B9E5
(176,185,229)
#BDC3E9
(189,195,233)
#CACDED
(202,205,237)
#D7D7F1
(215,215,241)
#E4E1F5
(228,225,245)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F87D1 color. Also use rgb(111,135,209) instead hex code.

Text Font Color

.myTextColor { color: #6F87D1; }

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

This text font color is #6F87D1.


Background Color

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

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

This div background color is #6F87D1.


Border color

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

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

This div border color is #6F87D1.


Opacity

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

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

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

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

This text has shadow with #6F87D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F87D1 on black background.


Color preview on white background

This text has color #6F87D1 on white background.



Black color preview on #6F87D1 background

This text has black color on #6F87D1 background.


White color preview on #6F87D1 background

This text has white color on #6F87D1 background.