COLOR #6B8FB6

HEX: #6B8FB6
RGB: (107,143,182)

Color info

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

RGB color model

#6B8FB6 color RGB value is (107,143,182).

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

RGB channels and saturation

R 107 of 255 = 42%
G 143 of 255 = 56%
B 182 of 255 = 71%

107
143
182

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

Portions of RGB colors in percentages

R + G + B =
107 + 143 + 182 = 432 (100%)
R 107 of 432 ~ 24.77%
G 143 of 432 ~ 33.1%
B 182 of 432 ~ 42.13%

%24.77
%33.1
%42.13

CMYK color model

#6B8FB6 color CMYK value is (41,21,0,29).

  • cyan value is 41.21%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(41,21,0,29)
C41M21Y0K29 
(41%,21%,0%,29%)
(0.41/0.21/0.00/0.29)	

CMYK percentages

%41.21
%21.43
%0
%28.63

Codes

Color #6B8FB6 in popluar color models

6B8FB6
RGB107143182
HSL211°33.94%56.67%
HSB/HSV211°41.21%71.37%
CMYK41.21%21.43%0.00%
28.63%

Color #6B8FB6 in popluar number systems.

HEX6B8FB6
Decimal107143182
Binary11010111000111110110110
Octal153217266

Shades and tints

Shades of #6B8FB6

#6B8FB6
(107,143,182)
#6282A6
(98,130,166)
#597596
(89,117,150)
#506886
(80,104,134)
#475B76
(71,91,118)
#3E4E66
(62,78,102)
#354156
(53,65,86)
#2C3446
(44,52,70)
#232736
(35,39,54)
#1A1A26
(26,26,38)
#110D16
(17,13,22)
#000000
(0,0,0)

Tints of #6B8FB6

#6B8FB6
(107,143,182)
#7899BC
(120,153,188)
#85A3C2
(133,163,194)
#92ADC8
(146,173,200)
#9FB7CE
(159,183,206)
#ACC1D4
(172,193,212)
#B9CBDA
(185,203,218)
#C6D5E0
(198,213,224)
#D3DFE6
(211,223,230)
#E0E9EC
(224,233,236)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8FB6; }

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

This text font color is #6B8FB6.


Background Color

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

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

This div background color is #6B8FB6.


Border color

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

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

This div border color is #6B8FB6.


Opacity

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

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

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

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

This text has shadow with #6B8FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8FB6 on black background.


Color preview on white background

This text has color #6B8FB6 on white background.



Black color preview on #6B8FB6 background

This text has black color on #6B8FB6 background.


White color preview on #6B8FB6 background

This text has white color on #6B8FB6 background.