COLOR #6A86B9

HEX: #6A86B9
RGB: (106,134,185)

Color info

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

RGB color model

#6A86B9 color RGB value is (106,134,185).

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

RGB channels and saturation

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

106
134
185

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

Portions of RGB colors in percentages

R + G + B =
106 + 134 + 185 = 425 (100%)
R 106 of 425 ~ 24.94%
G 134 of 425 ~ 31.53%
B 185 of 425 ~ 43.53%

%24.94
%31.53
%43.53

CMYK color model

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

  • cyan value is 42.70%
  • magenta value is 27.57%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(43,28,0,27)
C43M28Y0K27 
(43%,28%,0%,27%)
(0.43/0.28/0.00/0.27)	

CMYK percentages

%42.7
%27.57
%0
%27.45

Codes

Color #6A86B9 in popluar color models

6A86B9
RGB106134185
HSL219°36.07%57.06%
HSB/HSV219°42.70%72.55%
CMYK42.70%27.57%0.00%
27.45%

Color #6A86B9 in popluar number systems.

HEX6A86B9
Decimal106134185
Binary11010101000011010111001
Octal152206271

Shades and tints

Shades of #6A86B9

#6A86B9
(106,134,185)
#617AA9
(97,122,169)
#586E99
(88,110,153)
#4F6289
(79,98,137)
#465679
(70,86,121)
#3D4A69
(61,74,105)
#343E59
(52,62,89)
#2B3249
(43,50,73)
#222639
(34,38,57)
#191A29
(25,26,41)
#100E19
(16,14,25)
#000000
(0,0,0)

Tints of #6A86B9

#6A86B9
(106,134,185)
#7791BF
(119,145,191)
#849CC5
(132,156,197)
#91A7CB
(145,167,203)
#9EB2D1
(158,178,209)
#ABBDD7
(171,189,215)
#B8C8DD
(184,200,221)
#C5D3E3
(197,211,227)
#D2DEE9
(210,222,233)
#DFE9EF
(223,233,239)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A86B9; }

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

This text font color is #6A86B9.


Background Color

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

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

This div background color is #6A86B9.


Border color

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

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

This div border color is #6A86B9.


Opacity

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

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

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

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

This text has shadow with #6A86B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A86B9 on black background.


Color preview on white background

This text has color #6A86B9 on white background.



Black color preview on #6A86B9 background

This text has black color on #6A86B9 background.


White color preview on #6A86B9 background

This text has white color on #6A86B9 background.