COLOR #6B92BF

HEX: #6B92BF
RGB: (107,146,191)

Color info

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

RGB color model

#6B92BF color RGB value is (107,146,191).

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

RGB channels and saturation

R 107 of 255 = 42%
G 146 of 255 = 57%
B 191 of 255 = 75%

107
146
191

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

Portions of RGB colors in percentages

R + G + B =
107 + 146 + 191 = 444 (100%)
R 107 of 444 ~ 24.1%
G 146 of 444 ~ 32.88%
B 191 of 444 ~ 43.02%

%24.1
%32.88
%43.02

CMYK color model

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

  • cyan value is 43.98%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(44,24,0,25)
C44M24Y0K25 
(44%,24%,0%,25%)
(0.44/0.24/0.00/0.25)	

CMYK percentages

%43.98
%23.56
%0
%25.1

Codes

Color #6B92BF in popluar color models

6B92BF
RGB107146191
HSL212°39.62%58.43%
HSB/HSV212°43.98%74.90%
CMYK43.98%23.56%0.00%
25.10%

Color #6B92BF in popluar number systems.

HEX6B92BF
Decimal107146191
Binary11010111001001010111111
Octal153222277

Shades and tints

Shades of #6B92BF

#6B92BF
(107,146,191)
#6285AE
(98,133,174)
#59789D
(89,120,157)
#506B8C
(80,107,140)
#475E7B
(71,94,123)
#3E516A
(62,81,106)
#354459
(53,68,89)
#2C3748
(44,55,72)
#232A37
(35,42,55)
#1A1D26
(26,29,38)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #6B92BF

#6B92BF
(107,146,191)
#789BC4
(120,155,196)
#85A4C9
(133,164,201)
#92ADCE
(146,173,206)
#9FB6D3
(159,182,211)
#ACBFD8
(172,191,216)
#B9C8DD
(185,200,221)
#C6D1E2
(198,209,226)
#D3DAE7
(211,218,231)
#E0E3EC
(224,227,236)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B92BF; }

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

This text font color is #6B92BF.


Background Color

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

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

This div background color is #6B92BF.


Border color

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

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

This div border color is #6B92BF.


Opacity

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

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

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

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

This text has shadow with #6B92BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B92BF on black background.


Color preview on white background

This text has color #6B92BF on white background.



Black color preview on #6B92BF background

This text has black color on #6B92BF background.


White color preview on #6B92BF background

This text has white color on #6B92BF background.