COLOR #6A86BB

HEX: #6A86BB RGB: (106,134,187)

Color info

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

RGB color model

#6A86BB color RGB value is (106,134,187).

RGB: (106,134,187) (42%, 53%, 73%)

RGB channels and saturation

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

106
134
187

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

Portions of RGB colors in percentages

R + G + B = 106 + 134 + 187 = 427 (100%)
R 106 of 427 ~ 24.82%
G 134 of 427 ~ 31.38%
B 187 of 427 ~ 43.79'%

%24.82
%31.38
%43.79

CMYK color model

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

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

CMYK percentages

%43.32
%28.34
%0
%26.67

Codes

Color #6A86BB in popluar color models

6A 86 BB
RGB 106 134 187
HSL 219° 37.33% 57.45%
HSB/HSV 219° 43.32% 73.33%
CMYK 43.32% 28.34% 0.00%
26.67%

Color #6A86BB in popluar number systems.

HEX 6A 86 BB
Decimal 106 134 187
Binary 1101010 10000110 10111011
Octal 152 206 273

Shades and tints

Shades of #6A86BB

#6A86BB
(106,134,187)
#617AAA
(97,122,170)
#586E99
(88,110,153)
#4F6288
(79,98,136)
#465677
(70,86,119)
#3D4A66
(61,74,102)
#343E55
(52,62,85)
#2B3244
(43,50,68)
#222633
(34,38,51)
#191A22
(25,26,34)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #6A86BB

#6A86BB
(106,134,187)
#7791C1
(119,145,193)
#849CC7
(132,156,199)
#91A7CD
(145,167,205)
#9EB2D3
(158,178,211)
#ABBDD9
(171,189,217)
#B8C8DF
(184,200,223)
#C5D3E5
(197,211,229)
#D2DEEB
(210,222,235)
#DFE9F1
(223,233,241)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A86BB; }

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

This text font color is #6A86BB.

Background Color

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

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

This div background color is #6A86BB.

Border color

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

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

This div border color is #6A86BB.

Opacity

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

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

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

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

This text has shadow with #6A86BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A86BB.

Preview

Color preview on black background

This text has color #6A86BB on black background.


Color preview on white background

This text has color #6A86BB on white background.


Black color preview on #6A86BB background

This text has black color on #6A86BB background.


White color preview on #6A86BB background

This text has white color on #6A86BB background.


Related colors

Complementary color

Complementary color for #hex is #957944.


I love getcolorcode.com

Triadic colors

1 #BB6A86 and #86BB6A with #6A86BB are triadic colors.

2 #BB866A and #866ABB with #6A86BB are triadic colors.