COLOR #6F92B8

HEX: #6F92B8
RGB: (111,146,184)

Color info

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

RGB color model

#6F92B8 color RGB value is (111,146,184).

  • red value is 111;
  • green value is 146;
  • blue value is 184.
RGB:
(111,146,184)
(44%,57%,72%)

RGB channels and saturation

R 111 of 255 = 44%
G 146 of 255 = 57%
B 184 of 255 = 72%

111
146
184

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

Portions of RGB colors in percentages

R + G + B =
111 + 146 + 184 = 441 (100%)
R 111 of 441 ~ 25.17%
G 146 of 441 ~ 33.11%
B 184 of 441 ~ 41.72%

%25.17
%33.11
%41.72

CMYK color model

#6F92B8 color CMYK value is (40,21,0,28).

  • cyan value is 39.67%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(40,21,0,28)
C40M21Y0K28 
(40%,21%,0%,28%)
(0.40/0.21/0.00/0.28)	

CMYK percentages

%39.67
%20.65
%0
%27.84

Codes

Color #6F92B8 in popluar color models

6F92B8
RGB111146184
HSL211°33.95%57.84%
HSB/HSV211°39.67%72.16%
CMYK39.67%20.65%0.00%
27.84%

Color #6F92B8 in popluar number systems.

HEX6F92B8
Decimal111146184
Binary11011111001001010111000
Octal157222270

Shades and tints

Shades of #6F92B8

#6F92B8
(111,146,184)
#6585A8
(101,133,168)
#5B7898
(91,120,152)
#516B88
(81,107,136)
#475E78
(71,94,120)
#3D5168
(61,81,104)
#334458
(51,68,88)
#293748
(41,55,72)
#1F2A38
(31,42,56)
#151D28
(21,29,40)
#0B1018
(11,16,24)
#000000
(0,0,0)

Tints of #6F92B8

#6F92B8
(111,146,184)
#7C9BBE
(124,155,190)
#89A4C4
(137,164,196)
#96ADCA
(150,173,202)
#A3B6D0
(163,182,208)
#B0BFD6
(176,191,214)
#BDC8DC
(189,200,220)
#CAD1E2
(202,209,226)
#D7DAE8
(215,218,232)
#E4E3EE
(228,227,238)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F92B8 color. Also use rgb(111,146,184) instead hex code.

Text Font Color

.myTextColor { color: #6F92B8; }

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

This text font color is #6F92B8.


Background Color

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

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

This div background color is #6F92B8.


Border color

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

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

This div border color is #6F92B8.


Opacity

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

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

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

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

This text has shadow with #6F92B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F92B8 on black background.


Color preview on white background

This text has color #6F92B8 on white background.



Black color preview on #6F92B8 background

This text has black color on #6F92B8 background.


White color preview on #6F92B8 background

This text has white color on #6F92B8 background.