COLOR #6F88BB

HEX: #6F88BB RGB: (111,136,187)

Color info

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

RGB color model

#6F88BB color RGB value is (111,136,187).

RGB: (111,136,187) (44%, 53%, 73%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 187 of 255 = 73%

111
136
187

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

Portions of RGB colors in percentages

R + G + B = 111 + 136 + 187 = 434 (100%)
R 111 of 434 ~ 25.58%
G 136 of 434 ~ 31.34%
B 187 of 434 ~ 43.09'%

%25.58
%31.34
%43.09

CMYK color model

#6F88BB color CMYK value is (41,27,0,27).

  • cyan value is 40.64%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (41,27,0,27) C41M27Y0K27 (41%,27%,0%,27%) (0.41/0.27/0.00/0.27) 

CMYK percentages

%40.64
%27.27
%0
%26.67

Codes

Color #6F88BB in popluar color models

6F 88 BB
RGB 111 136 187
HSL 220° 35.85% 58.43%
HSB/HSV 220° 40.64% 73.33%
CMYK 40.64% 27.27% 0.00%
26.67%

Color #6F88BB in popluar number systems.

HEX 6F 88 BB
Decimal 111 136 187
Binary 1101111 10001000 10111011
Octal 157 210 273

Shades and tints

Shades of #6F88BB

#6F88BB
(111,136,187)
#657CAA
(101,124,170)
#5B7099
(91,112,153)
#516488
(81,100,136)
#475877
(71,88,119)
#3D4C66
(61,76,102)
#334055
(51,64,85)
#293444
(41,52,68)
#1F2833
(31,40,51)
#151C22
(21,28,34)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #6F88BB

#6F88BB
(111,136,187)
#7C92C1
(124,146,193)
#899CC7
(137,156,199)
#96A6CD
(150,166,205)
#A3B0D3
(163,176,211)
#B0BAD9
(176,186,217)
#BDC4DF
(189,196,223)
#CACEE5
(202,206,229)
#D7D8EB
(215,216,235)
#E4E2F1
(228,226,241)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F88BB color. Also use rgb(111,136,187) instead hex code.

Text Font Color

.myTextColor { color: #6F88BB; }

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

This text font color is #6F88BB.

Background Color

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

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

This div background color is #6F88BB.

Border color

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

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

This div border color is #6F88BB.

Opacity

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

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

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

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

This text has shadow with #6F88BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F88BB.

Preview

Color preview on black background

This text has color #6F88BB on black background.


Color preview on white background

This text has color #6F88BB on white background.


Black color preview on #6F88BB background

This text has black color on #6F88BB background.


White color preview on #6F88BB background

This text has white color on #6F88BB background.


Related colors

Complementary color

Complementary color for #hex is #907744.


I love getcolorcode.com

Triadic colors

1 #BB6F88 and #88BB6F with #6F88BB are triadic colors.

2 #BB886F and #886FBB with #6F88BB are triadic colors.