COLOR #6B88BB

HEX: #6B88BB
RGB: (107,136,187)

Color info

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

RGB color model

#6B88BB color RGB value is (107,136,187).

  • red value is 107;
  • green value is 136;
  • blue value is 187.
RGB:
(107,136,187)
(42%,53%,73%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 187 of 255 = 73%

107
136
187

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

Portions of RGB colors in percentages

R + G + B =
107 + 136 + 187 = 430 (100%)
R 107 of 430 ~ 24.88%
G 136 of 430 ~ 31.63%
B 187 of 430 ~ 43.49%

%24.88
%31.63
%43.49

CMYK color model

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

  • cyan value is 42.78%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(43,27,0,27)
C43M27Y0K27 
(43%,27%,0%,27%)
(0.43/0.27/0.00/0.27)	

CMYK percentages

%42.78
%27.27
%0
%26.67

Codes

Color #6B88BB in popluar color models

6B88BB
RGB107136187
HSL218°37.04%57.65%
HSB/HSV218°42.78%73.33%
CMYK42.78%27.27%0.00%
26.67%

Color #6B88BB in popluar number systems.

HEX6B88BB
Decimal107136187
Binary11010111000100010111011
Octal153210273

Shades and tints

Shades of #6B88BB

#6B88BB
(107,136,187)
#627CAA
(98,124,170)
#597099
(89,112,153)
#506488
(80,100,136)
#475877
(71,88,119)
#3E4C66
(62,76,102)
#354055
(53,64,85)
#2C3444
(44,52,68)
#232833
(35,40,51)
#1A1C22
(26,28,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6B88BB

#6B88BB
(107,136,187)
#7892C1
(120,146,193)
#859CC7
(133,156,199)
#92A6CD
(146,166,205)
#9FB0D3
(159,176,211)
#ACBAD9
(172,186,217)
#B9C4DF
(185,196,223)
#C6CEE5
(198,206,229)
#D3D8EB
(211,216,235)
#E0E2F1
(224,226,241)
#EDECF7
(237,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B88BB; }

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

This text font color is #6B88BB.


Background Color

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

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

This div background color is #6B88BB.


Border color

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

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

This div border color is #6B88BB.


Opacity

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

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

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

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

This text has shadow with #6B88BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B88BB on black background.


Color preview on white background

This text has color #6B88BB on white background.



Black color preview on #6B88BB background

This text has black color on #6B88BB background.


White color preview on #6B88BB background

This text has white color on #6B88BB background.