COLOR #6D88BE

HEX: #6D88BE RGB: (109,136,190)

Color info

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

RGB color model

#6D88BE color RGB value is (109,136,190).

RGB: (109,136,190) (43%, 53%, 75%)

RGB channels and saturation

R 109 of 255 = 43%
G 136 of 255 = 53%
B 190 of 255 = 75%

109
136
190

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

Portions of RGB colors in percentages

R + G + B = 109 + 136 + 190 = 435 (100%)
R 109 of 435 ~ 25.06%
G 136 of 435 ~ 31.26%
B 190 of 435 ~ 43.68'%

%25.06
%31.26
%43.68

CMYK color model

#6D88BE color CMYK value is (43,28,0,25).

  • cyan value is 42.63%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (43,28,0,25)
C43M28Y0K25 (43%, 28%, 0%, 25%)
(0.43 / 0.28 / 0.00 / 0.25)

CMYK percentages

%42.63
%28.42
%0
%25.49

Codes

Color #6D88BE in popluar color models

6D 88 BE
RGB 109 136 190
HSL 220° 38.39% 58.63%
HSB/HSV 220° 42.63% 74.51%
CMYK 42.63% 28.42% 0.00%
25.49%

Color #6D88BE in popluar number systems.

HEX 6D 88 BE
Decimal 109 136 190
Binary 1101101 10001000 10111110
Octal 155 210 276

Shades and tints

Shades of #6D88BE

#6D88BE
(109,136,190)
#647CAD
(100,124,173)
#5B709C
(91,112,156)
#52648B
(82,100,139)
#49587A
(73,88,122)
#404C69
(64,76,105)
#374058
(55,64,88)
#2E3447
(46,52,71)
#252836
(37,40,54)
#1C1C25
(28,28,37)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #6D88BE

#6D88BE
(109,136,190)
#7A92C3
(122,146,195)
#879CC8
(135,156,200)
#94A6CD
(148,166,205)
#A1B0D2
(161,176,210)
#AEBAD7
(174,186,215)
#BBC4DC
(187,196,220)
#C8CEE1
(200,206,225)
#D5D8E6
(213,216,230)
#E2E2EB
(226,226,235)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D88BE color. Also use rgb(109,136,190) instead hex code.

Text Font Color

.myTextColor { color: #6D88BE; }

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

This text font color is #6D88BE.

Background Color

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

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

This div background color is #6D88BE.

Border color

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

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

This div border color is #6D88BE.

Opacity

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

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

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

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

This text has shadow with #6D88BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D88BE.

Preview

Color preview on black background

This text has color #6D88BE on black background.


Color preview on white background

This text has color #6D88BE on white background.


Black color preview on #6D88BE background

This text has black color on #6D88BE background.


White color preview on #6D88BE background

This text has white color on #6D88BE background.


Related colors

Complementary color

Complementary color for #hex is #927741.


I love getcolorcode.com

Triadic colors

1 #BE6D88 and #88BE6D with #6D88BE are triadic colors.

2 #BE886D and #886DBE with #6D88BE are triadic colors.