COLOR #6F9ED5

HEX: #6F9ED5
RGB: (111,158,213)

Color info

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

RGB color model

#6F9ED5 color RGB value is (111,158,213).

  • red value is 111;
  • green value is 158;
  • blue value is 213.
RGB:
(111,158,213)
(44%,62%,84%)

RGB channels and saturation

R 111 of 255 = 44%
G 158 of 255 = 62%
B 213 of 255 = 84%

111
158
213

R + G + B ~ 63%. #6F9ED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 158 + 213 = 482 (100%)
R 111 of 482 ~ 23.03%
G 158 of 482 ~ 32.78%
B 213 of 482 ~ 44.19%

%23.03
%32.78
%44.19

CMYK color model

#6F9ED5 color CMYK value is (48,26,0,16).

  • cyan value is 47.89%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(48,26,0,16)
C48M26Y0K16 
(48%,26%,0%,16%)
(0.48/0.26/0.00/0.16)	

CMYK percentages

%47.89
%25.82
%0
%16.47

Codes

Color #6F9ED5 in popluar color models

6F9ED5
RGB111158213
HSL212°54.84%63.53%
HSB/HSV212°47.89%83.53%
CMYK47.89%25.82%0.00%
16.47%

Color #6F9ED5 in popluar number systems.

HEX6F9ED5
Decimal111158213
Binary11011111001111011010101
Octal157236325

Shades and tints

Shades of #6F9ED5

#6F9ED5
(111,158,213)
#6590C2
(101,144,194)
#5B82AF
(91,130,175)
#51749C
(81,116,156)
#476689
(71,102,137)
#3D5876
(61,88,118)
#334A63
(51,74,99)
#293C50
(41,60,80)
#1F2E3D
(31,46,61)
#15202A
(21,32,42)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #6F9ED5

#6F9ED5
(111,158,213)
#7CA6D8
(124,166,216)
#89AEDB
(137,174,219)
#96B6DE
(150,182,222)
#A3BEE1
(163,190,225)
#B0C6E4
(176,198,228)
#BDCEE7
(189,206,231)
#CAD6EA
(202,214,234)
#D7DEED
(215,222,237)
#E4E6F0
(228,230,240)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F9ED5 color. Also use rgb(111,158,213) instead hex code.

Text Font Color

.myTextColor { color: #6F9ED5; }

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

This text font color is #6F9ED5.


Background Color

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

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

This div background color is #6F9ED5.


Border color

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

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

This div border color is #6F9ED5.


Opacity

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

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

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

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

This text has shadow with #6F9ED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9ED5 on black background.


Color preview on white background

This text has color #6F9ED5 on white background.



Black color preview on #6F9ED5 background

This text has black color on #6F9ED5 background.


White color preview on #6F9ED5 background

This text has white color on #6F9ED5 background.