COLOR #6A87B9

HEX: #6A87B9
RGB: (106,135,185)

Color info

#6A87B9 contains mainly green and blue colors. Web safe color of #6A87B9 is #6699CC (or #69C).

RGB color model

#6A87B9 color RGB value is (106,135,185).

  • red value is 106;
  • green value is 135;
  • blue value is 185.
RGB:
(106,135,185)
(42%,53%,73%)

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 185 of 255 = 73%

106
135
185

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

Portions of RGB colors in percentages

R + G + B =
106 + 135 + 185 = 426 (100%)
R 106 of 426 ~ 24.88%
G 135 of 426 ~ 31.69%
B 185 of 426 ~ 43.43%

%24.88
%31.69
%43.43

CMYK color model

#6A87B9 color CMYK value is (43,27,0,27).

  • cyan value is 42.70%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(43,27,0,27)
C43M27Y0K27 
(43%,27%,0%,27%)
(0.43/0.27/0.00/0.27)	

CMYK percentages

%42.7
%27.03
%0
%27.45

Codes

Color #6A87B9 in popluar color models

6A87B9
RGB106135185
HSL218°36.07%57.06%
HSB/HSV218°42.70%72.55%
CMYK42.70%27.03%0.00%
27.45%

Color #6A87B9 in popluar number systems.

HEX6A87B9
Decimal106135185
Binary11010101000011110111001
Octal152207271

Shades and tints

Shades of #6A87B9

#6A87B9
(106,135,185)
#617BA9
(97,123,169)
#586F99
(88,111,153)
#4F6389
(79,99,137)
#465779
(70,87,121)
#3D4B69
(61,75,105)
#343F59
(52,63,89)
#2B3349
(43,51,73)
#222739
(34,39,57)
#191B29
(25,27,41)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #6A87B9

#6A87B9
(106,135,185)
#7791BF
(119,145,191)
#849BC5
(132,155,197)
#91A5CB
(145,165,203)
#9EAFD1
(158,175,209)
#ABB9D7
(171,185,215)
#B8C3DD
(184,195,221)
#C5CDE3
(197,205,227)
#D2D7E9
(210,215,233)
#DFE1EF
(223,225,239)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A87B9 color. Also use rgb(106,135,185) instead hex code.

Text Font Color

.myTextColor { color: #6A87B9; }

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

This text font color is #6A87B9.


Background Color

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

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

This div background color is #6A87B9.


Border color

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

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

This div border color is #6A87B9.


Opacity

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

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

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

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

This text has shadow with #6A87B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A87B9 on black background.


Color preview on white background

This text has color #6A87B9 on white background.



Black color preview on #6A87B9 background

This text has black color on #6A87B9 background.


White color preview on #6A87B9 background

This text has white color on #6A87B9 background.