COLOR #6F92B0

HEX: #6F92B0
RGB: (111,146,176)

Color info

#6F92B0 contains mainly green and blue colors. Web safe color of #6F92B0 is #669999 (or #699).

RGB color model

#6F92B0 color RGB value is (111,146,176).

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

RGB channels and saturation

R 111 of 255 = 44%
G 146 of 255 = 57%
B 176 of 255 = 69%

111
146
176

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

Portions of RGB colors in percentages

R + G + B =
111 + 146 + 176 = 433 (100%)
R 111 of 433 ~ 25.64%
G 146 of 433 ~ 33.72%
B 176 of 433 ~ 40.65%

%25.64
%33.72
%40.65

CMYK color model

#6F92B0 color CMYK value is (37,17,0,31).

  • cyan value is 36.93%
  • magenta value is 17.05%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(37,17,0,31)
C37M17Y0K31 
(37%,17%,0%,31%)
(0.37/0.17/0.00/0.31)	

CMYK percentages

%36.93
%17.05
%0
%30.98

Codes

Color #6F92B0 in popluar color models

6F92B0
RGB111146176
HSL208°29.15%56.27%
HSB/HSV208°36.93%69.02%
CMYK36.93%17.05%0.00%
30.98%

Color #6F92B0 in popluar number systems.

HEX6F92B0
Decimal111146176
Binary11011111001001010110000
Octal157222260

Shades and tints

Shades of #6F92B0

#6F92B0
(111,146,176)
#6585A0
(101,133,160)
#5B7890
(91,120,144)
#516B80
(81,107,128)
#475E70
(71,94,112)
#3D5160
(61,81,96)
#334450
(51,68,80)
#293740
(41,55,64)
#1F2A30
(31,42,48)
#151D20
(21,29,32)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F92B0

#6F92B0
(111,146,176)
#7C9BB7
(124,155,183)
#89A4BE
(137,164,190)
#96ADC5
(150,173,197)
#A3B6CC
(163,182,204)
#B0BFD3
(176,191,211)
#BDC8DA
(189,200,218)
#CAD1E1
(202,209,225)
#D7DAE8
(215,218,232)
#E4E3EF
(228,227,239)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F92B0; }

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

This text font color is #6F92B0.


Background Color

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

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

This div background color is #6F92B0.


Border color

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

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

This div border color is #6F92B0.


Opacity

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

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

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

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

This text has shadow with #6F92B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F92B0 on black background.


Color preview on white background

This text has color #6F92B0 on white background.



Black color preview on #6F92B0 background

This text has black color on #6F92B0 background.


White color preview on #6F92B0 background

This text has white color on #6F92B0 background.