COLOR #6B97BB

HEX: #6B97BB
RGB: (107,151,187)

Color info

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

RGB color model

#6B97BB color RGB value is (107,151,187).

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

RGB channels and saturation

R 107 of 255 = 42%
G 151 of 255 = 59%
B 187 of 255 = 73%

107
151
187

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

Portions of RGB colors in percentages

R + G + B =
107 + 151 + 187 = 445 (100%)
R 107 of 445 ~ 24.04%
G 151 of 445 ~ 33.93%
B 187 of 445 ~ 42.02%

%24.04
%33.93
%42.02

CMYK color model

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

  • cyan value is 42.78%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(43,19,0,27)
C43M19Y0K27 
(43%,19%,0%,27%)
(0.43/0.19/0.00/0.27)	

CMYK percentages

%42.78
%19.25
%0
%26.67

Codes

Color #6B97BB in popluar color models

6B97BB
RGB107151187
HSL207°37.04%57.65%
HSB/HSV207°42.78%73.33%
CMYK42.78%19.25%0.00%
26.67%

Color #6B97BB in popluar number systems.

HEX6B97BB
Decimal107151187
Binary11010111001011110111011
Octal153227273

Shades and tints

Shades of #6B97BB

#6B97BB
(107,151,187)
#628AAA
(98,138,170)
#597D99
(89,125,153)
#507088
(80,112,136)
#476377
(71,99,119)
#3E5666
(62,86,102)
#354955
(53,73,85)
#2C3C44
(44,60,68)
#232F33
(35,47,51)
#1A2222
(26,34,34)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #6B97BB

#6B97BB
(107,151,187)
#78A0C1
(120,160,193)
#85A9C7
(133,169,199)
#92B2CD
(146,178,205)
#9FBBD3
(159,187,211)
#ACC4D9
(172,196,217)
#B9CDDF
(185,205,223)
#C6D6E5
(198,214,229)
#D3DFEB
(211,223,235)
#E0E8F1
(224,232,241)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B97BB; }

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

This text font color is #6B97BB.


Background Color

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

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

This div background color is #6B97BB.


Border color

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

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

This div border color is #6B97BB.


Opacity

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

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

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

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

This text has shadow with #6B97BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B97BB on black background.


Color preview on white background

This text has color #6B97BB on white background.



Black color preview on #6B97BB background

This text has black color on #6B97BB background.


White color preview on #6B97BB background

This text has white color on #6B97BB background.