COLOR #6B8FBF

HEX: #6B8FBF
RGB: (107,143,191)

Color info

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

RGB color model

#6B8FBF color RGB value is (107,143,191).

  • red value is 107;
  • green value is 143;
  • blue value is 191.
RGB:
(107,143,191)
(42%,56%,75%)

RGB channels and saturation

R 107 of 255 = 42%
G 143 of 255 = 56%
B 191 of 255 = 75%

107
143
191

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

Portions of RGB colors in percentages

R + G + B =
107 + 143 + 191 = 441 (100%)
R 107 of 441 ~ 24.26%
G 143 of 441 ~ 32.43%
B 191 of 441 ~ 43.31%

%24.26
%32.43
%43.31

CMYK color model

#6B8FBF color CMYK value is (44,25,0,25).

  • cyan value is 43.98%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(44,25,0,25)
C44M25Y0K25 
(44%,25%,0%,25%)
(0.44/0.25/0.00/0.25)	

CMYK percentages

%43.98
%25.13
%0
%25.1

Codes

Color #6B8FBF in popluar color models

6B8FBF
RGB107143191
HSL214°39.62%58.43%
HSB/HSV214°43.98%74.90%
CMYK43.98%25.13%0.00%
25.10%

Color #6B8FBF in popluar number systems.

HEX6B8FBF
Decimal107143191
Binary11010111000111110111111
Octal153217277

Shades and tints

Shades of #6B8FBF

#6B8FBF
(107,143,191)
#6282AE
(98,130,174)
#59759D
(89,117,157)
#50688C
(80,104,140)
#475B7B
(71,91,123)
#3E4E6A
(62,78,106)
#354159
(53,65,89)
#2C3448
(44,52,72)
#232737
(35,39,55)
#1A1A26
(26,26,38)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #6B8FBF

#6B8FBF
(107,143,191)
#7899C4
(120,153,196)
#85A3C9
(133,163,201)
#92ADCE
(146,173,206)
#9FB7D3
(159,183,211)
#ACC1D8
(172,193,216)
#B9CBDD
(185,203,221)
#C6D5E2
(198,213,226)
#D3DFE7
(211,223,231)
#E0E9EC
(224,233,236)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8FBF color. Also use rgb(107,143,191) instead hex code.

Text Font Color

.myTextColor { color: #6B8FBF; }

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

This text font color is #6B8FBF.


Background Color

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

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

This div background color is #6B8FBF.


Border color

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

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

This div border color is #6B8FBF.


Opacity

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

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

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

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

This text has shadow with #6B8FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8FBF on black background.


Color preview on white background

This text has color #6B8FBF on white background.



Black color preview on #6B8FBF background

This text has black color on #6B8FBF background.


White color preview on #6B8FBF background

This text has white color on #6B8FBF background.