COLOR #6B8FB7

HEX: #6B8FB7 RGB: (107,143,183)

Color info

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

RGB color model

#6B8FB7 color RGB value is (107,143,183).

RGB: (107,143,183) (42%, 56%, 72%)

RGB channels and saturation

R 107 of 255 = 42%
G 143 of 255 = 56%
B 183 of 255 = 72%

107
143
183

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

Portions of RGB colors in percentages

R + G + B = 107 + 143 + 183 = 433 (100%)
R 107 of 433 ~ 24.71%
G 143 of 433 ~ 33.03%
B 183 of 433 ~ 42.26'%

%24.71
%33.03
%42.26

CMYK color model

#6B8FB7 color CMYK value is (42,22,0,28).

  • cyan value is 41.53%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (42,22,0,28)
C42M22Y0K28 (42%, 22%, 0%, 28%)
(0.42 / 0.22 / 0.00 / 0.28)

CMYK percentages

%41.53
%21.86
%0
%28.24

Codes

Color #6B8FB7 in popluar color models

6B 8F B7
RGB 107 143 183
HSL 212° 34.55% 56.86%
HSB/HSV 212° 41.53% 71.76%
CMYK 41.53% 21.86% 0.00%
28.24%

Color #6B8FB7 in popluar number systems.

HEX 6B 8F B7
Decimal 107 143 183
Binary 1101011 10001111 10110111
Octal 153 217 267

Shades and tints

Shades of #6B8FB7

#6B8FB7
(107,143,183)
#6282A7
(98,130,167)
#597597
(89,117,151)
#506887
(80,104,135)
#475B77
(71,91,119)
#3E4E67
(62,78,103)
#354157
(53,65,87)
#2C3447
(44,52,71)
#232737
(35,39,55)
#1A1A27
(26,26,39)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #6B8FB7

#6B8FB7
(107,143,183)
#7899BD
(120,153,189)
#85A3C3
(133,163,195)
#92ADC9
(146,173,201)
#9FB7CF
(159,183,207)
#ACC1D5
(172,193,213)
#B9CBDB
(185,203,219)
#C6D5E1
(198,213,225)
#D3DFE7
(211,223,231)
#E0E9ED
(224,233,237)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B8FB7; }

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

This text font color is #6B8FB7.

Background Color

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

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

This div background color is #6B8FB7.

Border color

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

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

This div border color is #6B8FB7.

Opacity

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

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

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

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

This text has shadow with #6B8FB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B8FB7.

Preview

Color preview on black background

This text has color #6B8FB7 on black background.


Color preview on white background

This text has color #6B8FB7 on white background.


Black color preview on #6B8FB7 background

This text has black color on #6B8FB7 background.


White color preview on #6B8FB7 background

This text has white color on #6B8FB7 background.


Related colors

Complementary color

Complementary color for #hex is #947048.


I love getcolorcode.com

Triadic colors

1 #B76B8F and #8FB76B with #6B8FB7 are triadic colors.

2 #B78F6B and #8F6BB7 with #6B8FB7 are triadic colors.