COLOR #6F97C2

HEX: #6F97C2
RGB: (111,151,194)

Color info

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

RGB color model

#6F97C2 color RGB value is (111,151,194).

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

RGB channels and saturation

R 111 of 255 = 44%
G 151 of 255 = 59%
B 194 of 255 = 76%

111
151
194

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

Portions of RGB colors in percentages

R + G + B =
111 + 151 + 194 = 456 (100%)
R 111 of 456 ~ 24.34%
G 151 of 456 ~ 33.11%
B 194 of 456 ~ 42.54%

%24.34
%33.11
%42.54

CMYK color model

#6F97C2 color CMYK value is (43,22,0,24).

  • cyan value is 42.78%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(43,22,0,24)
C43M22Y0K24 
(43%,22%,0%,24%)
(0.43/0.22/0.00/0.24)	

CMYK percentages

%42.78
%22.16
%0
%23.92

Codes

Color #6F97C2 in popluar color models

6F97C2
RGB111151194
HSL211°40.49%59.80%
HSB/HSV211°42.78%76.08%
CMYK42.78%22.16%0.00%
23.92%

Color #6F97C2 in popluar number systems.

HEX6F97C2
Decimal111151194
Binary11011111001011111000010
Octal157227302

Shades and tints

Shades of #6F97C2

#6F97C2
(111,151,194)
#658AB1
(101,138,177)
#5B7DA0
(91,125,160)
#51708F
(81,112,143)
#47637E
(71,99,126)
#3D566D
(61,86,109)
#33495C
(51,73,92)
#293C4B
(41,60,75)
#1F2F3A
(31,47,58)
#152229
(21,34,41)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6F97C2

#6F97C2
(111,151,194)
#7CA0C7
(124,160,199)
#89A9CC
(137,169,204)
#96B2D1
(150,178,209)
#A3BBD6
(163,187,214)
#B0C4DB
(176,196,219)
#BDCDE0
(189,205,224)
#CAD6E5
(202,214,229)
#D7DFEA
(215,223,234)
#E4E8EF
(228,232,239)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F97C2; }

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

This text font color is #6F97C2.


Background Color

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

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

This div background color is #6F97C2.


Border color

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

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

This div border color is #6F97C2.


Opacity

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

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

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

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

This text has shadow with #6F97C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F97C2 on black background.


Color preview on white background

This text has color #6F97C2 on white background.



Black color preview on #6F97C2 background

This text has black color on #6F97C2 background.


White color preview on #6F97C2 background

This text has white color on #6F97C2 background.