COLOR #6B9FBD

HEX: #6B9FBD
RGB: (107,159,189)

Color info

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

RGB color model

#6B9FBD color RGB value is (107,159,189).

  • red value is 107;
  • green value is 159;
  • blue value is 189.
RGB:
(107,159,189)
(42%,62%,74%)

RGB channels and saturation

R 107 of 255 = 42%
G 159 of 255 = 62%
B 189 of 255 = 74%

107
159
189

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

Portions of RGB colors in percentages

R + G + B =
107 + 159 + 189 = 455 (100%)
R 107 of 455 ~ 23.52%
G 159 of 455 ~ 34.95%
B 189 of 455 ~ 41.54%

%23.52
%34.95
%41.54

CMYK color model

#6B9FBD color CMYK value is (43,16,0,26).

  • cyan value is 43.39%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(43,16,0,26)
C43M16Y0K26 
(43%,16%,0%,26%)
(0.43/0.16/0.00/0.26)	

CMYK percentages

%43.39
%15.87
%0
%25.88

Codes

Color #6B9FBD in popluar color models

6B9FBD
RGB107159189
HSL202°38.32%58.04%
HSB/HSV202°43.39%74.12%
CMYK43.39%15.87%0.00%
25.88%

Color #6B9FBD in popluar number systems.

HEX6B9FBD
Decimal107159189
Binary11010111001111110111101
Octal153237275

Shades and tints

Shades of #6B9FBD

#6B9FBD
(107,159,189)
#6291AC
(98,145,172)
#59839B
(89,131,155)
#50758A
(80,117,138)
#476779
(71,103,121)
#3E5968
(62,89,104)
#354B57
(53,75,87)
#2C3D46
(44,61,70)
#232F35
(35,47,53)
#1A2124
(26,33,36)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #6B9FBD

#6B9FBD
(107,159,189)
#78A7C3
(120,167,195)
#85AFC9
(133,175,201)
#92B7CF
(146,183,207)
#9FBFD5
(159,191,213)
#ACC7DB
(172,199,219)
#B9CFE1
(185,207,225)
#C6D7E7
(198,215,231)
#D3DFED
(211,223,237)
#E0E7F3
(224,231,243)
#EDEFF9
(237,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9FBD color. Also use rgb(107,159,189) instead hex code.

Text Font Color

.myTextColor { color: #6B9FBD; }

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

This text font color is #6B9FBD.


Background Color

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

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

This div background color is #6B9FBD.


Border color

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

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

This div border color is #6B9FBD.


Opacity

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

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

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

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

This text has shadow with #6B9FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9FBD on black background.


Color preview on white background

This text has color #6B9FBD on white background.



Black color preview on #6B9FBD background

This text has black color on #6B9FBD background.


White color preview on #6B9FBD background

This text has white color on #6B9FBD background.