COLOR #6FA7BE

HEX: #6FA7BE
RGB: (111,167,190)

Color info

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

RGB color model

#6FA7BE color RGB value is (111,167,190).

  • red value is 111;
  • green value is 167;
  • blue value is 190.
RGB:
(111,167,190)
(44%,65%,75%)

RGB channels and saturation

R 111 of 255 = 44%
G 167 of 255 = 65%
B 190 of 255 = 75%

111
167
190

R + G + B ~ 61%. #6FA7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 167 + 190 = 468 (100%)
R 111 of 468 ~ 23.72%
G 167 of 468 ~ 35.68%
B 190 of 468 ~ 40.6%

%23.72
%35.68
%40.6

CMYK color model

#6FA7BE color CMYK value is (42,12,0,25).

  • cyan value is 41.58%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(42,12,0,25)
C42M12Y0K25 
(42%,12%,0%,25%)
(0.42/0.12/0.00/0.25)	

CMYK percentages

%41.58
%12.11
%0
%25.49

Codes

Color #6FA7BE in popluar color models

6FA7BE
RGB111167190
HSL197°37.80%59.02%
HSB/HSV197°41.58%74.51%
CMYK41.58%12.11%0.00%
25.49%

Color #6FA7BE in popluar number systems.

HEX6FA7BE
Decimal111167190
Binary11011111010011110111110
Octal157247276

Shades and tints

Shades of #6FA7BE

#6FA7BE
(111,167,190)
#6598AD
(101,152,173)
#5B899C
(91,137,156)
#517A8B
(81,122,139)
#476B7A
(71,107,122)
#3D5C69
(61,92,105)
#334D58
(51,77,88)
#293E47
(41,62,71)
#1F2F36
(31,47,54)
#152025
(21,32,37)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #6FA7BE

#6FA7BE
(111,167,190)
#7CAFC3
(124,175,195)
#89B7C8
(137,183,200)
#96BFCD
(150,191,205)
#A3C7D2
(163,199,210)
#B0CFD7
(176,207,215)
#BDD7DC
(189,215,220)
#CADFE1
(202,223,225)
#D7E7E6
(215,231,230)
#E4EFEB
(228,239,235)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA7BE color. Also use rgb(111,167,190) instead hex code.

Text Font Color

.myTextColor { color: #6FA7BE; }

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

This text font color is #6FA7BE.


Background Color

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

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

This div background color is #6FA7BE.


Border color

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

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

This div border color is #6FA7BE.


Opacity

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

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

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

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

This text has shadow with #6FA7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA7BE on black background.


Color preview on white background

This text has color #6FA7BE on white background.



Black color preview on #6FA7BE background

This text has black color on #6FA7BE background.


White color preview on #6FA7BE background

This text has white color on #6FA7BE background.