COLOR #6F8DC2

HEX: #6F8DC2
RGB: (111,141,194)

Color info

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

RGB color model

#6F8DC2 color RGB value is (111,141,194).

  • red value is 111;
  • green value is 141;
  • blue value is 194.
RGB:
(111,141,194)
(44%,55%,76%)

RGB channels and saturation

R 111 of 255 = 44%
G 141 of 255 = 55%
B 194 of 255 = 76%

111
141
194

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

Portions of RGB colors in percentages

R + G + B =
111 + 141 + 194 = 446 (100%)
R 111 of 446 ~ 24.89%
G 141 of 446 ~ 31.61%
B 194 of 446 ~ 43.5%

%24.89
%31.61
%43.5

CMYK color model

#6F8DC2 color CMYK value is (43,27,0,24).

  • cyan value is 42.78%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(43,27,0,24)
C43M27Y0K24 
(43%,27%,0%,24%)
(0.43/0.27/0.00/0.24)	

CMYK percentages

%42.78
%27.32
%0
%23.92

Codes

Color #6F8DC2 in popluar color models

6F8DC2
RGB111141194
HSL218°40.49%59.80%
HSB/HSV218°42.78%76.08%
CMYK42.78%27.32%0.00%
23.92%

Color #6F8DC2 in popluar number systems.

HEX6F8DC2
Decimal111141194
Binary11011111000110111000010
Octal157215302

Shades and tints

Shades of #6F8DC2

#6F8DC2
(111,141,194)
#6581B1
(101,129,177)
#5B75A0
(91,117,160)
#51698F
(81,105,143)
#475D7E
(71,93,126)
#3D516D
(61,81,109)
#33455C
(51,69,92)
#29394B
(41,57,75)
#1F2D3A
(31,45,58)
#152129
(21,33,41)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6F8DC2

#6F8DC2
(111,141,194)
#7C97C7
(124,151,199)
#89A1CC
(137,161,204)
#96ABD1
(150,171,209)
#A3B5D6
(163,181,214)
#B0BFDB
(176,191,219)
#BDC9E0
(189,201,224)
#CAD3E5
(202,211,229)
#D7DDEA
(215,221,234)
#E4E7EF
(228,231,239)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8DC2 color. Also use rgb(111,141,194) instead hex code.

Text Font Color

.myTextColor { color: #6F8DC2; }

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

This text font color is #6F8DC2.


Background Color

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

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

This div background color is #6F8DC2.


Border color

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

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

This div border color is #6F8DC2.


Opacity

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

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

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

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

This text has shadow with #6F8DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8DC2 on black background.


Color preview on white background

This text has color #6F8DC2 on white background.



Black color preview on #6F8DC2 background

This text has black color on #6F8DC2 background.


White color preview on #6F8DC2 background

This text has white color on #6F8DC2 background.