COLOR #6D81BB

HEX: #6D81BB RGB: (109,129,187)

Color info

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

RGB color model

#6D81BB color RGB value is (109,129,187).

RGB: (109,129,187) (43%, 51%, 73%)

RGB channels and saturation

R 109 of 255 = 43%
G 129 of 255 = 51%
B 187 of 255 = 73%

109
129
187

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

Portions of RGB colors in percentages

R + G + B = 109 + 129 + 187 = 425 (100%)
R 109 of 425 ~ 25.65%
G 129 of 425 ~ 30.35%
B 187 of 425 ~ 44'%

%25.65
%30.35
%44

CMYK color model

#6D81BB color CMYK value is (42,31,0,27).

  • cyan value is 41.71%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (42,31,0,27)
C42M31Y0K27 (42%, 31%, 0%, 27%)
(0.42 / 0.31 / 0.00 / 0.27)

CMYK percentages

%41.71
%31.02
%0
%26.67

Codes

Color #6D81BB in popluar color models

6D 81 BB
RGB 109 129 187
HSL 225° 36.45% 58.04%
HSB/HSV 225° 41.71% 73.33%
CMYK 41.71% 31.02% 0.00%
26.67%

Color #6D81BB in popluar number systems.

HEX 6D 81 BB
Decimal 109 129 187
Binary 1101101 10000001 10111011
Octal 155 201 273

Shades and tints

Shades of #6D81BB

#6D81BB
(109,129,187)
#6476AA
(100,118,170)
#5B6B99
(91,107,153)
#526088
(82,96,136)
#495577
(73,85,119)
#404A66
(64,74,102)
#373F55
(55,63,85)
#2E3444
(46,52,68)
#252933
(37,41,51)
#1C1E22
(28,30,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #6D81BB

#6D81BB
(109,129,187)
#7A8CC1
(122,140,193)
#8797C7
(135,151,199)
#94A2CD
(148,162,205)
#A1ADD3
(161,173,211)
#AEB8D9
(174,184,217)
#BBC3DF
(187,195,223)
#C8CEE5
(200,206,229)
#D5D9EB
(213,217,235)
#E2E4F1
(226,228,241)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D81BB color. Also use rgb(109,129,187) instead hex code.

Text Font Color

.myTextColor { color: #6D81BB; }

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

This text font color is #6D81BB.

Background Color

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

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

This div background color is #6D81BB.

Border color

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

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

This div border color is #6D81BB.

Opacity

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

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

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

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

This text has shadow with #6D81BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D81BB.

Preview

Color preview on black background

This text has color #6D81BB on black background.


Color preview on white background

This text has color #6D81BB on white background.


Black color preview on #6D81BB background

This text has black color on #6D81BB background.


White color preview on #6D81BB background

This text has white color on #6D81BB background.


Related colors

Complementary color

Complementary color for #hex is #927E44.


I love getcolorcode.com

Triadic colors

1 #BB6D81 and #81BB6D with #6D81BB are triadic colors.

2 #BB816D and #816DBB with #6D81BB are triadic colors.