COLOR #6B88B8

HEX: #6B88B8 RGB: (107,136,184)

Color info

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

RGB color model

#6B88B8 color RGB value is (107,136,184).

RGB: (107,136,184) (42%, 53%, 72%)

RGB channels and saturation

R 107 of 255 = 42%
G 136 of 255 = 53%
B 184 of 255 = 72%

107
136
184

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

Portions of RGB colors in percentages

R + G + B = 107 + 136 + 184 = 427 (100%)
R 107 of 427 ~ 25.06%
G 136 of 427 ~ 31.85%
B 184 of 427 ~ 43.09'%

%25.06
%31.85
%43.09

CMYK color model

#6B88B8 color CMYK value is (42,26,0,28).

  • cyan value is 41.85%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (42,26,0,28)
C42M26Y0K28 (42%, 26%, 0%, 28%)
(0.42 / 0.26 / 0.00 / 0.28)

CMYK percentages

%41.85
%26.09
%0
%27.84

Codes

Color #6B88B8 in popluar color models

6B 88 B8
RGB 107 136 184
HSL 217° 35.16% 57.06%
HSB/HSV 217° 41.85% 72.16%
CMYK 41.85% 26.09% 0.00%
27.84%

Color #6B88B8 in popluar number systems.

HEX 6B 88 B8
Decimal 107 136 184
Binary 1101011 10001000 10111000
Octal 153 210 270

Shades and tints

Shades of #6B88B8

#6B88B8
(107,136,184)
#627CA8
(98,124,168)
#597098
(89,112,152)
#506488
(80,100,136)
#475878
(71,88,120)
#3E4C68
(62,76,104)
#354058
(53,64,88)
#2C3448
(44,52,72)
#232838
(35,40,56)
#1A1C28
(26,28,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #6B88B8

#6B88B8
(107,136,184)
#7892BE
(120,146,190)
#859CC4
(133,156,196)
#92A6CA
(146,166,202)
#9FB0D0
(159,176,208)
#ACBAD6
(172,186,214)
#B9C4DC
(185,196,220)
#C6CEE2
(198,206,226)
#D3D8E8
(211,216,232)
#E0E2EE
(224,226,238)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B88B8; }

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

This text font color is #6B88B8.

Background Color

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

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

This div background color is #6B88B8.

Border color

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

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

This div border color is #6B88B8.

Opacity

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

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

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

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

This text has shadow with #6B88B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B88B8.

Preview

Color preview on black background

This text has color #6B88B8 on black background.


Color preview on white background

This text has color #6B88B8 on white background.


Black color preview on #6B88B8 background

This text has black color on #6B88B8 background.


White color preview on #6B88B8 background

This text has white color on #6B88B8 background.


Related colors

Complementary color

Complementary color for #hex is #947747.


I love getcolorcode.com

Triadic colors

1 #B86B88 and #88B86B with #6B88B8 are triadic colors.

2 #B8886B and #886BB8 with #6B88B8 are triadic colors.